===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
scim-anthy-1.2.7/config.guess-40-
scim-anthy-1.2.7/config.guess:41:me=`echo "$0" | sed -e 's,.*/,,'`
scim-anthy-1.2.7/config.guess-42-
##############################################
scim-anthy-1.2.7/config.guess-109-: ${TMPDIR=/tmp} ;
scim-anthy-1.2.7/config.guess:110: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
scim-anthy-1.2.7/config.guess-111- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
##############################################
scim-anthy-1.2.7/config.guess-195-	    *)
scim-anthy-1.2.7/config.guess:196:		release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
scim-anthy-1.2.7/config.guess-197-		;;
##############################################
scim-anthy-1.2.7/config.guess-222-	*4.0)
scim-anthy-1.2.7/config.guess:223:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
scim-anthy-1.2.7/config.guess-224-		;;
scim-anthy-1.2.7/config.guess-225-	*5.*)
scim-anthy-1.2.7/config.guess:226:	        UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
scim-anthy-1.2.7/config.guess-227-		;;
##############################################
scim-anthy-1.2.7/config.guess-232-	# types through head -n 1, so we only detect the type of CPU 0.
scim-anthy-1.2.7/config.guess:233:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
scim-anthy-1.2.7/config.guess-234-	case "$ALPHA_CPU_TYPE" in
##############################################
scim-anthy-1.2.7/config.guess-270-	# 1.2 uses "1.2" for uname -r.
scim-anthy-1.2.7/config.guess:271:	echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
scim-anthy-1.2.7/config.guess-272-	exit ;;
##############################################
scim-anthy-1.2.7/config.guess-327-    sun4H:SunOS:5.*:*)
scim-anthy-1.2.7/config.guess:328:	echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
scim-anthy-1.2.7/config.guess-329-	exit ;;
scim-anthy-1.2.7/config.guess-330-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
scim-anthy-1.2.7/config.guess:331:	echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
scim-anthy-1.2.7/config.guess-332-	exit ;;
scim-anthy-1.2.7/config.guess-333-    i86pc:SunOS:5.*:*)
scim-anthy-1.2.7/config.guess:334:	echo i386-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
scim-anthy-1.2.7/config.guess-335-	exit ;;
##############################################
scim-anthy-1.2.7/config.guess-339-	# it's likely to be more like Solaris than SunOS4.
scim-anthy-1.2.7/config.guess:340:	echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
scim-anthy-1.2.7/config.guess-341-	exit ;;
##############################################
scim-anthy-1.2.7/config.guess-348-	# Japanese Language versions have a version number like `4.1.3-JL'.
scim-anthy-1.2.7/config.guess:349:	echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
scim-anthy-1.2.7/config.guess-350-	exit ;;
##############################################
scim-anthy-1.2.7/config.guess-354-    sun*:*:4.2BSD:*)
scim-anthy-1.2.7/config.guess:355:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
scim-anthy-1.2.7/config.guess-356-	test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3
##############################################
scim-anthy-1.2.7/config.guess-436-	$CC_FOR_BUILD -o $dummy $dummy.c &&
scim-anthy-1.2.7/config.guess:437:	  dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` &&
scim-anthy-1.2.7/config.guess:438:	  SYSTEM_NAME=`$dummy $dummyarg` &&
scim-anthy-1.2.7/config.guess-439-	    { echo "$SYSTEM_NAME"; exit; }
##############################################
scim-anthy-1.2.7/config.guess-492-    *:IRIX*:*:*)
scim-anthy-1.2.7/config.guess:493:	echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
scim-anthy-1.2.7/config.guess-494-	exit ;;
##############################################
scim-anthy-1.2.7/config.guess-522-EOF
scim-anthy-1.2.7/config.guess:523:		if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy`
scim-anthy-1.2.7/config.guess-524-		then
##############################################
scim-anthy-1.2.7/config.guess-535-    *:AIX:*:[45])
scim-anthy-1.2.7/config.guess:536:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
scim-anthy-1.2.7/config.guess-537-	if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
##############################################
scim-anthy-1.2.7/config.guess-570-    9000/[34678]??:HP-UX:*:*)
scim-anthy-1.2.7/config.guess:571:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
scim-anthy-1.2.7/config.guess-572-	case "${UNAME_MACHINE}" in
##############################################
scim-anthy-1.2.7/config.guess-624-EOF
scim-anthy-1.2.7/config.guess:625:		    (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
scim-anthy-1.2.7/config.guess-626-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
scim-anthy-1.2.7/config.guess-652-    ia64:HP-UX:*:*)
scim-anthy-1.2.7/config.guess:653:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
scim-anthy-1.2.7/config.guess-654-	echo ia64-hp-hpux${HPUX_REV}
##############################################
scim-anthy-1.2.7/config.guess-682-EOF
scim-anthy-1.2.7/config.guess:683:	$CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` &&
scim-anthy-1.2.7/config.guess-684-		{ echo "$SYSTEM_NAME"; exit; }
##############################################
scim-anthy-1.2.7/config.guess-753-        FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
scim-anthy-1.2.7/config.guess:754:        FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
scim-anthy-1.2.7/config.guess-755-        echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
scim-anthy-1.2.7/config.guess-758-        FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
scim-anthy-1.2.7/config.guess:759:        FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'`
scim-anthy-1.2.7/config.guess-760-        echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
scim-anthy-1.2.7/config.guess-773-	    pc98)
scim-anthy-1.2.7/config.guess:774:		echo i386-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
scim-anthy-1.2.7/config.guess-775-	    amd64)
scim-anthy-1.2.7/config.guess:776:		echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
scim-anthy-1.2.7/config.guess-777-	    *)
scim-anthy-1.2.7/config.guess:778:		echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
scim-anthy-1.2.7/config.guess-779-	esac
##############################################
scim-anthy-1.2.7/config.guess-821-    prep*:SunOS:5.*:*)
scim-anthy-1.2.7/config.guess:822:	echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
scim-anthy-1.2.7/config.guess-823-	exit ;;
##############################################
scim-anthy-1.2.7/config.guess-825-	# the GNU system
scim-anthy-1.2.7/config.guess:826:	echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
scim-anthy-1.2.7/config.guess-827-	exit ;;
##############################################
scim-anthy-1.2.7/config.guess-829-	# other systems with GNU libc and userland
scim-anthy-1.2.7/config.guess:830:	echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-gnu
scim-anthy-1.2.7/config.guess-831-	exit ;;
##############################################
scim-anthy-1.2.7/config.guess-1057-    i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*)
scim-anthy-1.2.7/config.guess:1058:	UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`
scim-anthy-1.2.7/config.guess-1059-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
scim-anthy-1.2.7/config.guess-1298-    *:DragonFly:*:*)
scim-anthy-1.2.7/config.guess:1299:	echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
scim-anthy-1.2.7/config.guess-1300-	exit ;;
##############################################
scim-anthy-1.2.7/config.guess-1311-    i*86:skyos:*:*)
scim-anthy-1.2.7/config.guess:1312:	echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//'
scim-anthy-1.2.7/config.guess-1313-	exit ;;
##############################################
scim-anthy-1.2.7/config.guess-1436-
scim-anthy-1.2.7/config.guess:1437:$CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null && SYSTEM_NAME=`$dummy` &&
scim-anthy-1.2.7/config.guess-1438-	{ echo "$SYSTEM_NAME"; exit; }
##############################################
scim-anthy-1.2.7/missing-131-       # Could not run --version or --help.  This is probably someone
scim-anthy-1.2.7/missing:132:       # running `$TOOL --version' or `$TOOL --help' to check whether
scim-anthy-1.2.7/missing-133-       # $TOOL exists and not knowing $TOOL uses missing.
##############################################
scim-anthy-1.2.7/missing-165-         from any GNU archive site."
scim-anthy-1.2.7/missing:166:    files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}`
scim-anthy-1.2.7/missing-167-    test -z "$files" && files="config.h"
##############################################
scim-anthy-1.2.7/missing-194-         proper tools for further handling them.
scim-anthy-1.2.7/missing:195:         You can get \`$1' as part of \`Autoconf' from any GNU
scim-anthy-1.2.7/missing-196-         archive site."
scim-anthy-1.2.7/missing-197-
scim-anthy-1.2.7/missing:198:    file=`echo "$*" | sed -n "$sed_output"`
scim-anthy-1.2.7/missing:199:    test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
scim-anthy-1.2.7/missing-200-    if test -f "$file"; then
##############################################
scim-anthy-1.2.7/missing-223-	*.y)
scim-anthy-1.2.7/missing:224:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'`
scim-anthy-1.2.7/missing-225-	    if test -f "$SRCFILE"; then
##############################################
scim-anthy-1.2.7/missing-227-	    fi
scim-anthy-1.2.7/missing:228:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'`
scim-anthy-1.2.7/missing-229-	    if test -f "$SRCFILE"; then
##############################################
scim-anthy-1.2.7/missing-253-	*.l)
scim-anthy-1.2.7/missing:254:	    SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'`
scim-anthy-1.2.7/missing-255-	    if test -f "$SRCFILE"; then
##############################################
scim-anthy-1.2.7/missing-272-
scim-anthy-1.2.7/missing:273:    file=`echo "$*" | sed -n "$sed_output"`
scim-anthy-1.2.7/missing:274:    test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
scim-anthy-1.2.7/missing-275-    if test -f "$file"; then
##############################################
scim-anthy-1.2.7/missing-292-    # The file to touch is that specified with -o ...
scim-anthy-1.2.7/missing:293:    file=`echo "$*" | sed -n "$sed_output"`
scim-anthy-1.2.7/missing:294:    test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
scim-anthy-1.2.7/missing-295-    if test -z "$file"; then
scim-anthy-1.2.7/missing-296-      # ... or it is the one specified with @setfilename ...
scim-anthy-1.2.7/missing:297:      infile=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'`
scim-anthy-1.2.7/missing-298-      file=`sed -n '
##############################################
scim-anthy-1.2.7/missing-304-      # ... or it is derived from the source name (dir/f.texi becomes f.info)
scim-anthy-1.2.7/missing:305:      test -z "$file" && file=`echo "$infile" | sed 's,.*/,,;s,.[^.]*$,,'`.info
scim-anthy-1.2.7/missing-306-    fi
##############################################
scim-anthy-1.2.7/missing-328-	*o*)
scim-anthy-1.2.7/missing:329:	    firstarg=`echo "$firstarg" | sed s/o//`
scim-anthy-1.2.7/missing-330-	    tar "$firstarg" "$@" && exit 0
##############################################
scim-anthy-1.2.7/missing-334-	*h*)
scim-anthy-1.2.7/missing:335:	    firstarg=`echo "$firstarg" | sed s/h//`
scim-anthy-1.2.7/missing-336-	    tar "$firstarg" "$@" && exit 0
##############################################
scim-anthy-1.2.7/depcomp-69-  sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
scim-anthy-1.2.7/depcomp:70:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
scim-anthy-1.2.7/depcomp-71-
##############################################
scim-anthy-1.2.7/depcomp-217-  # Version 6 uses the directory in both cases.
scim-anthy-1.2.7/depcomp:218:  stripped=`echo "$object" | sed 's/\(.*\)\..*$/\1/'`
scim-anthy-1.2.7/depcomp-219-  tmpdepfile="$stripped.u"
##############################################
scim-anthy-1.2.7/depcomp-228-  else
scim-anthy-1.2.7/depcomp:229:    stripped=`echo "$stripped" | sed 's,^.*/,,'`
scim-anthy-1.2.7/depcomp-230-    tmpdepfile="$stripped.u"
##############################################
scim-anthy-1.2.7/depcomp-242-    # Do two passes, one to just change these to
scim-anthy-1.2.7/depcomp:243:    # `$object: dependent.h' and one to simply `dependent.h:'.
scim-anthy-1.2.7/depcomp-244-    sed -e "s,^$outname:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
scim-anthy-1.2.7/depcomp-283-  # Do two passes, one to just change these to
scim-anthy-1.2.7/depcomp:284:  # `$object: dependent.h' and one to simply `dependent.h:'.
scim-anthy-1.2.7/depcomp-285-  sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
scim-anthy-1.2.7/depcomp-299-  # Much of this is similar to the tru64 case; see comments there.
scim-anthy-1.2.7/depcomp:300:  dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
scim-anthy-1.2.7/depcomp-301-  test "x$dir" = "x$object" && dir=
scim-anthy-1.2.7/depcomp:302:  base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
scim-anthy-1.2.7/depcomp-303-  if test "$libtool" = yes; then
##############################################
scim-anthy-1.2.7/depcomp-338-   # Subdirectories are respected.
scim-anthy-1.2.7/depcomp:339:   dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
scim-anthy-1.2.7/depcomp-340-   test "x$dir" = "x$object" && dir=
scim-anthy-1.2.7/depcomp:341:   base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
scim-anthy-1.2.7/depcomp-342-
##############################################
scim-anthy-1.2.7/depcomp-477-  done
scim-anthy-1.2.7/depcomp:478:  obj_suffix="`echo $object | sed 's/^.*\././'`"
scim-anthy-1.2.7/depcomp-479-  touch "$tmpdepfile"
##############################################
scim-anthy-1.2.7/install-sh-211-      fi
scim-anthy-1.2.7/install-sh:212:      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
scim-anthy-1.2.7/install-sh-213-    *)
##############################################
scim-anthy-1.2.7/install-sh-263-      dstdir=$dst
scim-anthy-1.2.7/install-sh:264:      dst=$dstdir/`basename "$src"`
scim-anthy-1.2.7/install-sh-265-      dstdir_status=0
##############################################
scim-anthy-1.2.7/install-sh-345-		   # FreeBSD 6.1 mkdir -m -p sets mode of existing directory.
scim-anthy-1.2.7/install-sh:346:		   ls_ld_tmpdir=`ls -ld "$tmpdir"`
scim-anthy-1.2.7/install-sh-347-		   case $ls_ld_tmpdir in
##############################################
scim-anthy-1.2.7/install-sh-352-		   $mkdirprog -m$different_mode -p -- "$tmpdir" && {
scim-anthy-1.2.7/install-sh:353:		     ls_ld_tmpdir_1=`ls -ld "$tmpdir"`
scim-anthy-1.2.7/install-sh-354-		     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
##############################################
scim-anthy-1.2.7/install-sh-419-	    case $prefix in
scim-anthy-1.2.7/install-sh:420:	      *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
scim-anthy-1.2.7/install-sh-421-	      *) qprefix=$prefix;;
##############################################
scim-anthy-1.2.7/src/Makefile.in-59-CONFIG_CLEAN_FILES =
scim-anthy-1.2.7/src/Makefile.in:60:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
scim-anthy-1.2.7/src/Makefile.in-61-am__vpath_adj = case $$p in \
scim-anthy-1.2.7/src/Makefile.in:62:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
scim-anthy-1.2.7/src/Makefile.in-63-    *) f=$$p;; \
scim-anthy-1.2.7/src/Makefile.in-64-  esac;
scim-anthy-1.2.7/src/Makefile.in:65:am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
scim-anthy-1.2.7/src/Makefile.in-66-am__installdirs = "$(DESTDIR)$(helpermoduledir)" \
##############################################
scim-anthy-1.2.7/src/Makefile.in-476-	@list='$(helpermodule_LTLIBRARIES)'; for p in $$list; do \
scim-anthy-1.2.7/src/Makefile.in:477:	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
scim-anthy-1.2.7/src/Makefile.in-478-	  test "$$dir" != "$$p" || dir=.; \
##############################################
scim-anthy-1.2.7/src/Makefile.in-503-	@list='$(module_LTLIBRARIES)'; for p in $$list; do \
scim-anthy-1.2.7/src/Makefile.in:504:	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
scim-anthy-1.2.7/src/Makefile.in-505-	  test "$$dir" != "$$p" || dir=.; \
##############################################
scim-anthy-1.2.7/src/Makefile.in-530-	@list='$(setupmodule_LTLIBRARIES)'; for p in $$list; do \
scim-anthy-1.2.7/src/Makefile.in:531:	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
scim-anthy-1.2.7/src/Makefile.in-532-	  test "$$dir" != "$$p" || dir=.; \
##############################################
scim-anthy-1.2.7/src/Makefile.in-580-.cpp.obj:
scim-anthy-1.2.7/src/Makefile.in:581:@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
scim-anthy-1.2.7/src/Makefile.in-582-@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
scim-anthy-1.2.7/src/Makefile.in-584-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
scim-anthy-1.2.7/src/Makefile.in:585:@am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
scim-anthy-1.2.7/src/Makefile.in-586-
##############################################
scim-anthy-1.2.7/src/Makefile.in-594-anthy_imengine_helper_la-scim_anthy_helper.lo: scim_anthy_helper.cpp
scim-anthy-1.2.7/src/Makefile.in:595:@am__fastdepCXX_TRUE@	$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(anthy_imengine_helper_la_CXXFLAGS) $(CXXFLAGS) -MT anthy_imengine_helper_la-scim_anthy_helper.lo -MD -MP -MF $(DEPDIR)/anthy_imengine_helper_la-scim_anthy_helper.Tpo -c -o anthy_imengine_helper_la-scim_anthy_helper.lo `test -f 'scim_anthy_helper.cpp' || echo '$(srcdir)/'`scim_anthy_helper.cpp
scim-anthy-1.2.7/src/Makefile.in-596-@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/anthy_imengine_helper_la-scim_anthy_helper.Tpo $(DEPDIR)/anthy_imengine_helper_la-scim_anthy_helper.Plo
##############################################
scim-anthy-1.2.7/src/Makefile.in-598-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
scim-anthy-1.2.7/src/Makefile.in:599:@am__fastdepCXX_FALSE@	$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(anthy_imengine_helper_la_CXXFLAGS) $(CXXFLAGS) -c -o anthy_imengine_helper_la-scim_anthy_helper.lo `test -f 'scim_anthy_helper.cpp' || echo '$(srcdir)/'`scim_anthy_helper.cpp
scim-anthy-1.2.7/src/Makefile.in-600-
scim-anthy-1.2.7/src/Makefile.in-601-anthy_imengine_setup_la-scim_anthy_setup.lo: scim_anthy_setup.cpp
scim-anthy-1.2.7/src/Makefile.in:602:@am__fastdepCXX_TRUE@	$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(anthy_imengine_setup_la_CXXFLAGS) $(CXXFLAGS) -MT anthy_imengine_setup_la-scim_anthy_setup.lo -MD -MP -MF $(DEPDIR)/anthy_imengine_setup_la-scim_anthy_setup.Tpo -c -o anthy_imengine_setup_la-scim_anthy_setup.lo `test -f 'scim_anthy_setup.cpp' || echo '$(srcdir)/'`scim_anthy_setup.cpp
scim-anthy-1.2.7/src/Makefile.in-603-@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/anthy_imengine_setup_la-scim_anthy_setup.Tpo $(DEPDIR)/anthy_imengine_setup_la-scim_anthy_setup.Plo
##############################################
scim-anthy-1.2.7/src/Makefile.in-605-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
scim-anthy-1.2.7/src/Makefile.in:606:@am__fastdepCXX_FALSE@	$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(anthy_imengine_setup_la_CXXFLAGS) $(CXXFLAGS) -c -o anthy_imengine_setup_la-scim_anthy_setup.lo `test -f 'scim_anthy_setup.cpp' || echo '$(srcdir)/'`scim_anthy_setup.cpp
scim-anthy-1.2.7/src/Makefile.in-607-
scim-anthy-1.2.7/src/Makefile.in-608-anthy_imengine_setup_la-scim_anthy_setup_romaji.lo: scim_anthy_setup_romaji.cpp
scim-anthy-1.2.7/src/Makefile.in:609:@am__fastdepCXX_TRUE@	$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(anthy_imengine_setup_la_CXXFLAGS) $(CXXFLAGS) -MT anthy_imengine_setup_la-scim_anthy_setup_romaji.lo -MD -MP -MF $(DEPDIR)/anthy_imengine_setup_la-scim_anthy_setup_romaji.Tpo -c -o anthy_imengine_setup_la-scim_anthy_setup_romaji.lo `test -f 'scim_anthy_setup_romaji.cpp' || echo '$(srcdir)/'`scim_anthy_setup_romaji.cpp
scim-anthy-1.2.7/src/Makefile.in-610-@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/anthy_imengine_setup_la-scim_anthy_setup_romaji.Tpo $(DEPDIR)/anthy_imengine_setup_la-scim_anthy_setup_romaji.Plo
##############################################
scim-anthy-1.2.7/src/Makefile.in-612-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
scim-anthy-1.2.7/src/Makefile.in:613:@am__fastdepCXX_FALSE@	$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(anthy_imengine_setup_la_CXXFLAGS) $(CXXFLAGS) -c -o anthy_imengine_setup_la-scim_anthy_setup_romaji.lo `test -f 'scim_anthy_setup_romaji.cpp' || echo '$(srcdir)/'`scim_anthy_setup_romaji.cpp
scim-anthy-1.2.7/src/Makefile.in-614-
scim-anthy-1.2.7/src/Makefile.in-615-anthy_imengine_setup_la-scim_anthy_setup_kana.lo: scim_anthy_setup_kana.cpp
scim-anthy-1.2.7/src/Makefile.in:616:@am__fastdepCXX_TRUE@	$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(anthy_imengine_setup_la_CXXFLAGS) $(CXXFLAGS) -MT anthy_imengine_setup_la-scim_anthy_setup_kana.lo -MD -MP -MF $(DEPDIR)/anthy_imengine_setup_la-scim_anthy_setup_kana.Tpo -c -o anthy_imengine_setup_la-scim_anthy_setup_kana.lo `test -f 'scim_anthy_setup_kana.cpp' || echo '$(srcdir)/'`scim_anthy_setup_kana.cpp
scim-anthy-1.2.7/src/Makefile.in-617-@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/anthy_imengine_setup_la-scim_anthy_setup_kana.Tpo $(DEPDIR)/anthy_imengine_setup_la-scim_anthy_setup_kana.Plo
##############################################
scim-anthy-1.2.7/src/Makefile.in-619-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
scim-anthy-1.2.7/src/Makefile.in:620:@am__fastdepCXX_FALSE@	$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(anthy_imengine_setup_la_CXXFLAGS) $(CXXFLAGS) -c -o anthy_imengine_setup_la-scim_anthy_setup_kana.lo `test -f 'scim_anthy_setup_kana.cpp' || echo '$(srcdir)/'`scim_anthy_setup_kana.cpp
scim-anthy-1.2.7/src/Makefile.in-621-
scim-anthy-1.2.7/src/Makefile.in-622-anthy_imengine_setup_la-scim_anthy_style_file.lo: scim_anthy_style_file.cpp
scim-anthy-1.2.7/src/Makefile.in:623:@am__fastdepCXX_TRUE@	$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(anthy_imengine_setup_la_CXXFLAGS) $(CXXFLAGS) -MT anthy_imengine_setup_la-scim_anthy_style_file.lo -MD -MP -MF $(DEPDIR)/anthy_imengine_setup_la-scim_anthy_style_file.Tpo -c -o anthy_imengine_setup_la-scim_anthy_style_file.lo `test -f 'scim_anthy_style_file.cpp' || echo '$(srcdir)/'`scim_anthy_style_file.cpp
scim-anthy-1.2.7/src/Makefile.in-624-@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/anthy_imengine_setup_la-scim_anthy_style_file.Tpo $(DEPDIR)/anthy_imengine_setup_la-scim_anthy_style_file.Plo
##############################################
scim-anthy-1.2.7/src/Makefile.in-626-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
scim-anthy-1.2.7/src/Makefile.in:627:@am__fastdepCXX_FALSE@	$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(anthy_imengine_setup_la_CXXFLAGS) $(CXXFLAGS) -c -o anthy_imengine_setup_la-scim_anthy_style_file.lo `test -f 'scim_anthy_style_file.cpp' || echo '$(srcdir)/'`scim_anthy_style_file.cpp
scim-anthy-1.2.7/src/Makefile.in-628-
scim-anthy-1.2.7/src/Makefile.in-629-anthy_imengine_setup_la-scim_anthy_default_tables.lo: scim_anthy_default_tables.cpp
scim-anthy-1.2.7/src/Makefile.in:630:@am__fastdepCXX_TRUE@	$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(anthy_imengine_setup_la_CXXFLAGS) $(CXXFLAGS) -MT anthy_imengine_setup_la-scim_anthy_default_tables.lo -MD -MP -MF $(DEPDIR)/anthy_imengine_setup_la-scim_anthy_default_tables.Tpo -c -o anthy_imengine_setup_la-scim_anthy_default_tables.lo `test -f 'scim_anthy_default_tables.cpp' || echo '$(srcdir)/'`scim_anthy_default_tables.cpp
scim-anthy-1.2.7/src/Makefile.in-631-@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/anthy_imengine_setup_la-scim_anthy_default_tables.Tpo $(DEPDIR)/anthy_imengine_setup_la-scim_anthy_default_tables.Plo
##############################################
scim-anthy-1.2.7/src/Makefile.in-633-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
scim-anthy-1.2.7/src/Makefile.in:634:@am__fastdepCXX_FALSE@	$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(anthy_imengine_setup_la_CXXFLAGS) $(CXXFLAGS) -c -o anthy_imengine_setup_la-scim_anthy_default_tables.lo `test -f 'scim_anthy_default_tables.cpp' || echo '$(srcdir)/'`scim_anthy_default_tables.cpp
scim-anthy-1.2.7/src/Makefile.in-635-
scim-anthy-1.2.7/src/Makefile.in-636-anthy_imengine_setup_la-scim_anthy_prefs.lo: scim_anthy_prefs.cpp
scim-anthy-1.2.7/src/Makefile.in:637:@am__fastdepCXX_TRUE@	$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(anthy_imengine_setup_la_CXXFLAGS) $(CXXFLAGS) -MT anthy_imengine_setup_la-scim_anthy_prefs.lo -MD -MP -MF $(DEPDIR)/anthy_imengine_setup_la-scim_anthy_prefs.Tpo -c -o anthy_imengine_setup_la-scim_anthy_prefs.lo `test -f 'scim_anthy_prefs.cpp' || echo '$(srcdir)/'`scim_anthy_prefs.cpp
scim-anthy-1.2.7/src/Makefile.in-638-@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/anthy_imengine_setup_la-scim_anthy_prefs.Tpo $(DEPDIR)/anthy_imengine_setup_la-scim_anthy_prefs.Plo
##############################################
scim-anthy-1.2.7/src/Makefile.in-640-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
scim-anthy-1.2.7/src/Makefile.in:641:@am__fastdepCXX_FALSE@	$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(anthy_imengine_setup_la_CXXFLAGS) $(CXXFLAGS) -c -o anthy_imengine_setup_la-scim_anthy_prefs.lo `test -f 'scim_anthy_prefs.cpp' || echo '$(srcdir)/'`scim_anthy_prefs.cpp
scim-anthy-1.2.7/src/Makefile.in-642-
scim-anthy-1.2.7/src/Makefile.in-643-anthy_imengine_setup_la-scim_anthy_utils.lo: scim_anthy_utils.cpp
scim-anthy-1.2.7/src/Makefile.in:644:@am__fastdepCXX_TRUE@	$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(anthy_imengine_setup_la_CXXFLAGS) $(CXXFLAGS) -MT anthy_imengine_setup_la-scim_anthy_utils.lo -MD -MP -MF $(DEPDIR)/anthy_imengine_setup_la-scim_anthy_utils.Tpo -c -o anthy_imengine_setup_la-scim_anthy_utils.lo `test -f 'scim_anthy_utils.cpp' || echo '$(srcdir)/'`scim_anthy_utils.cpp
scim-anthy-1.2.7/src/Makefile.in-645-@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/anthy_imengine_setup_la-scim_anthy_utils.Tpo $(DEPDIR)/anthy_imengine_setup_la-scim_anthy_utils.Plo
##############################################
scim-anthy-1.2.7/src/Makefile.in-647-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
scim-anthy-1.2.7/src/Makefile.in:648:@am__fastdepCXX_FALSE@	$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(anthy_imengine_setup_la_CXXFLAGS) $(CXXFLAGS) -c -o anthy_imengine_setup_la-scim_anthy_utils.lo `test -f 'scim_anthy_utils.cpp' || echo '$(srcdir)/'`scim_anthy_utils.cpp
scim-anthy-1.2.7/src/Makefile.in-649-
scim-anthy-1.2.7/src/Makefile.in-650-anthy_imengine_setup_la-scim_anthy_table_editor.lo: scim_anthy_table_editor.cpp
scim-anthy-1.2.7/src/Makefile.in:651:@am__fastdepCXX_TRUE@	$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(anthy_imengine_setup_la_CXXFLAGS) $(CXXFLAGS) -MT anthy_imengine_setup_la-scim_anthy_table_editor.lo -MD -MP -MF $(DEPDIR)/anthy_imengine_setup_la-scim_anthy_table_editor.Tpo -c -o anthy_imengine_setup_la-scim_anthy_table_editor.lo `test -f 'scim_anthy_table_editor.cpp' || echo '$(srcdir)/'`scim_anthy_table_editor.cpp
scim-anthy-1.2.7/src/Makefile.in-652-@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/anthy_imengine_setup_la-scim_anthy_table_editor.Tpo $(DEPDIR)/anthy_imengine_setup_la-scim_anthy_table_editor.Plo
##############################################
scim-anthy-1.2.7/src/Makefile.in-654-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
scim-anthy-1.2.7/src/Makefile.in:655:@am__fastdepCXX_FALSE@	$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(anthy_imengine_setup_la_CXXFLAGS) $(CXXFLAGS) -c -o anthy_imengine_setup_la-scim_anthy_table_editor.lo `test -f 'scim_anthy_table_editor.cpp' || echo '$(srcdir)/'`scim_anthy_table_editor.cpp
scim-anthy-1.2.7/src/Makefile.in-656-
scim-anthy-1.2.7/src/Makefile.in-657-anthy_imengine_setup_la-scim_anthy_color_button.lo: scim_anthy_color_button.cpp
scim-anthy-1.2.7/src/Makefile.in:658:@am__fastdepCXX_TRUE@	$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(anthy_imengine_setup_la_CXXFLAGS) $(CXXFLAGS) -MT anthy_imengine_setup_la-scim_anthy_color_button.lo -MD -MP -MF $(DEPDIR)/anthy_imengine_setup_la-scim_anthy_color_button.Tpo -c -o anthy_imengine_setup_la-scim_anthy_color_button.lo `test -f 'scim_anthy_color_button.cpp' || echo '$(srcdir)/'`scim_anthy_color_button.cpp
scim-anthy-1.2.7/src/Makefile.in-659-@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/anthy_imengine_setup_la-scim_anthy_color_button.Tpo $(DEPDIR)/anthy_imengine_setup_la-scim_anthy_color_button.Plo
##############################################
scim-anthy-1.2.7/src/Makefile.in-661-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
scim-anthy-1.2.7/src/Makefile.in:662:@am__fastdepCXX_FALSE@	$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(anthy_imengine_setup_la_CXXFLAGS) $(CXXFLAGS) -c -o anthy_imengine_setup_la-scim_anthy_color_button.lo `test -f 'scim_anthy_color_button.cpp' || echo '$(srcdir)/'`scim_anthy_color_button.cpp
scim-anthy-1.2.7/src/Makefile.in-663-
scim-anthy-1.2.7/src/Makefile.in-664-anthy_la-scim_anthy_factory.lo: scim_anthy_factory.cpp
scim-anthy-1.2.7/src/Makefile.in:665:@am__fastdepCXX_TRUE@	$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(anthy_la_CXXFLAGS) $(CXXFLAGS) -MT anthy_la-scim_anthy_factory.lo -MD -MP -MF $(DEPDIR)/anthy_la-scim_anthy_factory.Tpo -c -o anthy_la-scim_anthy_factory.lo `test -f 'scim_anthy_factory.cpp' || echo '$(srcdir)/'`scim_anthy_factory.cpp
scim-anthy-1.2.7/src/Makefile.in-666-@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/anthy_la-scim_anthy_factory.Tpo $(DEPDIR)/anthy_la-scim_anthy_factory.Plo
##############################################
scim-anthy-1.2.7/src/Makefile.in-668-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
scim-anthy-1.2.7/src/Makefile.in:669:@am__fastdepCXX_FALSE@	$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(anthy_la_CXXFLAGS) $(CXXFLAGS) -c -o anthy_la-scim_anthy_factory.lo `test -f 'scim_anthy_factory.cpp' || echo '$(srcdir)/'`scim_anthy_factory.cpp
scim-anthy-1.2.7/src/Makefile.in-670-
scim-anthy-1.2.7/src/Makefile.in-671-anthy_la-scim_anthy_imengine.lo: scim_anthy_imengine.cpp
scim-anthy-1.2.7/src/Makefile.in:672:@am__fastdepCXX_TRUE@	$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(anthy_la_CXXFLAGS) $(CXXFLAGS) -MT anthy_la-scim_anthy_imengine.lo -MD -MP -MF $(DEPDIR)/anthy_la-scim_anthy_imengine.Tpo -c -o anthy_la-scim_anthy_imengine.lo `test -f 'scim_anthy_imengine.cpp' || echo '$(srcdir)/'`scim_anthy_imengine.cpp
scim-anthy-1.2.7/src/Makefile.in-673-@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/anthy_la-scim_anthy_imengine.Tpo $(DEPDIR)/anthy_la-scim_anthy_imengine.Plo
##############################################
scim-anthy-1.2.7/src/Makefile.in-675-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
scim-anthy-1.2.7/src/Makefile.in:676:@am__fastdepCXX_FALSE@	$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(anthy_la_CXXFLAGS) $(CXXFLAGS) -c -o anthy_la-scim_anthy_imengine.lo `test -f 'scim_anthy_imengine.cpp' || echo '$(srcdir)/'`scim_anthy_imengine.cpp
scim-anthy-1.2.7/src/Makefile.in-677-
scim-anthy-1.2.7/src/Makefile.in-678-anthy_la-scim_anthy_action.lo: scim_anthy_action.cpp
scim-anthy-1.2.7/src/Makefile.in:679:@am__fastdepCXX_TRUE@	$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(anthy_la_CXXFLAGS) $(CXXFLAGS) -MT anthy_la-scim_anthy_action.lo -MD -MP -MF $(DEPDIR)/anthy_la-scim_anthy_action.Tpo -c -o anthy_la-scim_anthy_action.lo `test -f 'scim_anthy_action.cpp' || echo '$(srcdir)/'`scim_anthy_action.cpp
scim-anthy-1.2.7/src/Makefile.in-680-@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/anthy_la-scim_anthy_action.Tpo $(DEPDIR)/anthy_la-scim_anthy_action.Plo
##############################################
scim-anthy-1.2.7/src/Makefile.in-682-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
scim-anthy-1.2.7/src/Makefile.in:683:@am__fastdepCXX_FALSE@	$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(anthy_la_CXXFLAGS) $(CXXFLAGS) -c -o anthy_la-scim_anthy_action.lo `test -f 'scim_anthy_action.cpp' || echo '$(srcdir)/'`scim_anthy_action.cpp
scim-anthy-1.2.7/src/Makefile.in-684-
scim-anthy-1.2.7/src/Makefile.in-685-anthy_la-scim_anthy_preedit.lo: scim_anthy_preedit.cpp
scim-anthy-1.2.7/src/Makefile.in:686:@am__fastdepCXX_TRUE@	$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(anthy_la_CXXFLAGS) $(CXXFLAGS) -MT anthy_la-scim_anthy_preedit.lo -MD -MP -MF $(DEPDIR)/anthy_la-scim_anthy_preedit.Tpo -c -o anthy_la-scim_anthy_preedit.lo `test -f 'scim_anthy_preedit.cpp' || echo '$(srcdir)/'`scim_anthy_preedit.cpp
scim-anthy-1.2.7/src/Makefile.in-687-@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/anthy_la-scim_anthy_preedit.Tpo $(DEPDIR)/anthy_la-scim_anthy_preedit.Plo
##############################################
scim-anthy-1.2.7/src/Makefile.in-689-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
scim-anthy-1.2.7/src/Makefile.in:690:@am__fastdepCXX_FALSE@	$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(anthy_la_CXXFLAGS) $(CXXFLAGS) -c -o anthy_la-scim_anthy_preedit.lo `test -f 'scim_anthy_preedit.cpp' || echo '$(srcdir)/'`scim_anthy_preedit.cpp
scim-anthy-1.2.7/src/Makefile.in-691-
scim-anthy-1.2.7/src/Makefile.in-692-anthy_la-scim_anthy_reading.lo: scim_anthy_reading.cpp
scim-anthy-1.2.7/src/Makefile.in:693:@am__fastdepCXX_TRUE@	$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(anthy_la_CXXFLAGS) $(CXXFLAGS) -MT anthy_la-scim_anthy_reading.lo -MD -MP -MF $(DEPDIR)/anthy_la-scim_anthy_reading.Tpo -c -o anthy_la-scim_anthy_reading.lo `test -f 'scim_anthy_reading.cpp' || echo '$(srcdir)/'`scim_anthy_reading.cpp
scim-anthy-1.2.7/src/Makefile.in-694-@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/anthy_la-scim_anthy_reading.Tpo $(DEPDIR)/anthy_la-scim_anthy_reading.Plo
##############################################
scim-anthy-1.2.7/src/Makefile.in-696-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
scim-anthy-1.2.7/src/Makefile.in:697:@am__fastdepCXX_FALSE@	$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(anthy_la_CXXFLAGS) $(CXXFLAGS) -c -o anthy_la-scim_anthy_reading.lo `test -f 'scim_anthy_reading.cpp' || echo '$(srcdir)/'`scim_anthy_reading.cpp
scim-anthy-1.2.7/src/Makefile.in-698-
scim-anthy-1.2.7/src/Makefile.in-699-anthy_la-scim_anthy_conversion.lo: scim_anthy_conversion.cpp
scim-anthy-1.2.7/src/Makefile.in:700:@am__fastdepCXX_TRUE@	$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(anthy_la_CXXFLAGS) $(CXXFLAGS) -MT anthy_la-scim_anthy_conversion.lo -MD -MP -MF $(DEPDIR)/anthy_la-scim_anthy_conversion.Tpo -c -o anthy_la-scim_anthy_conversion.lo `test -f 'scim_anthy_conversion.cpp' || echo '$(srcdir)/'`scim_anthy_conversion.cpp
scim-anthy-1.2.7/src/Makefile.in-701-@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/anthy_la-scim_anthy_conversion.Tpo $(DEPDIR)/anthy_la-scim_anthy_conversion.Plo
##############################################
scim-anthy-1.2.7/src/Makefile.in-703-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
scim-anthy-1.2.7/src/Makefile.in:704:@am__fastdepCXX_FALSE@	$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(anthy_la_CXXFLAGS) $(CXXFLAGS) -c -o anthy_la-scim_anthy_conversion.lo `test -f 'scim_anthy_conversion.cpp' || echo '$(srcdir)/'`scim_anthy_conversion.cpp
scim-anthy-1.2.7/src/Makefile.in-705-
scim-anthy-1.2.7/src/Makefile.in-706-anthy_la-scim_anthy_key2kana.lo: scim_anthy_key2kana.cpp
scim-anthy-1.2.7/src/Makefile.in:707:@am__fastdepCXX_TRUE@	$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(anthy_la_CXXFLAGS) $(CXXFLAGS) -MT anthy_la-scim_anthy_key2kana.lo -MD -MP -MF $(DEPDIR)/anthy_la-scim_anthy_key2kana.Tpo -c -o anthy_la-scim_anthy_key2kana.lo `test -f 'scim_anthy_key2kana.cpp' || echo '$(srcdir)/'`scim_anthy_key2kana.cpp
scim-anthy-1.2.7/src/Makefile.in-708-@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/anthy_la-scim_anthy_key2kana.Tpo $(DEPDIR)/anthy_la-scim_anthy_key2kana.Plo
##############################################
scim-anthy-1.2.7/src/Makefile.in-710-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
scim-anthy-1.2.7/src/Makefile.in:711:@am__fastdepCXX_FALSE@	$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(anthy_la_CXXFLAGS) $(CXXFLAGS) -c -o anthy_la-scim_anthy_key2kana.lo `test -f 'scim_anthy_key2kana.cpp' || echo '$(srcdir)/'`scim_anthy_key2kana.cpp
scim-anthy-1.2.7/src/Makefile.in-712-
scim-anthy-1.2.7/src/Makefile.in-713-anthy_la-scim_anthy_key2kana_table.lo: scim_anthy_key2kana_table.cpp
scim-anthy-1.2.7/src/Makefile.in:714:@am__fastdepCXX_TRUE@	$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(anthy_la_CXXFLAGS) $(CXXFLAGS) -MT anthy_la-scim_anthy_key2kana_table.lo -MD -MP -MF $(DEPDIR)/anthy_la-scim_anthy_key2kana_table.Tpo -c -o anthy_la-scim_anthy_key2kana_table.lo `test -f 'scim_anthy_key2kana_table.cpp' || echo '$(srcdir)/'`scim_anthy_key2kana_table.cpp
scim-anthy-1.2.7/src/Makefile.in-715-@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/anthy_la-scim_anthy_key2kana_table.Tpo $(DEPDIR)/anthy_la-scim_anthy_key2kana_table.Plo
##############################################
scim-anthy-1.2.7/src/Makefile.in-717-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
scim-anthy-1.2.7/src/Makefile.in:718:@am__fastdepCXX_FALSE@	$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(anthy_la_CXXFLAGS) $(CXXFLAGS) -c -o anthy_la-scim_anthy_key2kana_table.lo `test -f 'scim_anthy_key2kana_table.cpp' || echo '$(srcdir)/'`scim_anthy_key2kana_table.cpp
scim-anthy-1.2.7/src/Makefile.in-719-
scim-anthy-1.2.7/src/Makefile.in-720-anthy_la-scim_anthy_kana.lo: scim_anthy_kana.cpp
scim-anthy-1.2.7/src/Makefile.in:721:@am__fastdepCXX_TRUE@	$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(anthy_la_CXXFLAGS) $(CXXFLAGS) -MT anthy_la-scim_anthy_kana.lo -MD -MP -MF $(DEPDIR)/anthy_la-scim_anthy_kana.Tpo -c -o anthy_la-scim_anthy_kana.lo `test -f 'scim_anthy_kana.cpp' || echo '$(srcdir)/'`scim_anthy_kana.cpp
scim-anthy-1.2.7/src/Makefile.in-722-@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/anthy_la-scim_anthy_kana.Tpo $(DEPDIR)/anthy_la-scim_anthy_kana.Plo
##############################################
scim-anthy-1.2.7/src/Makefile.in-724-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
scim-anthy-1.2.7/src/Makefile.in:725:@am__fastdepCXX_FALSE@	$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(anthy_la_CXXFLAGS) $(CXXFLAGS) -c -o anthy_la-scim_anthy_kana.lo `test -f 'scim_anthy_kana.cpp' || echo '$(srcdir)/'`scim_anthy_kana.cpp
scim-anthy-1.2.7/src/Makefile.in-726-
scim-anthy-1.2.7/src/Makefile.in-727-anthy_la-scim_anthy_nicola.lo: scim_anthy_nicola.cpp
scim-anthy-1.2.7/src/Makefile.in:728:@am__fastdepCXX_TRUE@	$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(anthy_la_CXXFLAGS) $(CXXFLAGS) -MT anthy_la-scim_anthy_nicola.lo -MD -MP -MF $(DEPDIR)/anthy_la-scim_anthy_nicola.Tpo -c -o anthy_la-scim_anthy_nicola.lo `test -f 'scim_anthy_nicola.cpp' || echo '$(srcdir)/'`scim_anthy_nicola.cpp
scim-anthy-1.2.7/src/Makefile.in-729-@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/anthy_la-scim_anthy_nicola.Tpo $(DEPDIR)/anthy_la-scim_anthy_nicola.Plo
##############################################
scim-anthy-1.2.7/src/Makefile.in-731-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
scim-anthy-1.2.7/src/Makefile.in:732:@am__fastdepCXX_FALSE@	$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(anthy_la_CXXFLAGS) $(CXXFLAGS) -c -o anthy_la-scim_anthy_nicola.lo `test -f 'scim_anthy_nicola.cpp' || echo '$(srcdir)/'`scim_anthy_nicola.cpp
scim-anthy-1.2.7/src/Makefile.in-733-
scim-anthy-1.2.7/src/Makefile.in-734-anthy_la-scim_anthy_default_tables.lo: scim_anthy_default_tables.cpp
scim-anthy-1.2.7/src/Makefile.in:735:@am__fastdepCXX_TRUE@	$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(anthy_la_CXXFLAGS) $(CXXFLAGS) -MT anthy_la-scim_anthy_default_tables.lo -MD -MP -MF $(DEPDIR)/anthy_la-scim_anthy_default_tables.Tpo -c -o anthy_la-scim_anthy_default_tables.lo `test -f 'scim_anthy_default_tables.cpp' || echo '$(srcdir)/'`scim_anthy_default_tables.cpp
scim-anthy-1.2.7/src/Makefile.in-736-@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/anthy_la-scim_anthy_default_tables.Tpo $(DEPDIR)/anthy_la-scim_anthy_default_tables.Plo
##############################################
scim-anthy-1.2.7/src/Makefile.in-738-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
scim-anthy-1.2.7/src/Makefile.in:739:@am__fastdepCXX_FALSE@	$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(anthy_la_CXXFLAGS) $(CXXFLAGS) -c -o anthy_la-scim_anthy_default_tables.lo `test -f 'scim_anthy_default_tables.cpp' || echo '$(srcdir)/'`scim_anthy_default_tables.cpp
scim-anthy-1.2.7/src/Makefile.in-740-
scim-anthy-1.2.7/src/Makefile.in-741-anthy_la-scim_anthy_style_file.lo: scim_anthy_style_file.cpp
scim-anthy-1.2.7/src/Makefile.in:742:@am__fastdepCXX_TRUE@	$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(anthy_la_CXXFLAGS) $(CXXFLAGS) -MT anthy_la-scim_anthy_style_file.lo -MD -MP -MF $(DEPDIR)/anthy_la-scim_anthy_style_file.Tpo -c -o anthy_la-scim_anthy_style_file.lo `test -f 'scim_anthy_style_file.cpp' || echo '$(srcdir)/'`scim_anthy_style_file.cpp
scim-anthy-1.2.7/src/Makefile.in-743-@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/anthy_la-scim_anthy_style_file.Tpo $(DEPDIR)/anthy_la-scim_anthy_style_file.Plo
##############################################
scim-anthy-1.2.7/src/Makefile.in-745-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
scim-anthy-1.2.7/src/Makefile.in:746:@am__fastdepCXX_FALSE@	$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(anthy_la_CXXFLAGS) $(CXXFLAGS) -c -o anthy_la-scim_anthy_style_file.lo `test -f 'scim_anthy_style_file.cpp' || echo '$(srcdir)/'`scim_anthy_style_file.cpp
scim-anthy-1.2.7/src/Makefile.in-747-
scim-anthy-1.2.7/src/Makefile.in-748-anthy_la-scim_anthy_utils.lo: scim_anthy_utils.cpp
scim-anthy-1.2.7/src/Makefile.in:749:@am__fastdepCXX_TRUE@	$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(anthy_la_CXXFLAGS) $(CXXFLAGS) -MT anthy_la-scim_anthy_utils.lo -MD -MP -MF $(DEPDIR)/anthy_la-scim_anthy_utils.Tpo -c -o anthy_la-scim_anthy_utils.lo `test -f 'scim_anthy_utils.cpp' || echo '$(srcdir)/'`scim_anthy_utils.cpp
scim-anthy-1.2.7/src/Makefile.in-750-@am__fastdepCXX_TRUE@	mv -f $(DEPDIR)/anthy_la-scim_anthy_utils.Tpo $(DEPDIR)/anthy_la-scim_anthy_utils.Plo
##############################################
scim-anthy-1.2.7/src/Makefile.in-752-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
scim-anthy-1.2.7/src/Makefile.in:753:@am__fastdepCXX_FALSE@	$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(anthy_la_CXXFLAGS) $(CXXFLAGS) -c -o anthy_la-scim_anthy_utils.lo `test -f 'scim_anthy_utils.cpp' || echo '$(srcdir)/'`scim_anthy_utils.cpp
scim-anthy-1.2.7/src/Makefile.in-754-
##############################################
scim-anthy-1.2.7/src/Makefile.in-800-GTAGS:
scim-anthy-1.2.7/src/Makefile.in:801:	here=`$(am__cd) $(top_builddir) && pwd` \
scim-anthy-1.2.7/src/Makefile.in-802-	  && cd $(top_srcdir) \
##############################################
scim-anthy-1.2.7/src/Makefile.in-808-distdir: $(DISTFILES)
scim-anthy-1.2.7/src/Makefile.in:809:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
scim-anthy-1.2.7/src/Makefile.in:810:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
scim-anthy-1.2.7/src/Makefile.in-811-	list='$(DISTFILES)'; \
##############################################
scim-anthy-1.2.7/src/Makefile.in-822-	  if test -d $$d/$$file; then \
scim-anthy-1.2.7/src/Makefile.in:823:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
scim-anthy-1.2.7/src/Makefile.in-824-	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
##############################################
scim-anthy-1.2.7/m4/lib-link.m4-176-        dnl or AC_LIB_HAVE_LINKFLAGS call.
scim-anthy-1.2.7/m4/lib-link.m4:177:        uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
scim-anthy-1.2.7/m4/lib-link.m4-178-        eval value=\"\$HAVE_LIB$uppername\"
##############################################
scim-anthy-1.2.7/m4/lib-link.m4-218-                -L*)
scim-anthy-1.2.7/m4/lib-link.m4:219:                  dir=`echo "X$x" | sed -e 's/^X-L//'`
scim-anthy-1.2.7/m4/lib-link.m4-220-                  if test -n "$shlibext" && test -f "$dir/lib$name.$shlibext"; then
##############################################
scim-anthy-1.2.7/m4/lib-link.m4-335-              */lib | */lib/)
scim-anthy-1.2.7/m4/lib-link.m4:336:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e 's,/lib/*$,,'`
scim-anthy-1.2.7/m4/lib-link.m4-337-                additional_includedir="$basedir/include"
##############################################
scim-anthy-1.2.7/m4/lib-link.m4-388-                  -L*)
scim-anthy-1.2.7/m4/lib-link.m4:389:                    additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
scim-anthy-1.2.7/m4/lib-link.m4-390-                    dnl Potentially add $additional_libdir to $LIBNAME and $LTLIBNAME.
##############################################
scim-anthy-1.2.7/m4/lib-link.m4-438-                  -R*)
scim-anthy-1.2.7/m4/lib-link.m4:439:                    dir=`echo "X$dep" | sed -e 's/^X-R//'`
scim-anthy-1.2.7/m4/lib-link.m4-440-                    if test "$enable_rpath" != no; then
##############################################
scim-anthy-1.2.7/m4/lib-link.m4-468-                    dnl Handle this in the next round.
scim-anthy-1.2.7/m4/lib-link.m4:469:                    names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
scim-anthy-1.2.7/m4/lib-link.m4-470-                    ;;
##############################################
scim-anthy-1.2.7/m4/lib-link.m4-474-                    dnl option.
scim-anthy-1.2.7/m4/lib-link.m4:475:                    names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
scim-anthy-1.2.7/m4/lib-link.m4-476-                    ;;
##############################################
scim-anthy-1.2.7/m4/gettext.m4-237-        LTLIBINTL="ifelse([$3],[],\${top_builddir}/intl,[$3])/libintl.[]gt_libtool_suffix_prefix[]a $LTLIBICONV"
scim-anthy-1.2.7/m4/gettext.m4:238:        LIBS=`echo " $LIBS " | sed -e 's/ -lintl / /' -e 's/^ //' -e 's/ $//'`
scim-anthy-1.2.7/m4/gettext.m4-239-      fi
##############################################
scim-anthy-1.2.7/m4/gettext.m4-449-changequote(<<,>>)dnl
scim-anthy-1.2.7/m4/gettext.m4:450:    ac_prog_version=`$INTLBISON --version 2>&1 | sed -n 's/^.*GNU Bison.* \([0-9]*\.[0-9.]*\).*$/\1/p'`
scim-anthy-1.2.7/m4/gettext.m4-451-    case $ac_prog_version in
##############################################
scim-anthy-1.2.7/m4/lib-ld.m4-16-[# I'd rather use --version here, but apparently some GNU ld's only accept -v.
scim-anthy-1.2.7/m4/lib-ld.m4:17:case `$LD -v 2>&1 </dev/null` in
scim-anthy-1.2.7/m4/lib-ld.m4-18-*GNU* | *'with BFD'*)
##############################################
scim-anthy-1.2.7/m4/lib-ld.m4-52-    # gcc leaves a trailing carriage return which upsets mingw
scim-anthy-1.2.7/m4/lib-ld.m4:53:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
scim-anthy-1.2.7/m4/lib-ld.m4-54-  *)
scim-anthy-1.2.7/m4/lib-ld.m4:55:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
scim-anthy-1.2.7/m4/lib-ld.m4-56-  esac
##############################################
scim-anthy-1.2.7/m4/lib-ld.m4-61-      # Canonicalize the path of ld
scim-anthy-1.2.7/m4/lib-ld.m4:62:      ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
scim-anthy-1.2.7/m4/lib-ld.m4-63-      while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
scim-anthy-1.2.7/m4/lib-ld.m4:64:	ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
scim-anthy-1.2.7/m4/lib-ld.m4-65-      done
##############################################
scim-anthy-1.2.7/m4/lib-ld.m4-91-      # Break only if it was the GNU/non-GNU ld that we prefer.
scim-anthy-1.2.7/m4/lib-ld.m4:92:      case `"$acl_cv_path_LD" -v 2>&1 < /dev/null` in
scim-anthy-1.2.7/m4/lib-ld.m4-93-      *GNU* | *'with BFD'*)
##############################################
scim-anthy-1.2.7/m4/po.m4-64-    else
scim-anthy-1.2.7/m4/po.m4:65:      GMSGFMT=`echo "$GMSGFMT" | sed -e 's,^.*/,,'`
scim-anthy-1.2.7/m4/po.m4-66-      AC_MSG_RESULT(
##############################################
scim-anthy-1.2.7/m4/po.m4-92-      case "$ac_file" in
scim-anthy-1.2.7/m4/po.m4:93:        *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
scim-anthy-1.2.7/m4/po.m4-94-      esac
##############################################
scim-anthy-1.2.7/m4/po.m4-97-        # Adjust a relative srcdir.
scim-anthy-1.2.7/m4/po.m4:98:        ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
scim-anthy-1.2.7/m4/po.m4:99:        ac_dir_suffix="/`echo "$ac_dir"|sed 's%^\./%%'`"
scim-anthy-1.2.7/m4/po.m4:100:        ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
scim-anthy-1.2.7/m4/po.m4-101-        # In autoconf-2.13 it is called $ac_given_srcdir.
##############################################
scim-anthy-1.2.7/m4/po.m4-104-        case "$ac_given_srcdir" in
scim-anthy-1.2.7/m4/po.m4:105:          .)  top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
scim-anthy-1.2.7/m4/po.m4-106-          /*) top_srcdir="$ac_given_srcdir" ;;
##############################################
scim-anthy-1.2.7/m4/po.m4-121-            fi
scim-anthy-1.2.7/m4/po.m4:122:            ALL_LINGUAS_=`sed -e "/^#/d" "$ac_given_srcdir/$ac_dir/LINGUAS"`
scim-anthy-1.2.7/m4/po.m4-123-            # Hide the ALL_LINGUAS assigment from automake.
##############################################
scim-anthy-1.2.7/m4/po.m4-217-  # Adjust a relative srcdir.
scim-anthy-1.2.7/m4/po.m4:218:  ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
scim-anthy-1.2.7/m4/po.m4:219:  ac_dir_suffix="/`echo "$ac_dir"|sed 's%^\./%%'`"
scim-anthy-1.2.7/m4/po.m4:220:  ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
scim-anthy-1.2.7/m4/po.m4-221-  # In autoconf-2.13 it is called $ac_given_srcdir.
##############################################
scim-anthy-1.2.7/m4/po.m4-224-  case "$ac_given_srcdir" in
scim-anthy-1.2.7/m4/po.m4:225:    .)  top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
scim-anthy-1.2.7/m4/po.m4-226-    /*) top_srcdir="$ac_given_srcdir" ;;
##############################################
scim-anthy-1.2.7/m4/po.m4-285-  # Set POTFILES to the value of the Makefile variable POTFILES.
scim-anthy-1.2.7/m4/po.m4:286:  sed_x_POTFILES="`$gt_echo \"$sed_x_variable\" | sed -e '/^ *#/d' -e 's/VARIABLE/POTFILES/g'`"
scim-anthy-1.2.7/m4/po.m4:287:  POTFILES=`sed -n -e "$sed_x_POTFILES" < "$ac_file"`
scim-anthy-1.2.7/m4/po.m4-288-  # Compute POTFILES_DEPS as
##############################################
scim-anthy-1.2.7/m4/po.m4-300-    # The LINGUAS file contains the set of available languages.
scim-anthy-1.2.7/m4/po.m4:301:    ALL_LINGUAS_=`sed -e "/^#/d" "$ac_given_srcdir/$ac_dir/LINGUAS"`
scim-anthy-1.2.7/m4/po.m4-302-    POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
##############################################
scim-anthy-1.2.7/m4/po.m4-304-    # Set ALL_LINGUAS to the value of the Makefile variable LINGUAS.
scim-anthy-1.2.7/m4/po.m4:305:    sed_x_LINGUAS="`$gt_echo \"$sed_x_variable\" | sed -e '/^ *#/d' -e 's/VARIABLE/LINGUAS/g'`"
scim-anthy-1.2.7/m4/po.m4:306:    ALL_LINGUAS_=`sed -n -e "$sed_x_LINGUAS" < "$ac_file"`
scim-anthy-1.2.7/m4/po.m4-307-  fi
##############################################
scim-anthy-1.2.7/m4/po.m4-348-    QMFILES="$QMFILES $srcdirpre$lang.qm"
scim-anthy-1.2.7/m4/po.m4:349:    frobbedlang=`echo $lang | sed -e 's/\..*$//' -e 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/'`
scim-anthy-1.2.7/m4/po.m4-350-    MSGFILES="$MSGFILES $srcdirpre$frobbedlang.msg"
scim-anthy-1.2.7/m4/po.m4:351:    frobbedlang=`echo $lang | sed -e 's/_/-/g'`
scim-anthy-1.2.7/m4/po.m4-352-    RESOURCESDLLFILES="$RESOURCESDLLFILES $srcdirpre$frobbedlang/\$(DOMAIN).resources.dll"
##############################################
scim-anthy-1.2.7/m4/po.m4-389-      QTCATALOGS="$QTCATALOGS $lang.qm"
scim-anthy-1.2.7/m4/po.m4:390:      frobbedlang=`echo $lang | sed -e 's/\..*$//' -e 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/'`
scim-anthy-1.2.7/m4/po.m4-391-      TCLCATALOGS="$TCLCATALOGS $frobbedlang.msg"
scim-anthy-1.2.7/m4/po.m4:392:      frobbedlang=`echo $lang | sed -e 's/_/-/g'`
scim-anthy-1.2.7/m4/po.m4-393-      CSHARPCATALOGS="$CSHARPCATALOGS $frobbedlang/\$(DOMAIN).resources.dll"
##############################################
scim-anthy-1.2.7/m4/po.m4-400-    for lang in $ALL_LINGUAS; do
scim-anthy-1.2.7/m4/po.m4:401:      frobbedlang=`echo $lang | sed -e 's/\..*$//' -e 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/'`
scim-anthy-1.2.7/m4/po.m4-402-      cat >> "$ac_file.tmp" <<EOF
##############################################
scim-anthy-1.2.7/m4/po.m4-411-    for lang in $ALL_LINGUAS; do
scim-anthy-1.2.7/m4/po.m4:412:      frobbedlang=`echo $lang | sed -e 's/_/-/g'`
scim-anthy-1.2.7/m4/po.m4-413-      cat >> "$ac_file.tmp" <<EOF
##############################################
scim-anthy-1.2.7/m4/iconv.m4-96-      am_cv_proto_iconv="extern size_t iconv (iconv_t cd, $am_cv_proto_iconv_arg1 char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);"])
scim-anthy-1.2.7/m4/iconv.m4:97:    am_cv_proto_iconv=`echo "[$]am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'`
scim-anthy-1.2.7/m4/iconv.m4-98-    AC_MSG_RESULT([$]{ac_t:-
##############################################
scim-anthy-1.2.7/m4/Makefile.in-267-distdir: $(DISTFILES)
scim-anthy-1.2.7/m4/Makefile.in:268:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
scim-anthy-1.2.7/m4/Makefile.in:269:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
scim-anthy-1.2.7/m4/Makefile.in-270-	list='$(DISTFILES)'; \
##############################################
scim-anthy-1.2.7/m4/Makefile.in-281-	  if test -d $$d/$$file; then \
scim-anthy-1.2.7/m4/Makefile.in:282:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
scim-anthy-1.2.7/m4/Makefile.in-283-	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
##############################################
scim-anthy-1.2.7/mkinstalldirs-12-do
scim-anthy-1.2.7/mkinstalldirs:13:   set fnord `echo ":$file" | sed -ne 's/^:\//#/;s/^://;s/\// /g;s/^#/\//;p'`
scim-anthy-1.2.7/mkinstalldirs-14-   shift
##############################################
scim-anthy-1.2.7/po/Rules-quot-15-.insert-header.po-update-en:
scim-anthy-1.2.7/po/Rules-quot:16:	@lang=`echo $@ | sed -e 's/\.po-update-en$$//'`; \
scim-anthy-1.2.7/po/Rules-quot:17:	if test "$(PACKAGE)" = "gettext"; then PATH=`pwd`/../src:$$PATH; GETTEXTLIBDIR=`cd $(top_srcdir)/src && pwd`; export GETTEXTLIBDIR; fi; \
scim-anthy-1.2.7/po/Rules-quot-18-	tmpdir=`pwd`; \
scim-anthy-1.2.7/po/Rules-quot-19-	echo "$$lang:"; \
scim-anthy-1.2.7/po/Rules-quot:20:	ll=`echo $$lang | sed -e 's/@.*//'`; \
scim-anthy-1.2.7/po/Rules-quot-21-	LC_ALL=C; export LC_ALL; \
scim-anthy-1.2.7/po/Rules-quot-22-	cd $(srcdir); \
scim-anthy-1.2.7/po/Rules-quot:23:	if $(MSGINIT) -i $(DOMAIN).pot --no-translator -l $$ll -o - 2>/dev/null | sed -f $$tmpdir/$$lang.insert-header | $(MSGCONV) -t UTF-8 | $(MSGFILTER) sed -f `echo $$lang | sed -e 's/.*@//'`.sed 2>/dev/null > $$tmpdir/$$lang.new.po; then \
scim-anthy-1.2.7/po/Rules-quot-24-	  if cmp $$lang.po $$tmpdir/$$lang.new.po >/dev/null 2>&1; then \
##############################################
scim-anthy-1.2.7/po/Makefile.in.in-66-.po.gmo:
scim-anthy-1.2.7/po/Makefile.in.in:67:	@lang=`echo $* | sed -e 's,.*/,,'`; \
scim-anthy-1.2.7/po/Makefile.in.in-68-	test "$(srcdir)" = . && cdcmd="" || cdcmd="cd $(srcdir) && "; \
##############################################
scim-anthy-1.2.7/po/Makefile.in.in-131-$(POFILES): $(srcdir)/$(DOMAIN).pot
scim-anthy-1.2.7/po/Makefile.in.in:132:	@lang=`echo $@ | sed -e 's,.*/,,' -e 's/\.po$$//'`; \
scim-anthy-1.2.7/po/Makefile.in.in-133-	if test -f "$(srcdir)/$${lang}.po"; then \
##############################################
scim-anthy-1.2.7/po/Makefile.in.in-161-	for cat in $$catalogs; do \
scim-anthy-1.2.7/po/Makefile.in.in:162:	  cat=`basename $$cat`; \
scim-anthy-1.2.7/po/Makefile.in.in:163:	  lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
scim-anthy-1.2.7/po/Makefile.in.in-164-	  dir=$(localedir)/$$lang/LC_MESSAGES; \
##############################################
scim-anthy-1.2.7/po/Makefile.in.in-171-	      if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
scim-anthy-1.2.7/po/Makefile.in.in:172:	        link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
scim-anthy-1.2.7/po/Makefile.in.in-173-	        mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
##############################################
scim-anthy-1.2.7/po/Makefile.in.in-213-	for cat in $$catalogs; do \
scim-anthy-1.2.7/po/Makefile.in.in:214:	  cat=`basename $$cat`; \
scim-anthy-1.2.7/po/Makefile.in.in:215:	  lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
scim-anthy-1.2.7/po/Makefile.in.in-216-	  dir=$(localedir)/$$lang/LC_MESSAGES; \
##############################################
scim-anthy-1.2.7/po/Makefile.in.in-220-	      if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
scim-anthy-1.2.7/po/Makefile.in.in:221:	        link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
scim-anthy-1.2.7/po/Makefile.in.in-222-	        mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
##############################################
scim-anthy-1.2.7/po/Makefile.in.in-259-	for cat in $$catalogs; do \
scim-anthy-1.2.7/po/Makefile.in.in:260:	  cat=`basename $$cat`; \
scim-anthy-1.2.7/po/Makefile.in.in:261:	  lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
scim-anthy-1.2.7/po/Makefile.in.in-262-	  for lc in LC_MESSAGES $(EXTRA_LOCALE_CATEGORIES); do \
##############################################
scim-anthy-1.2.7/po/Makefile.in.in-321-.nop.po-create:
scim-anthy-1.2.7/po/Makefile.in.in:322:	@lang=`echo $@ | sed -e 's/\.po-create$$//'`; \
scim-anthy-1.2.7/po/Makefile.in.in-323-	echo "File $$lang.po does not exist. If you are a translator, you can create it through 'msginit'." 1>&2; \
##############################################
scim-anthy-1.2.7/po/Makefile.in.in-328-.nop.po-update:
scim-anthy-1.2.7/po/Makefile.in.in:329:	@lang=`echo $@ | sed -e 's/\.po-update$$//'`; \
scim-anthy-1.2.7/po/Makefile.in.in-330-	if test "$(PACKAGE)" = "gettext-tools"; then PATH=`pwd`/../src:$$PATH; fi; \
##############################################
scim-anthy-1.2.7/configure-109-do
scim-anthy-1.2.7/configure:110:  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
scim-anthy-1.2.7/configure-111-    eval $as_var=C; export $as_var
##############################################
scim-anthy-1.2.7/configure-217-  test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" &&
scim-anthy-1.2.7/configure:218:  test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; }
scim-anthy-1.2.7/configure-219-") 2> /dev/null; then
##############################################
scim-anthy-1.2.7/configure-332-  test "x$as_lineno_1" != "x$as_lineno_2" &&
scim-anthy-1.2.7/configure:333:  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; }
scim-anthy-1.2.7/configure-334-
##############################################
scim-anthy-1.2.7/configure-427-  test "x$as_lineno_1" != "x$as_lineno_2" &&
scim-anthy-1.2.7/configure:428:  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
scim-anthy-1.2.7/configure-429-
##############################################
scim-anthy-1.2.7/configure-538-	esac;
scim-anthy-1.2.7/configure:539:	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
scim-anthy-1.2.7/configure-540-	???[sx]*):;;*)false;;esac;fi
##############################################
scim-anthy-1.2.7/configure-560-  # Remove one level of quotation (which was required for Make).
scim-anthy-1.2.7/configure:561:  ECHO=`echo "$ECHO" | sed 's,\\\\\$\\$0,'$0','`
scim-anthy-1.2.7/configure-562-  ;;
##############################################
scim-anthy-1.2.7/configure-571-  :
scim-anthy-1.2.7/configure:572:elif test "X`($echo '\t') 2>/dev/null`" = 'X\t' ; then
scim-anthy-1.2.7/configure-573-  # Yippee, $echo works!
##############################################
scim-anthy-1.2.7/configure-597-    # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
scim-anthy-1.2.7/configure:598:    if (echo_test_string=`eval $cmd`) 2>/dev/null &&
scim-anthy-1.2.7/configure:599:       echo_test_string=`eval $cmd` &&
scim-anthy-1.2.7/configure-600-       (test "X$echo_test_string" = "X$echo_test_string") 2>/dev/null
##############################################
scim-anthy-1.2.7/configure-606-
scim-anthy-1.2.7/configure:607:if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
scim-anthy-1.2.7/configure:608:   echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
scim-anthy-1.2.7/configure-609-   test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
scim-anthy-1.2.7/configure-621-    if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
scim-anthy-1.2.7/configure:622:       test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
scim-anthy-1.2.7/configure:623:       echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&
scim-anthy-1.2.7/configure-624-       test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
scim-anthy-1.2.7/configure-633-    if test "X`(print -r '\t') 2>/dev/null`" = 'X\t' &&
scim-anthy-1.2.7/configure:634:       echo_testing_string=`(print -r "$echo_test_string") 2>/dev/null` &&
scim-anthy-1.2.7/configure-635-       test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
scim-anthy-1.2.7/configure-648-      echo='printf %s\n'
scim-anthy-1.2.7/configure:649:      if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
scim-anthy-1.2.7/configure:650:	 echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
scim-anthy-1.2.7/configure-651-	 test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
scim-anthy-1.2.7/configure-653-	:
scim-anthy-1.2.7/configure:654:      elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` &&
scim-anthy-1.2.7/configure-655-	   test "X$echo_testing_string" = 'X\t' &&
scim-anthy-1.2.7/configure:656:	   echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
scim-anthy-1.2.7/configure-657-	   test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
scim-anthy-1.2.7/configure-662-	echo="$CONFIG_SHELL $0 --fallback-echo"
scim-anthy-1.2.7/configure:663:      elif echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` &&
scim-anthy-1.2.7/configure-664-	   test "X$echo_testing_string" = 'X\t' &&
scim-anthy-1.2.7/configure:665:	   echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
scim-anthy-1.2.7/configure-666-	   test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
scim-anthy-1.2.7/configure-672-	for cmd in 'echo test' 'sed 2q "$0"' 'sed 10q "$0"' 'sed 20q "$0"' 'sed 50q "$0"'; do
scim-anthy-1.2.7/configure:673:	  if (test "X$echo_test_string" = "X`eval $cmd`") 2>/dev/null
scim-anthy-1.2.7/configure-674-	  then
##############################################
scim-anthy-1.2.7/configure-680-	if test "$prev" != 'sed 50q "$0"'; then
scim-anthy-1.2.7/configure:681:	  echo_test_string=`eval $prev`
scim-anthy-1.2.7/configure-682-	  export echo_test_string
##############################################
scim-anthy-1.2.7/configure-1021-  case $ac_option in
scim-anthy-1.2.7/configure:1022:  *=*)	ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
scim-anthy-1.2.7/configure-1023-  *)	ac_optarg=yes ;;
##############################################
scim-anthy-1.2.7/configure-1064-  -disable-* | --disable-*)
scim-anthy-1.2.7/configure:1065:    ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
scim-anthy-1.2.7/configure-1066-    # Reject names that are not valid shell variable names.
##############################################
scim-anthy-1.2.7/configure-1069-   { (exit 1); exit 1; }; }
scim-anthy-1.2.7/configure:1070:    ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
scim-anthy-1.2.7/configure-1071-    eval enable_$ac_feature=no ;;
##############################################
scim-anthy-1.2.7/configure-1083-  -enable-* | --enable-*)
scim-anthy-1.2.7/configure:1084:    ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
scim-anthy-1.2.7/configure-1085-    # Reject names that are not valid shell variable names.
##############################################
scim-anthy-1.2.7/configure-1088-   { (exit 1); exit 1; }; }
scim-anthy-1.2.7/configure:1089:    ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
scim-anthy-1.2.7/configure-1090-    eval enable_$ac_feature=\$ac_optarg ;;
##############################################
scim-anthy-1.2.7/configure-1280-  -with-* | --with-*)
scim-anthy-1.2.7/configure:1281:    ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
scim-anthy-1.2.7/configure-1282-    # Reject names that are not valid shell variable names.
##############################################
scim-anthy-1.2.7/configure-1285-   { (exit 1); exit 1; }; }
scim-anthy-1.2.7/configure:1286:    ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
scim-anthy-1.2.7/configure-1287-    eval with_$ac_package=\$ac_optarg ;;
##############################################
scim-anthy-1.2.7/configure-1289-  -without-* | --without-*)
scim-anthy-1.2.7/configure:1290:    ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
scim-anthy-1.2.7/configure-1291-    # Reject names that are not valid shell variable names.
##############################################
scim-anthy-1.2.7/configure-1294-   { (exit 1); exit 1; }; }
scim-anthy-1.2.7/configure:1295:    ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
scim-anthy-1.2.7/configure-1296-    eval with_$ac_package=no ;;
##############################################
scim-anthy-1.2.7/configure-1321-  *=*)
scim-anthy-1.2.7/configure:1322:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
scim-anthy-1.2.7/configure-1323-    # Reject names that are not valid shell variable names.
##############################################
scim-anthy-1.2.7/configure-1341-if test -n "$ac_prev"; then
scim-anthy-1.2.7/configure:1342:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
scim-anthy-1.2.7/configure-1343-  { echo "$as_me: error: missing argument to $ac_option" >&2
##############################################
scim-anthy-1.2.7/configure-1387-ac_ls_di=`ls -di .` &&
scim-anthy-1.2.7/configure:1388:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
scim-anthy-1.2.7/configure-1389-  { echo "$as_me: error: Working directory cannot be determined" >&2
##############################################
scim-anthy-1.2.7/configure-1447-case $srcdir in
scim-anthy-1.2.7/configure:1448:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
scim-anthy-1.2.7/configure-1449-esac
##############################################
scim-anthy-1.2.7/configure-1490-By default, \`make install' will install all the files in
scim-anthy-1.2.7/configure:1491:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
scim-anthy-1.2.7/configure:1492:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
scim-anthy-1.2.7/configure-1493-for instance \`--prefix=\$HOME'.
##############################################
scim-anthy-1.2.7/configure-1607-*)
scim-anthy-1.2.7/configure:1608:  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
scim-anthy-1.2.7/configure-1609-  # A ".." for each directory in $ac_dir_suffix.
scim-anthy-1.2.7/configure:1610:  ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
scim-anthy-1.2.7/configure-1611-  case $ac_top_builddir_sub in
##############################################
scim-anthy-1.2.7/configure-1740-    *\'*)
scim-anthy-1.2.7/configure:1741:      ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
scim-anthy-1.2.7/configure-1742-    esac
##############################################
scim-anthy-1.2.7/configure-1826-      case $ac_val in
scim-anthy-1.2.7/configure:1827:      *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
scim-anthy-1.2.7/configure-1828-      esac
##############################################
scim-anthy-1.2.7/configure-1843-	case $ac_val in
scim-anthy-1.2.7/configure:1844:	*\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
scim-anthy-1.2.7/configure-1845-	esac
##############################################
scim-anthy-1.2.7/configure-1951-    set,)
scim-anthy-1.2.7/configure:1952:      { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
scim-anthy-1.2.7/configure:1953:echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
scim-anthy-1.2.7/configure-1954-      ac_cache_corrupted=: ;;
##############################################
scim-anthy-1.2.7/configure-1973-    case $ac_new_val in
scim-anthy-1.2.7/configure:1974:    *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
scim-anthy-1.2.7/configure-1975-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
scim-anthy-1.2.7/configure-2163-if (
scim-anthy-1.2.7/configure:2164:   set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
scim-anthy-1.2.7/configure-2165-   if test "$*" = "X"; then
scim-anthy-1.2.7/configure-2166-      # -L didn't work.
scim-anthy-1.2.7/configure:2167:      set X `ls -t $srcdir/configure conftest.file`
scim-anthy-1.2.7/configure-2168-   fi
##############################################
scim-anthy-1.2.7/configure-2207-_ACEOF
scim-anthy-1.2.7/configure:2208:program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
scim-anthy-1.2.7/configure-2209-rm -f conftest.sed
##############################################
scim-anthy-1.2.7/configure-2211-# expand $ac_aux_dir to an absolute path
scim-anthy-1.2.7/configure:2212:am_aux_dir=`cd $ac_aux_dir && pwd`
scim-anthy-1.2.7/configure-2213-
##############################################
scim-anthy-1.2.7/configure-2237-	   { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
scim-anthy-1.2.7/configure:2238:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
scim-anthy-1.2.7/configure-2239-	     'mkdir (GNU coreutils) '* | \
##############################################
scim-anthy-1.2.7/configure-2315-echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
scim-anthy-1.2.7/configure:2316:set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
scim-anthy-1.2.7/configure-2317-if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
##############################################
scim-anthy-1.2.7/configure-2325-# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
scim-anthy-1.2.7/configure:2326:case `${MAKE-make} -f conftest.make 2>/dev/null` in
scim-anthy-1.2.7/configure-2327-  *@@@%%%=?*=@@@%%%*)
##############################################
scim-anthy-1.2.7/configure-2352-
scim-anthy-1.2.7/configure:2353:if test "`cd $srcdir && pwd`" != "`pwd`"; then
scim-anthy-1.2.7/configure-2354-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
scim-anthy-1.2.7/configure-2813-    else
scim-anthy-1.2.7/configure:2814:      GMSGFMT=`echo "$GMSGFMT" | sed -e 's,^.*/,,'`
scim-anthy-1.2.7/configure-2815-      { echo "$as_me:$LINENO: result: found $GMSGFMT program is not GNU msgfmt; ignore it" >&5
##############################################
scim-anthy-1.2.7/configure-2859-# case it prints its new name instead of `make'.
scim-anthy-1.2.7/configure:2860:if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
scim-anthy-1.2.7/configure-2861-   am__include=include
##############################################
scim-anthy-1.2.7/configure-2867-   echo '.include "confinc"' > confmf
scim-anthy-1.2.7/configure:2868:   if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
scim-anthy-1.2.7/configure-2869-      am__include=.include
##############################################
scim-anthy-1.2.7/configure-3211-echo "$as_me:$LINENO: checking for C compiler version" >&5
scim-anthy-1.2.7/configure:3212:ac_compiler=`set X $ac_compile; echo $2`
scim-anthy-1.2.7/configure-3213-{ (ac_try="$ac_compiler --version >&5"
##############################################
scim-anthy-1.2.7/configure-3265-echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; }
scim-anthy-1.2.7/configure:3266:ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
scim-anthy-1.2.7/configure-3267-#
##############################################
scim-anthy-1.2.7/configure-3313-	then :; else
scim-anthy-1.2.7/configure:3314:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
scim-anthy-1.2.7/configure-3315-	fi
##############################################
scim-anthy-1.2.7/configure-3410-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
scim-anthy-1.2.7/configure:3411:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
scim-anthy-1.2.7/configure-3412-	  break;;
##############################################
scim-anthy-1.2.7/configure-3465-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;
scim-anthy-1.2.7/configure:3466:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
scim-anthy-1.2.7/configure-3467-       break;;
##############################################
scim-anthy-1.2.7/configure-3540-echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
scim-anthy-1.2.7/configure:3541:GCC=`test $ac_compiler_gnu = yes && echo yes`
scim-anthy-1.2.7/configure-3542-ac_test_CFLAGS=${CFLAGS+set}
##############################################
scim-anthy-1.2.7/configure-3844-  if test "$am_compiler_list" = ""; then
scim-anthy-1.2.7/configure:3845:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
scim-anthy-1.2.7/configure-3846-  fi
##############################################
scim-anthy-1.2.7/configure-3937-test "x$ac_build_alias" = x &&
scim-anthy-1.2.7/configure:3938:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
scim-anthy-1.2.7/configure-3939-test "x$ac_build_alias" = x &&
##############################################
scim-anthy-1.2.7/configure-3942-   { (exit 1); exit 1; }; }
scim-anthy-1.2.7/configure:3943:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
scim-anthy-1.2.7/configure-3944-  { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
##############################################
scim-anthy-1.2.7/configure-3967-IFS=$ac_save_IFS
scim-anthy-1.2.7/configure:3968:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
scim-anthy-1.2.7/configure-3969-
##############################################
scim-anthy-1.2.7/configure-3978-else
scim-anthy-1.2.7/configure:3979:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
scim-anthy-1.2.7/configure-3980-    { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
##############################################
scim-anthy-1.2.7/configure-4004-IFS=$ac_save_IFS
scim-anthy-1.2.7/configure:4005:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
scim-anthy-1.2.7/configure-4006-
##############################################
scim-anthy-1.2.7/configure-4427-  # Check for GNU $ac_path_GREP
scim-anthy-1.2.7/configure:4428:case `"$ac_path_GREP" --version 2>&1` in
scim-anthy-1.2.7/configure-4429-*GNU*)
##############################################
scim-anthy-1.2.7/configure-4441-    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
scim-anthy-1.2.7/configure:4442:    ac_count=`expr $ac_count + 1`
scim-anthy-1.2.7/configure-4443-    if test $ac_count -gt ${ac_path_GREP_max-0}; then
##############################################
scim-anthy-1.2.7/configure-4509-  # Check for GNU $ac_path_EGREP
scim-anthy-1.2.7/configure:4510:case `"$ac_path_EGREP" --version 2>&1` in
scim-anthy-1.2.7/configure-4511-*GNU*)
##############################################
scim-anthy-1.2.7/configure-4523-    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
scim-anthy-1.2.7/configure:4524:    ac_count=`expr $ac_count + 1`
scim-anthy-1.2.7/configure-4525-    if test $ac_count -gt ${ac_path_EGREP_max-0}; then
##############################################
scim-anthy-1.2.7/configure-4985-do
scim-anthy-1.2.7/configure:4986:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
scim-anthy-1.2.7/configure-4987-{ echo "$as_me:$LINENO: checking for $ac_header" >&5
##############################################
scim-anthy-1.2.7/configure-5028-fi
scim-anthy-1.2.7/configure:5029:ac_res=`eval echo '${'$as_ac_Header'}'`
scim-anthy-1.2.7/configure-5030-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
scim-anthy-1.2.7/configure-5031-echo "${ECHO_T}$ac_res" >&6; }
scim-anthy-1.2.7/configure:5032:if test `eval echo '${'$as_ac_Header'}'` = yes; then
scim-anthy-1.2.7/configure-5033-  cat >>confdefs.h <<_ACEOF
scim-anthy-1.2.7/configure:5034:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
scim-anthy-1.2.7/configure-5035-_ACEOF
##############################################
scim-anthy-1.2.7/configure-5883-  for ac_func in _getb67 GETB67 getb67; do
scim-anthy-1.2.7/configure:5884:    as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
scim-anthy-1.2.7/configure-5885-{ echo "$as_me:$LINENO: checking for $ac_func" >&5
##############################################
scim-anthy-1.2.7/configure-5963-fi
scim-anthy-1.2.7/configure:5964:ac_res=`eval echo '${'$as_ac_var'}'`
scim-anthy-1.2.7/configure-5965-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
scim-anthy-1.2.7/configure-5966-echo "${ECHO_T}$ac_res" >&6; }
scim-anthy-1.2.7/configure:5967:if test `eval echo '${'$as_ac_var'}'` = yes; then
scim-anthy-1.2.7/configure-5968-
##############################################
scim-anthy-1.2.7/configure-6061-do
scim-anthy-1.2.7/configure:6062:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
scim-anthy-1.2.7/configure-6063-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
##############################################
scim-anthy-1.2.7/configure-6068-fi
scim-anthy-1.2.7/configure:6069:ac_res=`eval echo '${'$as_ac_Header'}'`
scim-anthy-1.2.7/configure-6070-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
##############################################
scim-anthy-1.2.7/configure-6189-fi
scim-anthy-1.2.7/configure:6190:ac_res=`eval echo '${'$as_ac_Header'}'`
scim-anthy-1.2.7/configure-6191-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
##############################################
scim-anthy-1.2.7/configure-6194-fi
scim-anthy-1.2.7/configure:6195:if test `eval echo '${'$as_ac_Header'}'` = yes; then
scim-anthy-1.2.7/configure-6196-  cat >>confdefs.h <<_ACEOF
scim-anthy-1.2.7/configure:6197:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
scim-anthy-1.2.7/configure-6198-_ACEOF
##############################################
scim-anthy-1.2.7/configure-6206-do
scim-anthy-1.2.7/configure:6207:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
scim-anthy-1.2.7/configure-6208-{ echo "$as_me:$LINENO: checking for $ac_func" >&5
##############################################
scim-anthy-1.2.7/configure-6286-fi
scim-anthy-1.2.7/configure:6287:ac_res=`eval echo '${'$as_ac_var'}'`
scim-anthy-1.2.7/configure-6288-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
scim-anthy-1.2.7/configure-6289-echo "${ECHO_T}$ac_res" >&6; }
scim-anthy-1.2.7/configure:6290:if test `eval echo '${'$as_ac_var'}'` = yes; then
scim-anthy-1.2.7/configure-6291-  cat >>confdefs.h <<_ACEOF
scim-anthy-1.2.7/configure:6292:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
scim-anthy-1.2.7/configure-6293-_ACEOF
##############################################
scim-anthy-1.2.7/configure-6845-do
scim-anthy-1.2.7/configure:6846:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
scim-anthy-1.2.7/configure-6847-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
##############################################
scim-anthy-1.2.7/configure-6852-fi
scim-anthy-1.2.7/configure:6853:ac_res=`eval echo '${'$as_ac_Header'}'`
scim-anthy-1.2.7/configure-6854-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
##############################################
scim-anthy-1.2.7/configure-6973-fi
scim-anthy-1.2.7/configure:6974:ac_res=`eval echo '${'$as_ac_Header'}'`
scim-anthy-1.2.7/configure-6975-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
##############################################
scim-anthy-1.2.7/configure-6978-fi
scim-anthy-1.2.7/configure:6979:if test `eval echo '${'$as_ac_Header'}'` = yes; then
scim-anthy-1.2.7/configure-6980-  cat >>confdefs.h <<_ACEOF
scim-anthy-1.2.7/configure:6981:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
scim-anthy-1.2.7/configure-6982-_ACEOF
##############################################
scim-anthy-1.2.7/configure-7090-
scim-anthy-1.2.7/configure:7091:	ac_lo=`expr $ac_mid + 1`
scim-anthy-1.2.7/configure-7092-			if test $ac_lo -le $ac_mid; then
##############################################
scim-anthy-1.2.7/configure-7095-			fi
scim-anthy-1.2.7/configure:7096:			ac_mid=`expr 2 '*' $ac_mid + 1`
scim-anthy-1.2.7/configure-7097-fi
##############################################
scim-anthy-1.2.7/configure-7179-
scim-anthy-1.2.7/configure:7180:	ac_hi=`expr '(' $ac_mid ')' - 1`
scim-anthy-1.2.7/configure-7181-			if test $ac_mid -le $ac_hi; then
##############################################
scim-anthy-1.2.7/configure-7184-			fi
scim-anthy-1.2.7/configure:7185:			ac_mid=`expr 2 '*' $ac_mid`
scim-anthy-1.2.7/configure-7186-fi
##############################################
scim-anthy-1.2.7/configure-7202-while test "x$ac_lo" != "x$ac_hi"; do
scim-anthy-1.2.7/configure:7203:  ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
scim-anthy-1.2.7/configure-7204-  cat >conftest.$ac_ext <<_ACEOF
##############################################
scim-anthy-1.2.7/configure-7242-
scim-anthy-1.2.7/configure:7243:	ac_lo=`expr '(' $ac_mid ')' + 1`
scim-anthy-1.2.7/configure-7244-fi
##############################################
scim-anthy-1.2.7/configure-7400-
scim-anthy-1.2.7/configure:7401:	ac_lo=`expr $ac_mid + 1`
scim-anthy-1.2.7/configure-7402-			if test $ac_lo -le $ac_mid; then
##############################################
scim-anthy-1.2.7/configure-7405-			fi
scim-anthy-1.2.7/configure:7406:			ac_mid=`expr 2 '*' $ac_mid + 1`
scim-anthy-1.2.7/configure-7407-fi
##############################################
scim-anthy-1.2.7/configure-7489-
scim-anthy-1.2.7/configure:7490:	ac_hi=`expr '(' $ac_mid ')' - 1`
scim-anthy-1.2.7/configure-7491-			if test $ac_mid -le $ac_hi; then
##############################################
scim-anthy-1.2.7/configure-7494-			fi
scim-anthy-1.2.7/configure:7495:			ac_mid=`expr 2 '*' $ac_mid`
scim-anthy-1.2.7/configure-7496-fi
##############################################
scim-anthy-1.2.7/configure-7512-while test "x$ac_lo" != "x$ac_hi"; do
scim-anthy-1.2.7/configure:7513:  ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
scim-anthy-1.2.7/configure-7514-  cat >conftest.$ac_ext <<_ACEOF
##############################################
scim-anthy-1.2.7/configure-7552-
scim-anthy-1.2.7/configure:7553:	ac_lo=`expr '(' $ac_mid ')' + 1`
scim-anthy-1.2.7/configure-7554-fi
##############################################
scim-anthy-1.2.7/configure-7710-
scim-anthy-1.2.7/configure:7711:	ac_lo=`expr $ac_mid + 1`
scim-anthy-1.2.7/configure-7712-			if test $ac_lo -le $ac_mid; then
##############################################
scim-anthy-1.2.7/configure-7715-			fi
scim-anthy-1.2.7/configure:7716:			ac_mid=`expr 2 '*' $ac_mid + 1`
scim-anthy-1.2.7/configure-7717-fi
##############################################
scim-anthy-1.2.7/configure-7799-
scim-anthy-1.2.7/configure:7800:	ac_hi=`expr '(' $ac_mid ')' - 1`
scim-anthy-1.2.7/configure-7801-			if test $ac_mid -le $ac_hi; then
##############################################
scim-anthy-1.2.7/configure-7804-			fi
scim-anthy-1.2.7/configure:7805:			ac_mid=`expr 2 '*' $ac_mid`
scim-anthy-1.2.7/configure-7806-fi
##############################################
scim-anthy-1.2.7/configure-7822-while test "x$ac_lo" != "x$ac_hi"; do
scim-anthy-1.2.7/configure:7823:  ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
scim-anthy-1.2.7/configure-7824-  cat >conftest.$ac_ext <<_ACEOF
##############################################
scim-anthy-1.2.7/configure-7862-
scim-anthy-1.2.7/configure:7863:	ac_lo=`expr '(' $ac_mid ')' + 1`
scim-anthy-1.2.7/configure-7864-fi
##############################################
scim-anthy-1.2.7/configure-8014-do
scim-anthy-1.2.7/configure:8015:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
scim-anthy-1.2.7/configure-8016-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
##############################################
scim-anthy-1.2.7/configure-8021-fi
scim-anthy-1.2.7/configure:8022:ac_res=`eval echo '${'$as_ac_Header'}'`
scim-anthy-1.2.7/configure-8023-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
##############################################
scim-anthy-1.2.7/configure-8142-fi
scim-anthy-1.2.7/configure:8143:ac_res=`eval echo '${'$as_ac_Header'}'`
scim-anthy-1.2.7/configure-8144-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
##############################################
scim-anthy-1.2.7/configure-8147-fi
scim-anthy-1.2.7/configure:8148:if test `eval echo '${'$as_ac_Header'}'` = yes; then
scim-anthy-1.2.7/configure-8149-  cat >>confdefs.h <<_ACEOF
scim-anthy-1.2.7/configure:8150:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
scim-anthy-1.2.7/configure-8151-_ACEOF
##############################################
scim-anthy-1.2.7/configure-8202-    # gcc leaves a trailing carriage return which upsets mingw
scim-anthy-1.2.7/configure:8203:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
scim-anthy-1.2.7/configure-8204-  *)
scim-anthy-1.2.7/configure:8205:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
scim-anthy-1.2.7/configure-8206-  esac
##############################################
scim-anthy-1.2.7/configure-8211-      # Canonicalize the path of ld
scim-anthy-1.2.7/configure:8212:      ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
scim-anthy-1.2.7/configure-8213-      while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
scim-anthy-1.2.7/configure:8214:	ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
scim-anthy-1.2.7/configure-8215-      done
##############################################
scim-anthy-1.2.7/configure-8245-      # Break only if it was the GNU/non-GNU ld that we prefer.
scim-anthy-1.2.7/configure:8246:      case `"$acl_cv_path_LD" -v 2>&1 < /dev/null` in
scim-anthy-1.2.7/configure-8247-      *GNU* | *'with BFD'*)
##############################################
scim-anthy-1.2.7/configure-8276-  # I'd rather use --version here, but apparently some GNU ld's only accept -v.
scim-anthy-1.2.7/configure:8277:case `$LD -v 2>&1 </dev/null` in
scim-anthy-1.2.7/configure-8278-*GNU* | *'with BFD'*)
##############################################
scim-anthy-1.2.7/configure-8386-        names_already_handled="$names_already_handled $name"
scim-anthy-1.2.7/configure:8387:                        uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
scim-anthy-1.2.7/configure-8388-        eval value=\"\$HAVE_LIB$uppername\"
##############################################
scim-anthy-1.2.7/configure-8432-                -L*)
scim-anthy-1.2.7/configure:8433:                  dir=`echo "X$x" | sed -e 's/^X-L//'`
scim-anthy-1.2.7/configure-8434-                  if test -n "$shlibext" && test -f "$dir/lib$name.$shlibext"; then
##############################################
scim-anthy-1.2.7/configure-8524-              */lib | */lib/)
scim-anthy-1.2.7/configure:8525:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e 's,/lib/*$,,'`
scim-anthy-1.2.7/configure-8526-                additional_includedir="$basedir/include"
##############################################
scim-anthy-1.2.7/configure-8572-                  -L*)
scim-anthy-1.2.7/configure:8573:                    additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
scim-anthy-1.2.7/configure-8574-                                                                                                                                                                if test "X$additional_libdir" != "X/usr/lib"; then
##############################################
scim-anthy-1.2.7/configure-8629-                  -R*)
scim-anthy-1.2.7/configure:8630:                    dir=`echo "X$dep" | sed -e 's/^X-R//'`
scim-anthy-1.2.7/configure-8631-                    if test "$enable_rpath" != no; then
##############################################
scim-anthy-1.2.7/configure-8654-                  -l*)
scim-anthy-1.2.7/configure:8655:                                        names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
scim-anthy-1.2.7/configure-8656-                    ;;
scim-anthy-1.2.7/configure-8657-                  *.la)
scim-anthy-1.2.7/configure:8658:                                                                                names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
scim-anthy-1.2.7/configure-8659-                    ;;
##############################################
scim-anthy-1.2.7/configure-8785-do
scim-anthy-1.2.7/configure:8786:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
scim-anthy-1.2.7/configure-8787-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
##############################################
scim-anthy-1.2.7/configure-8792-fi
scim-anthy-1.2.7/configure:8793:ac_res=`eval echo '${'$as_ac_Header'}'`
scim-anthy-1.2.7/configure-8794-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
##############################################
scim-anthy-1.2.7/configure-8913-fi
scim-anthy-1.2.7/configure:8914:ac_res=`eval echo '${'$as_ac_Header'}'`
scim-anthy-1.2.7/configure-8915-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
##############################################
scim-anthy-1.2.7/configure-8918-fi
scim-anthy-1.2.7/configure:8919:if test `eval echo '${'$as_ac_Header'}'` = yes; then
scim-anthy-1.2.7/configure-8920-  cat >>confdefs.h <<_ACEOF
scim-anthy-1.2.7/configure:8921:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
scim-anthy-1.2.7/configure-8922-_ACEOF
##############################################
scim-anthy-1.2.7/configure-8955-do
scim-anthy-1.2.7/configure:8956:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
scim-anthy-1.2.7/configure-8957-{ echo "$as_me:$LINENO: checking for $ac_func" >&5
##############################################
scim-anthy-1.2.7/configure-9035-fi
scim-anthy-1.2.7/configure:9036:ac_res=`eval echo '${'$as_ac_var'}'`
scim-anthy-1.2.7/configure-9037-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
scim-anthy-1.2.7/configure-9038-echo "${ECHO_T}$ac_res" >&6; }
scim-anthy-1.2.7/configure:9039:if test `eval echo '${'$as_ac_var'}'` = yes; then
scim-anthy-1.2.7/configure-9040-  cat >>confdefs.h <<_ACEOF
scim-anthy-1.2.7/configure:9041:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
scim-anthy-1.2.7/configure-9042-_ACEOF
##############################################
scim-anthy-1.2.7/configure-9621-
scim-anthy-1.2.7/configure:9622:    am_cv_proto_iconv=`echo "$am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'`
scim-anthy-1.2.7/configure-9623-    { echo "$as_me:$LINENO: result: ${ac_t:-
##############################################
scim-anthy-1.2.7/configure-9804-echo $ECHO_N "checking version of bison... $ECHO_C" >&6; }
scim-anthy-1.2.7/configure:9805:    ac_prog_version=`$INTLBISON --version 2>&1 | sed -n 's/^.*GNU Bison.* \([0-9]*\.[0-9.]*\).*$/\1/p'`
scim-anthy-1.2.7/configure-9806-    case $ac_prog_version in
##############################################
scim-anthy-1.2.7/configure-9999-        names_already_handled="$names_already_handled $name"
scim-anthy-1.2.7/configure:10000:                        uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
scim-anthy-1.2.7/configure-10001-        eval value=\"\$HAVE_LIB$uppername\"
##############################################
scim-anthy-1.2.7/configure-10045-                -L*)
scim-anthy-1.2.7/configure:10046:                  dir=`echo "X$x" | sed -e 's/^X-L//'`
scim-anthy-1.2.7/configure-10047-                  if test -n "$shlibext" && test -f "$dir/lib$name.$shlibext"; then
##############################################
scim-anthy-1.2.7/configure-10137-              */lib | */lib/)
scim-anthy-1.2.7/configure:10138:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e 's,/lib/*$,,'`
scim-anthy-1.2.7/configure-10139-                additional_includedir="$basedir/include"
##############################################
scim-anthy-1.2.7/configure-10185-                  -L*)
scim-anthy-1.2.7/configure:10186:                    additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
scim-anthy-1.2.7/configure-10187-                                                                                                                                                                if test "X$additional_libdir" != "X/usr/lib"; then
##############################################
scim-anthy-1.2.7/configure-10242-                  -R*)
scim-anthy-1.2.7/configure:10243:                    dir=`echo "X$dep" | sed -e 's/^X-R//'`
scim-anthy-1.2.7/configure-10244-                    if test "$enable_rpath" != no; then
##############################################
scim-anthy-1.2.7/configure-10267-                  -l*)
scim-anthy-1.2.7/configure:10268:                                        names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
scim-anthy-1.2.7/configure-10269-                    ;;
scim-anthy-1.2.7/configure-10270-                  *.la)
scim-anthy-1.2.7/configure:10271:                                                                                names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
scim-anthy-1.2.7/configure-10272-                    ;;
##############################################
scim-anthy-1.2.7/configure-10458-        LTLIBINTL="\${top_builddir}/intl/libintl.a $LTLIBICONV"
scim-anthy-1.2.7/configure:10459:        LIBS=`echo " $LIBS " | sed -e 's/ -lintl / /' -e 's/^ //' -e 's/ $//'`
scim-anthy-1.2.7/configure-10460-      fi
##############################################
scim-anthy-1.2.7/configure-10712-    test $lt_ac_count -gt 10 && break
scim-anthy-1.2.7/configure:10713:    lt_ac_count=`expr $lt_ac_count + 1`
scim-anthy-1.2.7/configure-10714-    if test $lt_ac_count -gt $lt_ac_max; then
##############################################
scim-anthy-1.2.7/configure-10743-    # gcc leaves a trailing carriage return which upsets mingw
scim-anthy-1.2.7/configure:10744:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
scim-anthy-1.2.7/configure-10745-  *)
scim-anthy-1.2.7/configure:10746:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
scim-anthy-1.2.7/configure-10747-  esac
##############################################
scim-anthy-1.2.7/configure-10752-      # Canonicalize the pathname of ld
scim-anthy-1.2.7/configure:10753:      ac_prog=`echo $ac_prog| $SED 's%\\\\%/%g'`
scim-anthy-1.2.7/configure-10754-      while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
scim-anthy-1.2.7/configure:10755:	ac_prog=`echo $ac_prog| $SED "s%$re_direlt%/%"`
scim-anthy-1.2.7/configure-10756-      done
##############################################
scim-anthy-1.2.7/configure-10787-      # Break only if it was the GNU/non-GNU ld that we prefer.
scim-anthy-1.2.7/configure:10788:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
scim-anthy-1.2.7/configure-10789-      *GNU* | *'with BFD'*)
##############################################
scim-anthy-1.2.7/configure-10820-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
scim-anthy-1.2.7/configure:10821:case `$LD -v 2>&1 </dev/null` in
scim-anthy-1.2.7/configure-10822-*GNU* | *'with BFD'*)
##############################################
scim-anthy-1.2.7/configure-10883-	# Tru64's nm complains that /dev/null is an invalid object file
scim-anthy-1.2.7/configure:10884:	case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
scim-anthy-1.2.7/configure-10885-	*/dev/null* | *'Invalid file or object type'*)
##############################################
scim-anthy-1.2.7/configure-10889-	*)
scim-anthy-1.2.7/configure:10890:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
scim-anthy-1.2.7/configure-10891-	  */dev/null*)
##############################################
scim-anthy-1.2.7/configure-11057-openbsd*)
scim-anthy-1.2.7/configure:11058:  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
scim-anthy-1.2.7/configure-11059-    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
##############################################
scim-anthy-1.2.7/configure-11145-  (exit $ac_status); }; then
scim-anthy-1.2.7/configure:11146:    case `/usr/bin/file conftest.$ac_objext` in
scim-anthy-1.2.7/configure-11147-    *ELF-32*)
##############################################
scim-anthy-1.2.7/configure-11165-   if test "$lt_cv_prog_gnu_ld" = yes; then
scim-anthy-1.2.7/configure:11166:    case `/usr/bin/file conftest.$ac_objext` in
scim-anthy-1.2.7/configure-11167-    *32-bit*)
##############################################
scim-anthy-1.2.7/configure-11177-   else
scim-anthy-1.2.7/configure:11178:    case `/usr/bin/file conftest.$ac_objext` in
scim-anthy-1.2.7/configure-11179-    *32-bit*)
##############################################
scim-anthy-1.2.7/configure-11351-do
scim-anthy-1.2.7/configure:11352:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
scim-anthy-1.2.7/configure-11353-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
##############################################
scim-anthy-1.2.7/configure-11358-fi
scim-anthy-1.2.7/configure:11359:ac_res=`eval echo '${'$as_ac_Header'}'`
scim-anthy-1.2.7/configure-11360-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
##############################################
scim-anthy-1.2.7/configure-11479-fi
scim-anthy-1.2.7/configure:11480:ac_res=`eval echo '${'$as_ac_Header'}'`
scim-anthy-1.2.7/configure-11481-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
##############################################
scim-anthy-1.2.7/configure-11484-fi
scim-anthy-1.2.7/configure:11485:if test `eval echo '${'$as_ac_Header'}'` = yes; then
scim-anthy-1.2.7/configure-11486-  cat >>confdefs.h <<_ACEOF
scim-anthy-1.2.7/configure:11487:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
scim-anthy-1.2.7/configure-11488-_ACEOF
##############################################
scim-anthy-1.2.7/configure-11610-echo "$as_me:$LINENO: checking for C++ compiler version" >&5
scim-anthy-1.2.7/configure:11611:ac_compiler=`set X $ac_compile; echo $2`
scim-anthy-1.2.7/configure-11612-{ (ac_try="$ac_compiler --version >&5"
##############################################
scim-anthy-1.2.7/configure-11696-echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6; }
scim-anthy-1.2.7/configure:11697:GXX=`test $ac_compiler_gnu = yes && echo yes`
scim-anthy-1.2.7/configure-11698-ac_test_CXXFLAGS=${CXXFLAGS+set}
##############################################
scim-anthy-1.2.7/configure-11885-  if test "$am_compiler_list" = ""; then
scim-anthy-1.2.7/configure:11886:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
scim-anthy-1.2.7/configure-11887-  fi
##############################################
scim-anthy-1.2.7/configure-12310-echo "$as_me:$LINENO: checking for Fortran 77 compiler version" >&5
scim-anthy-1.2.7/configure:12311:ac_compiler=`set X $ac_compile; echo $2`
scim-anthy-1.2.7/configure-12312-{ (ac_try="$ac_compiler --version >&5"
##############################################
scim-anthy-1.2.7/configure-12452-
scim-anthy-1.2.7/configure:12453:G77=`test $ac_compiler_gnu = yes && echo yes`
scim-anthy-1.2.7/configure-12454-ac_ext=c
##############################################
scim-anthy-1.2.7/configure-12514-    # And add a safety zone
scim-anthy-1.2.7/configure:12515:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
scim-anthy-1.2.7/configure:12516:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
scim-anthy-1.2.7/configure-12517-    ;;
##############################################
scim-anthy-1.2.7/configure-12542-    if test -n "$kargmax"; then
scim-anthy-1.2.7/configure:12543:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ 	]//'`
scim-anthy-1.2.7/configure-12544-    else
##############################################
scim-anthy-1.2.7/configure-12550-    if test -n "$lt_cv_sys_max_cmd_len"; then
scim-anthy-1.2.7/configure:12551:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
scim-anthy-1.2.7/configure:12552:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
scim-anthy-1.2.7/configure-12553-    else
scim-anthy-1.2.7/configure-12554-      SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
scim-anthy-1.2.7/configure:12555:      while (test "X"`$SHELL $0 --fallback-echo "X$teststring" 2>/dev/null` \
scim-anthy-1.2.7/configure-12556-	       = "XX$teststring") >/dev/null 2>&1 &&
scim-anthy-1.2.7/configure:12557:	      new_result=`expr "X$teststring" : ".*" 2>&1` &&
scim-anthy-1.2.7/configure-12558-	      lt_cv_sys_max_cmd_len=$new_result &&
##############################################
scim-anthy-1.2.7/configure-12560-      do
scim-anthy-1.2.7/configure:12561:        i=`expr $i + 1`
scim-anthy-1.2.7/configure-12562-        teststring=$teststring$teststring
##############################################
scim-anthy-1.2.7/configure-12567-      # It appears as though 1/2 is a usable value.
scim-anthy-1.2.7/configure:12568:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
scim-anthy-1.2.7/configure-12569-    fi
##############################################
scim-anthy-1.2.7/configure-12662-# If we're using GNU nm, then use its standard symbol codes.
scim-anthy-1.2.7/configure:12663:case `$NM -V 2>&1` in
scim-anthy-1.2.7/configure-12664-*GNU* | *'with BFD'*)
##############################################
scim-anthy-1.2.7/configure-13198-done
scim-anthy-1.2.7/configure:13199:cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
scim-anthy-1.2.7/configure-13200-
##############################################
scim-anthy-1.2.7/configure-13226-	"file_magic "*)
scim-anthy-1.2.7/configure:13227:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
scim-anthy-1.2.7/configure-13228-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
scim-anthy-1.2.7/configure-13288-	"file_magic "*)
scim-anthy-1.2.7/configure:13289:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
scim-anthy-1.2.7/configure-13290-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
scim-anthy-1.2.7/configure-13925-      *)
scim-anthy-1.2.7/configure:13926:        case `$CC -V 2>&1 | sed 5q` in
scim-anthy-1.2.7/configure-13927-	*Sun\ C*)
##############################################
scim-anthy-1.2.7/configure-14179-  if test "$hard_links" = no; then
scim-anthy-1.2.7/configure:14180:    { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
scim-anthy-1.2.7/configure:14181:echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
scim-anthy-1.2.7/configure-14182-    need_locks=warn
##############################################
scim-anthy-1.2.7/configure-14236-done
scim-anthy-1.2.7/configure:14237:cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
scim-anthy-1.2.7/configure-14238-
##############################################
scim-anthy-1.2.7/configure-14274-    supports_anon_versioning=no
scim-anthy-1.2.7/configure:14275:    case `$LD -v 2>/dev/null` in
scim-anthy-1.2.7/configure-14276-      *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
##############################################
scim-anthy-1.2.7/configure-14338-	# is EXPORTS), use it as is; otherwise, prepend...
scim-anthy-1.2.7/configure:14339:	archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
scim-anthy-1.2.7/configure-14340-	  cp $export_symbols $output_objdir/$soname.def;
##############################################
scim-anthy-1.2.7/configure-14361-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
scim-anthy-1.2.7/configure:14362:      archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
scim-anthy-1.2.7/configure:14363:      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'
scim-anthy-1.2.7/configure-14364-      ;;
##############################################
scim-anthy-1.2.7/configure-14370-	pgcc*)				# Portland Group C compiler
scim-anthy-1.2.7/configure:14371:	  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'
scim-anthy-1.2.7/configure-14372-	  tmp_addflag=' $pic_flag'
##############################################
scim-anthy-1.2.7/configure-14374-	pgf77* | pgf90* | pgf95*)	# Portland Group f77 and f90 compilers
scim-anthy-1.2.7/configure:14375:	  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'
scim-anthy-1.2.7/configure-14376-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
scim-anthy-1.2.7/configure-14383-	esac
scim-anthy-1.2.7/configure:14384:	case `$CC -V 2>&1 | sed 5q` in
scim-anthy-1.2.7/configure-14385-	*Sun\ C*)			# Sun C 5.9
scim-anthy-1.2.7/configure:14386:	  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'
scim-anthy-1.2.7/configure-14387-	  tmp_sharedflag='-G' ;;
##############################################
scim-anthy-1.2.7/configure-14438-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
scim-anthy-1.2.7/configure:14439:      case `$LD -v 2>&1` in
scim-anthy-1.2.7/configure-14440-        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
##############################################
scim-anthy-1.2.7/configure-14454-	  if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
scim-anthy-1.2.7/configure:14455:	    hardcode_libdir_flag_spec='`test -z "$SCOABSPATH" && echo ${wl}-rpath,$libdir`'
scim-anthy-1.2.7/configure-14456-	    archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib'
##############################################
scim-anthy-1.2.7/configure-14553-	# below for broken collect2 doesn't work under 4.3+
scim-anthy-1.2.7/configure:14554:	  collect2name=`${CC} -print-prog-name=collect2`
scim-anthy-1.2.7/configure-14555-	  if test -f "$collect2name" && \
##############################################
scim-anthy-1.2.7/configure-14639-    }'
scim-anthy-1.2.7/configure:14640:aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
scim-anthy-1.2.7/configure-14641-# Check for a 64-bit object if we didn't find anything.
scim-anthy-1.2.7/configure-14642-if test -z "$aix_libpath"; then
scim-anthy-1.2.7/configure:14643:  aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
scim-anthy-1.2.7/configure-14644-fi
##############################################
scim-anthy-1.2.7/configure-14656-       hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
scim-anthy-1.2.7/configure:14657:	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 "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
scim-anthy-1.2.7/configure-14658-       else
##############################################
scim-anthy-1.2.7/configure-14705-    }'
scim-anthy-1.2.7/configure:14706:aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
scim-anthy-1.2.7/configure-14707-# Check for a 64-bit object if we didn't find anything.
scim-anthy-1.2.7/configure-14708-if test -z "$aix_libpath"; then
scim-anthy-1.2.7/configure:14709:  aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
scim-anthy-1.2.7/configure-14710-fi
##############################################
scim-anthy-1.2.7/configure-14759-      # FIXME: Setting linknames here is a bad hack.
scim-anthy-1.2.7/configure:14760:      archive_cmds='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames='
scim-anthy-1.2.7/configure-14761-      # The linker will automatically build a .lib file if we build a DLL.
##############################################
scim-anthy-1.2.7/configure-14764-      old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
scim-anthy-1.2.7/configure:14765:      fix_srcfile_path='`cygpath -w "$srcfile"`'
scim-anthy-1.2.7/configure-14766-      enable_shared_with_static_runtimes=yes
##############################################
scim-anthy-1.2.7/configure-14804-         output_verbose_link_cmd='echo'
scim-anthy-1.2.7/configure:14805:         archive_cmds='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $xlcverstring'
scim-anthy-1.2.7/configure-14806-         module_cmds='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
##############################################
scim-anthy-1.2.7/configure-14939-      if test "$GCC" = yes; then
scim-anthy-1.2.7/configure:14940:	archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
scim-anthy-1.2.7/configure-14941-      else
scim-anthy-1.2.7/configure:14942:	archive_cmds='$LD -shared $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
scim-anthy-1.2.7/configure-14943-	hardcode_libdir_flag_spec_ld='-rpath $libdir'
##############################################
scim-anthy-1.2.7/configure-14972-	hardcode_shlibpath_var=no
scim-anthy-1.2.7/configure:14973:	if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
scim-anthy-1.2.7/configure-14974-	  archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
scim-anthy-1.2.7/configure-15005-	allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
scim-anthy-1.2.7/configure:15006:	archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
scim-anthy-1.2.7/configure-15007-      else
scim-anthy-1.2.7/configure-15008-	allow_undefined_flag=' -expect_unresolved \*'
scim-anthy-1.2.7/configure:15009:	archive_cmds='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
scim-anthy-1.2.7/configure-15010-      fi
##############################################
scim-anthy-1.2.7/configure-15017-	allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
scim-anthy-1.2.7/configure:15018:	archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
scim-anthy-1.2.7/configure-15019-	hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
##############################################
scim-anthy-1.2.7/configure-15021-	allow_undefined_flag=' -expect_unresolved \*'
scim-anthy-1.2.7/configure:15022:	archive_cmds='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
scim-anthy-1.2.7/configure:15023:	archive_expsym_cmds='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~
scim-anthy-1.2.7/configure:15024:	$LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib~$rm $lib.exp'
scim-anthy-1.2.7/configure-15025-
##############################################
scim-anthy-1.2.7/configure-15141-      hardcode_shlibpath_var=no
scim-anthy-1.2.7/configure:15142:      hardcode_libdir_flag_spec='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`'
scim-anthy-1.2.7/configure-15143-      hardcode_libdir_separator=':'
##############################################
scim-anthy-1.2.7/configure-15256-  esac
scim-anthy-1.2.7/configure:15257:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e "s,=/,/,g"`
scim-anthy-1.2.7/configure-15258-  if echo "$lt_search_path_spec" | grep ';' >/dev/null ; then
##############################################
scim-anthy-1.2.7/configure-15262-    # okay in the real world where ";" in dirpaths is itself problematic.
scim-anthy-1.2.7/configure:15263:    lt_search_path_spec=`echo "$lt_search_path_spec" | $SED -e 's/;/ /g'`
scim-anthy-1.2.7/configure-15264-  else
scim-anthy-1.2.7/configure:15265:    lt_search_path_spec=`echo "$lt_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
scim-anthy-1.2.7/configure-15266-  fi
##############################################
scim-anthy-1.2.7/configure-15269-  lt_tmp_lt_search_path_spec=
scim-anthy-1.2.7/configure:15270:  lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
scim-anthy-1.2.7/configure-15271-  for lt_sys_path in $lt_search_path_spec; do
##############################################
scim-anthy-1.2.7/configure-15298-}'`
scim-anthy-1.2.7/configure:15299:  sys_lib_search_path_spec=`echo $lt_search_path_spec`
scim-anthy-1.2.7/configure-15300-else
##############################################
scim-anthy-1.2.7/configure-15366-  # Create ${libname}_ixlibrary.a entries in /sys/libs.
scim-anthy-1.2.7/configure:15367:  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'
scim-anthy-1.2.7/configure-15368-  ;;
##############################################
scim-anthy-1.2.7/configure-15399-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
scim-anthy-1.2.7/configure:15400:    postinstall_cmds='base_file=`basename \${file}`~
scim-anthy-1.2.7/configure:15401:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
scim-anthy-1.2.7/configure:15402:      dldir=$destdir/`dirname \$dlpath`~
scim-anthy-1.2.7/configure-15403-      test -d \$dldir || mkdir -p \$dldir~
##############################################
scim-anthy-1.2.7/configure-15405-      chmod a+x \$dldir/$dlname'
scim-anthy-1.2.7/configure:15406:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
scim-anthy-1.2.7/configure-15407-      dlpath=$dir/\$dldll~
##############################################
scim-anthy-1.2.7/configure-15413-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
scim-anthy-1.2.7/configure:15414:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
scim-anthy-1.2.7/configure-15415-      sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
##############################################
scim-anthy-1.2.7/configure-15418-      # MinGW DLLs use traditional 'lib' prefix
scim-anthy-1.2.7/configure:15419:      soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
scim-anthy-1.2.7/configure:15420:      sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
scim-anthy-1.2.7/configure-15421-      if echo "$sys_lib_search_path_spec" | grep ';[c-zC-Z]:/' >/dev/null; then
##############################################
scim-anthy-1.2.7/configure-15427-        # which wouldn't understand a cygwinified path. Ahh.
scim-anthy-1.2.7/configure:15428:        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
scim-anthy-1.2.7/configure-15429-      else
scim-anthy-1.2.7/configure:15430:        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
scim-anthy-1.2.7/configure-15431-      fi
##############################################
scim-anthy-1.2.7/configure-15434-      # pw32 DLLs use 'pw' prefix rather than 'lib'
scim-anthy-1.2.7/configure:15435:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
scim-anthy-1.2.7/configure-15436-      ;;
##############################################
scim-anthy-1.2.7/configure-15440-  *)
scim-anthy-1.2.7/configure:15441:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
scim-anthy-1.2.7/configure-15442-    ;;
##############################################
scim-anthy-1.2.7/configure-15457-  shlibpath_var=DYLD_LIBRARY_PATH
scim-anthy-1.2.7/configure:15458:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
scim-anthy-1.2.7/configure-15459-
##############################################
scim-anthy-1.2.7/configure-15647-  if test -f /etc/ld.so.conf; then
scim-anthy-1.2.7/configure:15648:    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' ' '`
scim-anthy-1.2.7/configure-15649-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
scim-anthy-1.2.7/configure-15719-  shlibpath_var=LD_LIBRARY_PATH
scim-anthy-1.2.7/configure:15720:  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
scim-anthy-1.2.7/configure-15721-    case $host_os in
##############################################
scim-anthy-1.2.7/configure-16829-      # Double-quote double-evaled strings.
scim-anthy-1.2.7/configure:16830:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
scim-anthy-1.2.7/configure-16831-      ;;
scim-anthy-1.2.7/configure-16832-    *)
scim-anthy-1.2.7/configure:16833:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
scim-anthy-1.2.7/configure-16834-      ;;
##############################################
scim-anthy-1.2.7/configure-16839-  *'\$0 --fallback-echo"')
scim-anthy-1.2.7/configure:16840:    lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'`
scim-anthy-1.2.7/configure-16841-    ;;
##############################################
scim-anthy-1.2.7/configure-16852-
scim-anthy-1.2.7/configure:16853:# `$echo "$cfgfile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
scim-anthy-1.2.7/configure-16854-# Generated automatically by $PROGRAM (GNU $PACKAGE $VERSION$TIMESTAMP)
##############################################
scim-anthy-1.2.7/configure-17235-  # libtool script then.
scim-anthy-1.2.7/configure:17236:  ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'`
scim-anthy-1.2.7/configure-17237-  if test -f "$ltmain_in"; then
##############################################
scim-anthy-1.2.7/configure-17264-  if test -z "$LTCC"; then
scim-anthy-1.2.7/configure:17265:    eval "`$SHELL ${ofile} --config | grep '^LTCC='`"
scim-anthy-1.2.7/configure-17266-    if test -z "$LTCC"; then
##############################################
scim-anthy-1.2.7/configure-17269-    else
scim-anthy-1.2.7/configure:17270:      { echo "$as_me:$LINENO: WARNING: using \`LTCC=$LTCC', extracted from \`$ofile'" >&5
scim-anthy-1.2.7/configure:17271:echo "$as_me: WARNING: using \`LTCC=$LTCC', extracted from \`$ofile'" >&2;}
scim-anthy-1.2.7/configure-17272-    fi
##############################################
scim-anthy-1.2.7/configure-17274-  if test -z "$LTCFLAGS"; then
scim-anthy-1.2.7/configure:17275:    eval "`$SHELL ${ofile} --config | grep '^LTCFLAGS='`"
scim-anthy-1.2.7/configure-17276-  fi
##############################################
scim-anthy-1.2.7/configure-17279-  # Note that this assumes the entire list is on one line.
scim-anthy-1.2.7/configure:17280:  available_tags=`grep "^available_tags=" "${ofile}" | $SED -e 's/available_tags=\(.*$\)/\1/' -e 's/\"//g'`
scim-anthy-1.2.7/configure-17281-
##############################################
scim-anthy-1.2.7/configure-17285-    # Check whether tagname contains only valid characters
scim-anthy-1.2.7/configure:17286:    case `$echo "X$tagname" | $Xsed -e 's:[-_ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890,/]::g'` in
scim-anthy-1.2.7/configure-17287-    "") ;;
##############################################
scim-anthy-1.2.7/configure-17414-done
scim-anthy-1.2.7/configure:17415:cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
scim-anthy-1.2.7/configure-17416-
##############################################
scim-anthy-1.2.7/configure-17444-    # gcc leaves a trailing carriage return which upsets mingw
scim-anthy-1.2.7/configure:17445:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
scim-anthy-1.2.7/configure-17446-  *)
scim-anthy-1.2.7/configure:17447:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
scim-anthy-1.2.7/configure-17448-  esac
##############################################
scim-anthy-1.2.7/configure-17453-      # Canonicalize the pathname of ld
scim-anthy-1.2.7/configure:17454:      ac_prog=`echo $ac_prog| $SED 's%\\\\%/%g'`
scim-anthy-1.2.7/configure-17455-      while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
scim-anthy-1.2.7/configure:17456:	ac_prog=`echo $ac_prog| $SED "s%$re_direlt%/%"`
scim-anthy-1.2.7/configure-17457-      done
##############################################
scim-anthy-1.2.7/configure-17488-      # Break only if it was the GNU/non-GNU ld that we prefer.
scim-anthy-1.2.7/configure:17489:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
scim-anthy-1.2.7/configure-17490-      *GNU* | *'with BFD'*)
##############################################
scim-anthy-1.2.7/configure-17521-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
scim-anthy-1.2.7/configure:17522:case `$LD -v 2>&1 </dev/null` in
scim-anthy-1.2.7/configure-17523-*GNU* | *'with BFD'*)
##############################################
scim-anthy-1.2.7/configure-17551-    # ancient GNU ld didn't support --whole-archive et. al.
scim-anthy-1.2.7/configure:17552:    if eval "`$CC -print-prog-name=ld` --help 2>&1" | \
scim-anthy-1.2.7/configure-17553-	grep 'no-whole-archive' > /dev/null; then
##############################################
scim-anthy-1.2.7/configure-17633-      # below for broken collect2 doesn't work under 4.3+
scim-anthy-1.2.7/configure:17634:	collect2name=`${CC} -print-prog-name=collect2`
scim-anthy-1.2.7/configure-17635-	if test -f "$collect2name" && \
##############################################
scim-anthy-1.2.7/configure-17719-    }'
scim-anthy-1.2.7/configure:17720:aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
scim-anthy-1.2.7/configure-17721-# Check for a 64-bit object if we didn't find anything.
scim-anthy-1.2.7/configure-17722-if test -z "$aix_libpath"; then
scim-anthy-1.2.7/configure:17723:  aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
scim-anthy-1.2.7/configure-17724-fi
##############################################
scim-anthy-1.2.7/configure-17737-
scim-anthy-1.2.7/configure:17738:      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 "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
scim-anthy-1.2.7/configure-17739-     else
##############################################
scim-anthy-1.2.7/configure-17786-    }'
scim-anthy-1.2.7/configure:17787:aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
scim-anthy-1.2.7/configure-17788-# Check for a 64-bit object if we didn't find anything.
scim-anthy-1.2.7/configure-17789-if test -z "$aix_libpath"; then
scim-anthy-1.2.7/configure:17790:  aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
scim-anthy-1.2.7/configure-17791-fi
##############################################
scim-anthy-1.2.7/configure-17848-      # is EXPORTS), use it as is; otherwise, prepend...
scim-anthy-1.2.7/configure:17849:      archive_expsym_cmds_CXX='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
scim-anthy-1.2.7/configure-17850-	cp $export_symbols $output_objdir/$soname.def;
##############################################
scim-anthy-1.2.7/configure-17881-         output_verbose_link_cmd='echo'
scim-anthy-1.2.7/configure:17882:          archive_cmds_CXX='$CC -qmkshrobj ${wl}-single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $xlcverstring'
scim-anthy-1.2.7/configure-17883-          module_cmds_CXX='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
##############################################
scim-anthy-1.2.7/configure-17949-      # dependencies.
scim-anthy-1.2.7/configure:17950:      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 $list'
scim-anthy-1.2.7/configure-17951-      ;;
##############################################
scim-anthy-1.2.7/configure-18011-	# dependencies.
scim-anthy-1.2.7/configure:18012:	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 $list'
scim-anthy-1.2.7/configure-18013-	;;
##############################################
scim-anthy-1.2.7/configure-18046-    # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
scim-anthy-1.2.7/configure:18047:    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'
scim-anthy-1.2.7/configure:18048:    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'
scim-anthy-1.2.7/configure-18049-    ;;
##############################################
scim-anthy-1.2.7/configure-18053-	# SGI C++
scim-anthy-1.2.7/configure:18054:	archive_cmds_CXX='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
scim-anthy-1.2.7/configure-18055-
##############################################
scim-anthy-1.2.7/configure-18064-	  if test "$with_gnu_ld" = no; then
scim-anthy-1.2.7/configure:18065:	    archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
scim-anthy-1.2.7/configure-18066-	  else
scim-anthy-1.2.7/configure:18067:	    archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` -o $lib'
scim-anthy-1.2.7/configure-18068-	  fi
##############################################
scim-anthy-1.2.7/configure-18083-	# to its proper name (with version) after linking.
scim-anthy-1.2.7/configure:18084:	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'
scim-anthy-1.2.7/configure:18085:	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'
scim-anthy-1.2.7/configure-18086-	# Commands to make compiler produce verbose output that lists
##############################################
scim-anthy-1.2.7/configure-18093-	# dependencies.
scim-anthy-1.2.7/configure:18094:	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 $list'
scim-anthy-1.2.7/configure-18095-
##############################################
scim-anthy-1.2.7/configure-18108-	# earlier do not add the objects themselves.
scim-anthy-1.2.7/configure:18109:	case `$CC -V 2>&1` in
scim-anthy-1.2.7/configure-18110-	*"Version 7."*)
##############################################
scim-anthy-1.2.7/configure-18134-	export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
scim-anthy-1.2.7/configure:18135:	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'
scim-anthy-1.2.7/configure-18136-        ;;
##############################################
scim-anthy-1.2.7/configure-18153-	# dependencies.
scim-anthy-1.2.7/configure:18154:	output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld"`; templist=`echo $templist | $SED "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 $list'
scim-anthy-1.2.7/configure-18155-	;;
scim-anthy-1.2.7/configure-18156-      *)
scim-anthy-1.2.7/configure:18157:	case `$CC -V 2>&1 | sed 5q` in
scim-anthy-1.2.7/configure-18158-	*Sun\ C*)
##############################################
scim-anthy-1.2.7/configure-18163-	  hardcode_libdir_flag_spec_CXX='-R$libdir'
scim-anthy-1.2.7/configure:18164:	  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'
scim-anthy-1.2.7/configure-18165-
##############################################
scim-anthy-1.2.7/configure-18221-      hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
scim-anthy-1.2.7/configure:18222:      if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
scim-anthy-1.2.7/configure-18223-	archive_expsym_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file,$export_symbols -o $lib'
##############################################
scim-anthy-1.2.7/configure-18239-	# to its proper name (with version) after linking.
scim-anthy-1.2.7/configure:18240:	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'
scim-anthy-1.2.7/configure-18241-
##############################################
scim-anthy-1.2.7/configure-18256-	allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*'
scim-anthy-1.2.7/configure:18257:	archive_cmds_CXX='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && echo ${wl}-set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
scim-anthy-1.2.7/configure-18258-
##############################################
scim-anthy-1.2.7/configure-18269-	# dependencies.
scim-anthy-1.2.7/configure:18270:	output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld" | grep -v "ld:"`; templist=`echo $templist | $SED "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 $list'
scim-anthy-1.2.7/configure-18271-	;;
##############################################
scim-anthy-1.2.7/configure-18274-	  allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*'
scim-anthy-1.2.7/configure:18275:	  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 ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
scim-anthy-1.2.7/configure-18276-
##############################################
scim-anthy-1.2.7/configure-18299-	# to its proper name (with version) after linking.
scim-anthy-1.2.7/configure:18300:	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'
scim-anthy-1.2.7/configure-18301-
##############################################
scim-anthy-1.2.7/configure-18315-	allow_undefined_flag_CXX=' -expect_unresolved \*'
scim-anthy-1.2.7/configure:18316:	archive_cmds_CXX='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
scim-anthy-1.2.7/configure:18317:	archive_expsym_cmds_CXX='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
scim-anthy-1.2.7/configure-18318-	  echo "-hidden">> $lib.exp~
scim-anthy-1.2.7/configure:18319:	  $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 -set_version	$verstring` -update_registry ${output_objdir}/so_locations -o $lib~
scim-anthy-1.2.7/configure-18320-	  $rm $lib.exp'
##############################################
scim-anthy-1.2.7/configure-18332-	# dependencies.
scim-anthy-1.2.7/configure:18333:	output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld" | grep -v "ld:"`; templist=`echo $templist | $SED "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 $list'
scim-anthy-1.2.7/configure-18334-	;;
##############################################
scim-anthy-1.2.7/configure-18337-	  allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*'
scim-anthy-1.2.7/configure:18338:	 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` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
scim-anthy-1.2.7/configure-18339-
##############################################
scim-anthy-1.2.7/configure-18488-    hardcode_shlibpath_var_CXX=no
scim-anthy-1.2.7/configure:18489:    hardcode_libdir_flag_spec_CXX='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`'
scim-anthy-1.2.7/configure-18490-    hardcode_libdir_separator_CXX=':'
##############################################
scim-anthy-1.2.7/configure-18559-  # eval without this substitution.
scim-anthy-1.2.7/configure:18560:  output_verbose_link_cmd=`$echo "X$output_verbose_link_cmd" | $Xsed -e "$no_glob_subst"`
scim-anthy-1.2.7/configure-18561-
scim-anthy-1.2.7/configure:18562:  for p in `eval $output_verbose_link_cmd`; do
scim-anthy-1.2.7/configure-18563-    case $p in
##############################################
scim-anthy-1.2.7/configure-18637-if test -n "$compiler_lib_search_path_CXX"; then
scim-anthy-1.2.7/configure:18638:  compiler_lib_search_dirs_CXX=`echo " ${compiler_lib_search_path_CXX}" | ${SED} -e 's! -L! !g' -e 's!^ !!'`
scim-anthy-1.2.7/configure-18639-fi
##############################################
scim-anthy-1.2.7/configure-18651-linux*)
scim-anthy-1.2.7/configure:18652:  case `$CC -V 2>&1 | sed 5q` in
scim-anthy-1.2.7/configure-18653-  *Sun\ C*)
##############################################
scim-anthy-1.2.7/configure-18880-	  *)
scim-anthy-1.2.7/configure:18881:	    case `$CC -V 2>&1 | sed 5q` in
scim-anthy-1.2.7/configure-18882-	    *Sun\ C*)
##############################################
scim-anthy-1.2.7/configure-19161-  if test "$hard_links" = no; then
scim-anthy-1.2.7/configure:19162:    { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
scim-anthy-1.2.7/configure:19163:echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
scim-anthy-1.2.7/configure-19164-    need_locks=warn
##############################################
scim-anthy-1.2.7/configure-19345-  # Create ${libname}_ixlibrary.a entries in /sys/libs.
scim-anthy-1.2.7/configure:19346:  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'
scim-anthy-1.2.7/configure-19347-  ;;
##############################################
scim-anthy-1.2.7/configure-19378-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
scim-anthy-1.2.7/configure:19379:    postinstall_cmds='base_file=`basename \${file}`~
scim-anthy-1.2.7/configure:19380:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
scim-anthy-1.2.7/configure:19381:      dldir=$destdir/`dirname \$dlpath`~
scim-anthy-1.2.7/configure-19382-      test -d \$dldir || mkdir -p \$dldir~
##############################################
scim-anthy-1.2.7/configure-19384-      chmod a+x \$dldir/$dlname'
scim-anthy-1.2.7/configure:19385:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
scim-anthy-1.2.7/configure-19386-      dlpath=$dir/\$dldll~
##############################################
scim-anthy-1.2.7/configure-19392-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
scim-anthy-1.2.7/configure:19393:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
scim-anthy-1.2.7/configure-19394-      sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
##############################################
scim-anthy-1.2.7/configure-19397-      # MinGW DLLs use traditional 'lib' prefix
scim-anthy-1.2.7/configure:19398:      soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
scim-anthy-1.2.7/configure:19399:      sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
scim-anthy-1.2.7/configure-19400-      if echo "$sys_lib_search_path_spec" | grep ';[c-zC-Z]:/' >/dev/null; then
##############################################
scim-anthy-1.2.7/configure-19406-        # which wouldn't understand a cygwinified path. Ahh.
scim-anthy-1.2.7/configure:19407:        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
scim-anthy-1.2.7/configure-19408-      else
scim-anthy-1.2.7/configure:19409:        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
scim-anthy-1.2.7/configure-19410-      fi
##############################################
scim-anthy-1.2.7/configure-19413-      # pw32 DLLs use 'pw' prefix rather than 'lib'
scim-anthy-1.2.7/configure:19414:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
scim-anthy-1.2.7/configure-19415-      ;;
##############################################
scim-anthy-1.2.7/configure-19419-  *)
scim-anthy-1.2.7/configure:19420:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
scim-anthy-1.2.7/configure-19421-    ;;
##############################################
scim-anthy-1.2.7/configure-19436-  shlibpath_var=DYLD_LIBRARY_PATH
scim-anthy-1.2.7/configure:19437:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
scim-anthy-1.2.7/configure-19438-
##############################################
scim-anthy-1.2.7/configure-19625-  if test -f /etc/ld.so.conf; then
scim-anthy-1.2.7/configure:19626:    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' ' '`
scim-anthy-1.2.7/configure-19627-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
scim-anthy-1.2.7/configure-19697-  shlibpath_var=LD_LIBRARY_PATH
scim-anthy-1.2.7/configure:19698:  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
scim-anthy-1.2.7/configure-19699-    case $host_os in
##############################################
scim-anthy-1.2.7/configure-19963-      # Double-quote double-evaled strings.
scim-anthy-1.2.7/configure:19964:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
scim-anthy-1.2.7/configure-19965-      ;;
scim-anthy-1.2.7/configure-19966-    *)
scim-anthy-1.2.7/configure:19967:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
scim-anthy-1.2.7/configure-19968-      ;;
##############################################
scim-anthy-1.2.7/configure-19973-  *'\$0 --fallback-echo"')
scim-anthy-1.2.7/configure:19974:    lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'`
scim-anthy-1.2.7/configure-19975-    ;;
##############################################
scim-anthy-1.2.7/configure-20296-  # libtool script then.
scim-anthy-1.2.7/configure:20297:  ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'`
scim-anthy-1.2.7/configure-20298-  if test -f "$ltmain_in"; then
##############################################
scim-anthy-1.2.7/configure-20412-done
scim-anthy-1.2.7/configure:20413:cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
scim-anthy-1.2.7/configure-20414-
##############################################
scim-anthy-1.2.7/configure-20609-      *)
scim-anthy-1.2.7/configure:20610:        case `$CC -V 2>&1 | sed 5q` in
scim-anthy-1.2.7/configure-20611-	*Sun\ C*)
##############################################
scim-anthy-1.2.7/configure-20863-  if test "$hard_links" = no; then
scim-anthy-1.2.7/configure:20864:    { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
scim-anthy-1.2.7/configure:20865:echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
scim-anthy-1.2.7/configure-20866-    need_locks=warn
##############################################
scim-anthy-1.2.7/configure-20920-done
scim-anthy-1.2.7/configure:20921:cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
scim-anthy-1.2.7/configure-20922-
##############################################
scim-anthy-1.2.7/configure-20958-    supports_anon_versioning=no
scim-anthy-1.2.7/configure:20959:    case `$LD -v 2>/dev/null` in
scim-anthy-1.2.7/configure-20960-      *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
##############################################
scim-anthy-1.2.7/configure-21022-	# is EXPORTS), use it as is; otherwise, prepend...
scim-anthy-1.2.7/configure:21023:	archive_expsym_cmds_F77='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
scim-anthy-1.2.7/configure-21024-	  cp $export_symbols $output_objdir/$soname.def;
##############################################
scim-anthy-1.2.7/configure-21045-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
scim-anthy-1.2.7/configure:21046:      archive_cmds_F77='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
scim-anthy-1.2.7/configure:21047:      archive_expsym_cmds_F77='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'
scim-anthy-1.2.7/configure-21048-      ;;
##############################################
scim-anthy-1.2.7/configure-21054-	pgcc*)				# Portland Group C compiler
scim-anthy-1.2.7/configure:21055:	  whole_archive_flag_spec_F77='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
scim-anthy-1.2.7/configure-21056-	  tmp_addflag=' $pic_flag'
##############################################
scim-anthy-1.2.7/configure-21058-	pgf77* | pgf90* | pgf95*)	# Portland Group f77 and f90 compilers
scim-anthy-1.2.7/configure:21059:	  whole_archive_flag_spec_F77='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
scim-anthy-1.2.7/configure-21060-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
scim-anthy-1.2.7/configure-21067-	esac
scim-anthy-1.2.7/configure:21068:	case `$CC -V 2>&1 | sed 5q` in
scim-anthy-1.2.7/configure-21069-	*Sun\ C*)			# Sun C 5.9
scim-anthy-1.2.7/configure:21070:	  whole_archive_flag_spec_F77='${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'
scim-anthy-1.2.7/configure-21071-	  tmp_sharedflag='-G' ;;
##############################################
scim-anthy-1.2.7/configure-21122-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
scim-anthy-1.2.7/configure:21123:      case `$LD -v 2>&1` in
scim-anthy-1.2.7/configure-21124-        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
##############################################
scim-anthy-1.2.7/configure-21138-	  if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
scim-anthy-1.2.7/configure:21139:	    hardcode_libdir_flag_spec_F77='`test -z "$SCOABSPATH" && echo ${wl}-rpath,$libdir`'
scim-anthy-1.2.7/configure-21140-	    archive_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib'
##############################################
scim-anthy-1.2.7/configure-21237-	# below for broken collect2 doesn't work under 4.3+
scim-anthy-1.2.7/configure:21238:	  collect2name=`${CC} -print-prog-name=collect2`
scim-anthy-1.2.7/configure-21239-	  if test -f "$collect2name" && \
##############################################
scim-anthy-1.2.7/configure-21313-    }'
scim-anthy-1.2.7/configure:21314:aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
scim-anthy-1.2.7/configure-21315-# Check for a 64-bit object if we didn't find anything.
scim-anthy-1.2.7/configure-21316-if test -z "$aix_libpath"; then
scim-anthy-1.2.7/configure:21317:  aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
scim-anthy-1.2.7/configure-21318-fi
##############################################
scim-anthy-1.2.7/configure-21330-       hardcode_libdir_flag_spec_F77='${wl}-blibpath:$libdir:'"$aix_libpath"
scim-anthy-1.2.7/configure:21331:	archive_expsym_cmds_F77="\$CC"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
scim-anthy-1.2.7/configure-21332-       else
##############################################
scim-anthy-1.2.7/configure-21369-    }'
scim-anthy-1.2.7/configure:21370:aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
scim-anthy-1.2.7/configure-21371-# Check for a 64-bit object if we didn't find anything.
scim-anthy-1.2.7/configure-21372-if test -z "$aix_libpath"; then
scim-anthy-1.2.7/configure:21373:  aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
scim-anthy-1.2.7/configure-21374-fi
##############################################
scim-anthy-1.2.7/configure-21423-      # FIXME: Setting linknames here is a bad hack.
scim-anthy-1.2.7/configure:21424:      archive_cmds_F77='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames='
scim-anthy-1.2.7/configure-21425-      # The linker will automatically build a .lib file if we build a DLL.
##############################################
scim-anthy-1.2.7/configure-21428-      old_archive_cmds_F77='lib -OUT:$oldlib$oldobjs$old_deplibs'
scim-anthy-1.2.7/configure:21429:      fix_srcfile_path_F77='`cygpath -w "$srcfile"`'
scim-anthy-1.2.7/configure-21430-      enable_shared_with_static_runtimes_F77=yes
##############################################
scim-anthy-1.2.7/configure-21468-         output_verbose_link_cmd='echo'
scim-anthy-1.2.7/configure:21469:         archive_cmds_F77='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $xlcverstring'
scim-anthy-1.2.7/configure-21470-         module_cmds_F77='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
##############################################
scim-anthy-1.2.7/configure-21603-      if test "$GCC" = yes; then
scim-anthy-1.2.7/configure:21604:	archive_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
scim-anthy-1.2.7/configure-21605-      else
scim-anthy-1.2.7/configure:21606:	archive_cmds_F77='$LD -shared $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
scim-anthy-1.2.7/configure-21607-	hardcode_libdir_flag_spec_ld_F77='-rpath $libdir'
##############################################
scim-anthy-1.2.7/configure-21636-	hardcode_shlibpath_var_F77=no
scim-anthy-1.2.7/configure:21637:	if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
scim-anthy-1.2.7/configure-21638-	  archive_cmds_F77='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
scim-anthy-1.2.7/configure-21669-	allow_undefined_flag_F77=' ${wl}-expect_unresolved ${wl}\*'
scim-anthy-1.2.7/configure:21670:	archive_cmds_F77='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
scim-anthy-1.2.7/configure-21671-      else
scim-anthy-1.2.7/configure-21672-	allow_undefined_flag_F77=' -expect_unresolved \*'
scim-anthy-1.2.7/configure:21673:	archive_cmds_F77='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
scim-anthy-1.2.7/configure-21674-      fi
##############################################
scim-anthy-1.2.7/configure-21681-	allow_undefined_flag_F77=' ${wl}-expect_unresolved ${wl}\*'
scim-anthy-1.2.7/configure:21682:	archive_cmds_F77='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
scim-anthy-1.2.7/configure-21683-	hardcode_libdir_flag_spec_F77='${wl}-rpath ${wl}$libdir'
##############################################
scim-anthy-1.2.7/configure-21685-	allow_undefined_flag_F77=' -expect_unresolved \*'
scim-anthy-1.2.7/configure:21686:	archive_cmds_F77='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
scim-anthy-1.2.7/configure:21687:	archive_expsym_cmds_F77='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~
scim-anthy-1.2.7/configure:21688:	$LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib~$rm $lib.exp'
scim-anthy-1.2.7/configure-21689-
##############################################
scim-anthy-1.2.7/configure-21805-      hardcode_shlibpath_var_F77=no
scim-anthy-1.2.7/configure:21806:      hardcode_libdir_flag_spec_F77='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`'
scim-anthy-1.2.7/configure-21807-      hardcode_libdir_separator_F77=':'
##############################################
scim-anthy-1.2.7/configure-21979-  # Create ${libname}_ixlibrary.a entries in /sys/libs.
scim-anthy-1.2.7/configure:21980:  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'
scim-anthy-1.2.7/configure-21981-  ;;
##############################################
scim-anthy-1.2.7/configure-22012-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
scim-anthy-1.2.7/configure:22013:    postinstall_cmds='base_file=`basename \${file}`~
scim-anthy-1.2.7/configure:22014:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
scim-anthy-1.2.7/configure:22015:      dldir=$destdir/`dirname \$dlpath`~
scim-anthy-1.2.7/configure-22016-      test -d \$dldir || mkdir -p \$dldir~
##############################################
scim-anthy-1.2.7/configure-22018-      chmod a+x \$dldir/$dlname'
scim-anthy-1.2.7/configure:22019:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
scim-anthy-1.2.7/configure-22020-      dlpath=$dir/\$dldll~
##############################################
scim-anthy-1.2.7/configure-22026-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
scim-anthy-1.2.7/configure:22027:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
scim-anthy-1.2.7/configure-22028-      sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
##############################################
scim-anthy-1.2.7/configure-22031-      # MinGW DLLs use traditional 'lib' prefix
scim-anthy-1.2.7/configure:22032:      soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
scim-anthy-1.2.7/configure:22033:      sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
scim-anthy-1.2.7/configure-22034-      if echo "$sys_lib_search_path_spec" | grep ';[c-zC-Z]:/' >/dev/null; then
##############################################
scim-anthy-1.2.7/configure-22040-        # which wouldn't understand a cygwinified path. Ahh.
scim-anthy-1.2.7/configure:22041:        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
scim-anthy-1.2.7/configure-22042-      else
scim-anthy-1.2.7/configure:22043:        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
scim-anthy-1.2.7/configure-22044-      fi
##############################################
scim-anthy-1.2.7/configure-22047-      # pw32 DLLs use 'pw' prefix rather than 'lib'
scim-anthy-1.2.7/configure:22048:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
scim-anthy-1.2.7/configure-22049-      ;;
##############################################
scim-anthy-1.2.7/configure-22053-  *)
scim-anthy-1.2.7/configure:22054:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
scim-anthy-1.2.7/configure-22055-    ;;
##############################################
scim-anthy-1.2.7/configure-22070-  shlibpath_var=DYLD_LIBRARY_PATH
scim-anthy-1.2.7/configure:22071:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
scim-anthy-1.2.7/configure-22072-
##############################################
scim-anthy-1.2.7/configure-22259-  if test -f /etc/ld.so.conf; then
scim-anthy-1.2.7/configure:22260:    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' ' '`
scim-anthy-1.2.7/configure-22261-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
scim-anthy-1.2.7/configure-22331-  shlibpath_var=LD_LIBRARY_PATH
scim-anthy-1.2.7/configure:22332:  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
scim-anthy-1.2.7/configure-22333-    case $host_os in
##############################################
scim-anthy-1.2.7/configure-22597-      # Double-quote double-evaled strings.
scim-anthy-1.2.7/configure:22598:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
scim-anthy-1.2.7/configure-22599-      ;;
scim-anthy-1.2.7/configure-22600-    *)
scim-anthy-1.2.7/configure:22601:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
scim-anthy-1.2.7/configure-22602-      ;;
##############################################
scim-anthy-1.2.7/configure-22607-  *'\$0 --fallback-echo"')
scim-anthy-1.2.7/configure:22608:    lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'`
scim-anthy-1.2.7/configure-22609-    ;;
##############################################
scim-anthy-1.2.7/configure-22930-  # libtool script then.
scim-anthy-1.2.7/configure:22931:  ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'`
scim-anthy-1.2.7/configure-22932-  if test -f "$ltmain_in"; then
##############################################
scim-anthy-1.2.7/configure-23006-done
scim-anthy-1.2.7/configure:23007:cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
scim-anthy-1.2.7/configure-23008-
##############################################
scim-anthy-1.2.7/configure-23223-      *)
scim-anthy-1.2.7/configure:23224:        case `$CC -V 2>&1 | sed 5q` in
scim-anthy-1.2.7/configure-23225-	*Sun\ C*)
##############################################
scim-anthy-1.2.7/configure-23477-  if test "$hard_links" = no; then
scim-anthy-1.2.7/configure:23478:    { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
scim-anthy-1.2.7/configure:23479:echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
scim-anthy-1.2.7/configure-23480-    need_locks=warn
##############################################
scim-anthy-1.2.7/configure-23534-done
scim-anthy-1.2.7/configure:23535:cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
scim-anthy-1.2.7/configure-23536-
##############################################
scim-anthy-1.2.7/configure-23572-    supports_anon_versioning=no
scim-anthy-1.2.7/configure:23573:    case `$LD -v 2>/dev/null` in
scim-anthy-1.2.7/configure-23574-      *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
##############################################
scim-anthy-1.2.7/configure-23636-	# is EXPORTS), use it as is; otherwise, prepend...
scim-anthy-1.2.7/configure:23637:	archive_expsym_cmds_GCJ='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
scim-anthy-1.2.7/configure-23638-	  cp $export_symbols $output_objdir/$soname.def;
##############################################
scim-anthy-1.2.7/configure-23659-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
scim-anthy-1.2.7/configure:23660:      archive_cmds_GCJ='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
scim-anthy-1.2.7/configure:23661:      archive_expsym_cmds_GCJ='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'
scim-anthy-1.2.7/configure-23662-      ;;
##############################################
scim-anthy-1.2.7/configure-23668-	pgcc*)				# Portland Group C compiler
scim-anthy-1.2.7/configure:23669:	  whole_archive_flag_spec_GCJ='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
scim-anthy-1.2.7/configure-23670-	  tmp_addflag=' $pic_flag'
##############################################
scim-anthy-1.2.7/configure-23672-	pgf77* | pgf90* | pgf95*)	# Portland Group f77 and f90 compilers
scim-anthy-1.2.7/configure:23673:	  whole_archive_flag_spec_GCJ='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
scim-anthy-1.2.7/configure-23674-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
scim-anthy-1.2.7/configure-23681-	esac
scim-anthy-1.2.7/configure:23682:	case `$CC -V 2>&1 | sed 5q` in
scim-anthy-1.2.7/configure-23683-	*Sun\ C*)			# Sun C 5.9
scim-anthy-1.2.7/configure:23684:	  whole_archive_flag_spec_GCJ='${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'
scim-anthy-1.2.7/configure-23685-	  tmp_sharedflag='-G' ;;
##############################################
scim-anthy-1.2.7/configure-23736-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
scim-anthy-1.2.7/configure:23737:      case `$LD -v 2>&1` in
scim-anthy-1.2.7/configure-23738-        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
##############################################
scim-anthy-1.2.7/configure-23752-	  if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
scim-anthy-1.2.7/configure:23753:	    hardcode_libdir_flag_spec_GCJ='`test -z "$SCOABSPATH" && echo ${wl}-rpath,$libdir`'
scim-anthy-1.2.7/configure-23754-	    archive_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib'
##############################################
scim-anthy-1.2.7/configure-23851-	# below for broken collect2 doesn't work under 4.3+
scim-anthy-1.2.7/configure:23852:	  collect2name=`${CC} -print-prog-name=collect2`
scim-anthy-1.2.7/configure-23853-	  if test -f "$collect2name" && \
##############################################
scim-anthy-1.2.7/configure-23937-    }'
scim-anthy-1.2.7/configure:23938:aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
scim-anthy-1.2.7/configure-23939-# Check for a 64-bit object if we didn't find anything.
scim-anthy-1.2.7/configure-23940-if test -z "$aix_libpath"; then
scim-anthy-1.2.7/configure:23941:  aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
scim-anthy-1.2.7/configure-23942-fi
##############################################
scim-anthy-1.2.7/configure-23954-       hardcode_libdir_flag_spec_GCJ='${wl}-blibpath:$libdir:'"$aix_libpath"
scim-anthy-1.2.7/configure:23955:	archive_expsym_cmds_GCJ="\$CC"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
scim-anthy-1.2.7/configure-23956-       else
##############################################
scim-anthy-1.2.7/configure-24003-    }'
scim-anthy-1.2.7/configure:24004:aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
scim-anthy-1.2.7/configure-24005-# Check for a 64-bit object if we didn't find anything.
scim-anthy-1.2.7/configure-24006-if test -z "$aix_libpath"; then
scim-anthy-1.2.7/configure:24007:  aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
scim-anthy-1.2.7/configure-24008-fi
##############################################
scim-anthy-1.2.7/configure-24057-      # FIXME: Setting linknames here is a bad hack.
scim-anthy-1.2.7/configure:24058:      archive_cmds_GCJ='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames='
scim-anthy-1.2.7/configure-24059-      # The linker will automatically build a .lib file if we build a DLL.
##############################################
scim-anthy-1.2.7/configure-24062-      old_archive_cmds_GCJ='lib -OUT:$oldlib$oldobjs$old_deplibs'
scim-anthy-1.2.7/configure:24063:      fix_srcfile_path_GCJ='`cygpath -w "$srcfile"`'
scim-anthy-1.2.7/configure-24064-      enable_shared_with_static_runtimes_GCJ=yes
##############################################
scim-anthy-1.2.7/configure-24102-         output_verbose_link_cmd='echo'
scim-anthy-1.2.7/configure:24103:         archive_cmds_GCJ='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $xlcverstring'
scim-anthy-1.2.7/configure-24104-         module_cmds_GCJ='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
##############################################
scim-anthy-1.2.7/configure-24237-      if test "$GCC" = yes; then
scim-anthy-1.2.7/configure:24238:	archive_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
scim-anthy-1.2.7/configure-24239-      else
scim-anthy-1.2.7/configure:24240:	archive_cmds_GCJ='$LD -shared $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
scim-anthy-1.2.7/configure-24241-	hardcode_libdir_flag_spec_ld_GCJ='-rpath $libdir'
##############################################
scim-anthy-1.2.7/configure-24270-	hardcode_shlibpath_var_GCJ=no
scim-anthy-1.2.7/configure:24271:	if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
scim-anthy-1.2.7/configure-24272-	  archive_cmds_GCJ='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
scim-anthy-1.2.7/configure-24303-	allow_undefined_flag_GCJ=' ${wl}-expect_unresolved ${wl}\*'
scim-anthy-1.2.7/configure:24304:	archive_cmds_GCJ='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
scim-anthy-1.2.7/configure-24305-      else
scim-anthy-1.2.7/configure-24306-	allow_undefined_flag_GCJ=' -expect_unresolved \*'
scim-anthy-1.2.7/configure:24307:	archive_cmds_GCJ='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
scim-anthy-1.2.7/configure-24308-      fi
##############################################
scim-anthy-1.2.7/configure-24315-	allow_undefined_flag_GCJ=' ${wl}-expect_unresolved ${wl}\*'
scim-anthy-1.2.7/configure:24316:	archive_cmds_GCJ='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
scim-anthy-1.2.7/configure-24317-	hardcode_libdir_flag_spec_GCJ='${wl}-rpath ${wl}$libdir'
##############################################
scim-anthy-1.2.7/configure-24319-	allow_undefined_flag_GCJ=' -expect_unresolved \*'
scim-anthy-1.2.7/configure:24320:	archive_cmds_GCJ='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
scim-anthy-1.2.7/configure:24321:	archive_expsym_cmds_GCJ='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~
scim-anthy-1.2.7/configure:24322:	$LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib~$rm $lib.exp'
scim-anthy-1.2.7/configure-24323-
##############################################
scim-anthy-1.2.7/configure-24439-      hardcode_shlibpath_var_GCJ=no
scim-anthy-1.2.7/configure:24440:      hardcode_libdir_flag_spec_GCJ='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`'
scim-anthy-1.2.7/configure-24441-      hardcode_libdir_separator_GCJ=':'
##############################################
scim-anthy-1.2.7/configure-24613-  # Create ${libname}_ixlibrary.a entries in /sys/libs.
scim-anthy-1.2.7/configure:24614:  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'
scim-anthy-1.2.7/configure-24615-  ;;
##############################################
scim-anthy-1.2.7/configure-24646-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
scim-anthy-1.2.7/configure:24647:    postinstall_cmds='base_file=`basename \${file}`~
scim-anthy-1.2.7/configure:24648:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
scim-anthy-1.2.7/configure:24649:      dldir=$destdir/`dirname \$dlpath`~
scim-anthy-1.2.7/configure-24650-      test -d \$dldir || mkdir -p \$dldir~
##############################################
scim-anthy-1.2.7/configure-24652-      chmod a+x \$dldir/$dlname'
scim-anthy-1.2.7/configure:24653:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
scim-anthy-1.2.7/configure-24654-      dlpath=$dir/\$dldll~
##############################################
scim-anthy-1.2.7/configure-24660-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
scim-anthy-1.2.7/configure:24661:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
scim-anthy-1.2.7/configure-24662-      sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
##############################################
scim-anthy-1.2.7/configure-24665-      # MinGW DLLs use traditional 'lib' prefix
scim-anthy-1.2.7/configure:24666:      soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
scim-anthy-1.2.7/configure:24667:      sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
scim-anthy-1.2.7/configure-24668-      if echo "$sys_lib_search_path_spec" | grep ';[c-zC-Z]:/' >/dev/null; then
##############################################
scim-anthy-1.2.7/configure-24674-        # which wouldn't understand a cygwinified path. Ahh.
scim-anthy-1.2.7/configure:24675:        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
scim-anthy-1.2.7/configure-24676-      else
scim-anthy-1.2.7/configure:24677:        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
scim-anthy-1.2.7/configure-24678-      fi
##############################################
scim-anthy-1.2.7/configure-24681-      # pw32 DLLs use 'pw' prefix rather than 'lib'
scim-anthy-1.2.7/configure:24682:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
scim-anthy-1.2.7/configure-24683-      ;;
##############################################
scim-anthy-1.2.7/configure-24687-  *)
scim-anthy-1.2.7/configure:24688:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
scim-anthy-1.2.7/configure-24689-    ;;
##############################################
scim-anthy-1.2.7/configure-24704-  shlibpath_var=DYLD_LIBRARY_PATH
scim-anthy-1.2.7/configure:24705:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
scim-anthy-1.2.7/configure-24706-
##############################################
scim-anthy-1.2.7/configure-24893-  if test -f /etc/ld.so.conf; then
scim-anthy-1.2.7/configure:24894:    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' ' '`
scim-anthy-1.2.7/configure-24895-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
scim-anthy-1.2.7/configure-24965-  shlibpath_var=LD_LIBRARY_PATH
scim-anthy-1.2.7/configure:24966:  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
scim-anthy-1.2.7/configure-24967-    case $host_os in
##############################################
scim-anthy-1.2.7/configure-25231-      # Double-quote double-evaled strings.
scim-anthy-1.2.7/configure:25232:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
scim-anthy-1.2.7/configure-25233-      ;;
scim-anthy-1.2.7/configure-25234-    *)
scim-anthy-1.2.7/configure:25235:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
scim-anthy-1.2.7/configure-25236-      ;;
##############################################
scim-anthy-1.2.7/configure-25241-  *'\$0 --fallback-echo"')
scim-anthy-1.2.7/configure:25242:    lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'`
scim-anthy-1.2.7/configure-25243-    ;;
##############################################
scim-anthy-1.2.7/configure-25564-  # libtool script then.
scim-anthy-1.2.7/configure:25565:  ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'`
scim-anthy-1.2.7/configure-25566-  if test -f "$ltmain_in"; then
##############################################
scim-anthy-1.2.7/configure-25639-done
scim-anthy-1.2.7/configure:25640:cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
scim-anthy-1.2.7/configure-25641-
##############################################
scim-anthy-1.2.7/configure-25717-      # Double-quote double-evaled strings.
scim-anthy-1.2.7/configure:25718:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
scim-anthy-1.2.7/configure-25719-      ;;
scim-anthy-1.2.7/configure-25720-    *)
scim-anthy-1.2.7/configure:25721:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
scim-anthy-1.2.7/configure-25722-      ;;
##############################################
scim-anthy-1.2.7/configure-25727-  *'\$0 --fallback-echo"')
scim-anthy-1.2.7/configure:25728:    lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'`
scim-anthy-1.2.7/configure-25729-    ;;
##############################################
scim-anthy-1.2.7/configure-26050-  # libtool script then.
scim-anthy-1.2.7/configure:26051:  ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'`
scim-anthy-1.2.7/configure-26052-  if test -f "$ltmain_in"; then
##############################################
scim-anthy-1.2.7/configure-26130-for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do
scim-anthy-1.2.7/configure:26131:  as_ac_Header=`echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh`
scim-anthy-1.2.7/configure-26132-{ echo "$as_me:$LINENO: checking for $ac_hdr that defines DIR" >&5
##############################################
scim-anthy-1.2.7/configure-26181-fi
scim-anthy-1.2.7/configure:26182:ac_res=`eval echo '${'$as_ac_Header'}'`
scim-anthy-1.2.7/configure-26183-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
scim-anthy-1.2.7/configure-26184-echo "${ECHO_T}$ac_res" >&6; }
scim-anthy-1.2.7/configure:26185:if test `eval echo '${'$as_ac_Header'}'` = yes; then
scim-anthy-1.2.7/configure-26186-  cat >>confdefs.h <<_ACEOF
scim-anthy-1.2.7/configure:26187:#define `echo "HAVE_$ac_hdr" | $as_tr_cpp` 1
scim-anthy-1.2.7/configure-26188-_ACEOF
##############################################
scim-anthy-1.2.7/configure-27039-do
scim-anthy-1.2.7/configure:27040:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
scim-anthy-1.2.7/configure-27041-{ echo "$as_me:$LINENO: checking for $ac_func" >&5
##############################################
scim-anthy-1.2.7/configure-27119-fi
scim-anthy-1.2.7/configure:27120:ac_res=`eval echo '${'$as_ac_var'}'`
scim-anthy-1.2.7/configure-27121-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
scim-anthy-1.2.7/configure-27122-echo "${ECHO_T}$ac_res" >&6; }
scim-anthy-1.2.7/configure:27123:if test `eval echo '${'$as_ac_var'}'` = yes; then
scim-anthy-1.2.7/configure-27124-  cat >>confdefs.h <<_ACEOF
scim-anthy-1.2.7/configure:27125:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
scim-anthy-1.2.7/configure-27126-_ACEOF
##############################################
scim-anthy-1.2.7/configure-27399-do
scim-anthy-1.2.7/configure:27400:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
scim-anthy-1.2.7/configure-27401-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
##############################################
scim-anthy-1.2.7/configure-27406-fi
scim-anthy-1.2.7/configure:27407:ac_res=`eval echo '${'$as_ac_Header'}'`
scim-anthy-1.2.7/configure-27408-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
##############################################
scim-anthy-1.2.7/configure-27527-fi
scim-anthy-1.2.7/configure:27528:ac_res=`eval echo '${'$as_ac_Header'}'`
scim-anthy-1.2.7/configure-27529-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
##############################################
scim-anthy-1.2.7/configure-27532-fi
scim-anthy-1.2.7/configure:27533:if test `eval echo '${'$as_ac_Header'}'` = yes; then
scim-anthy-1.2.7/configure-27534-  cat >>confdefs.h <<_ACEOF
scim-anthy-1.2.7/configure:27535:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
scim-anthy-1.2.7/configure-27536-_ACEOF
##############################################
scim-anthy-1.2.7/configure-27621-do
scim-anthy-1.2.7/configure:27622:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
scim-anthy-1.2.7/configure-27623-{ echo "$as_me:$LINENO: checking for $ac_func" >&5
##############################################
scim-anthy-1.2.7/configure-27701-fi
scim-anthy-1.2.7/configure:27702:ac_res=`eval echo '${'$as_ac_var'}'`
scim-anthy-1.2.7/configure-27703-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
scim-anthy-1.2.7/configure-27704-echo "${ECHO_T}$ac_res" >&6; }
scim-anthy-1.2.7/configure:27705:if test `eval echo '${'$as_ac_var'}'` = yes; then
scim-anthy-1.2.7/configure-27706-  cat >>confdefs.h <<_ACEOF
scim-anthy-1.2.7/configure:27707:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
scim-anthy-1.2.7/configure-27708-_ACEOF
##############################################
scim-anthy-1.2.7/configure-27742-do
scim-anthy-1.2.7/configure:27743:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
scim-anthy-1.2.7/configure-27744-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
##############################################
scim-anthy-1.2.7/configure-27749-fi
scim-anthy-1.2.7/configure:27750:ac_res=`eval echo '${'$as_ac_Header'}'`
scim-anthy-1.2.7/configure-27751-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
##############################################
scim-anthy-1.2.7/configure-27870-fi
scim-anthy-1.2.7/configure:27871:ac_res=`eval echo '${'$as_ac_Header'}'`
scim-anthy-1.2.7/configure-27872-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
##############################################
scim-anthy-1.2.7/configure-27875-fi
scim-anthy-1.2.7/configure:27876:if test `eval echo '${'$as_ac_Header'}'` = yes; then
scim-anthy-1.2.7/configure-27877-  cat >>confdefs.h <<_ACEOF
scim-anthy-1.2.7/configure:27878:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
scim-anthy-1.2.7/configure-27879-_ACEOF
##############################################
scim-anthy-1.2.7/configure-27890-do
scim-anthy-1.2.7/configure:27891:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
scim-anthy-1.2.7/configure-27892-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
##############################################
scim-anthy-1.2.7/configure-27897-fi
scim-anthy-1.2.7/configure:27898:ac_res=`eval echo '${'$as_ac_Header'}'`
scim-anthy-1.2.7/configure-27899-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
##############################################
scim-anthy-1.2.7/configure-28018-fi
scim-anthy-1.2.7/configure:28019:ac_res=`eval echo '${'$as_ac_Header'}'`
scim-anthy-1.2.7/configure-28020-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
##############################################
scim-anthy-1.2.7/configure-28023-fi
scim-anthy-1.2.7/configure:28024:if test `eval echo '${'$as_ac_Header'}'` = yes; then
scim-anthy-1.2.7/configure-28025-  cat >>confdefs.h <<_ACEOF
scim-anthy-1.2.7/configure:28026:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
scim-anthy-1.2.7/configure-28027-_ACEOF
##############################################
scim-anthy-1.2.7/configure-28036-do
scim-anthy-1.2.7/configure:28037:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
scim-anthy-1.2.7/configure-28038-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
##############################################
scim-anthy-1.2.7/configure-28043-fi
scim-anthy-1.2.7/configure:28044:ac_res=`eval echo '${'$as_ac_Header'}'`
scim-anthy-1.2.7/configure-28045-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
##############################################
scim-anthy-1.2.7/configure-28164-fi
scim-anthy-1.2.7/configure:28165:ac_res=`eval echo '${'$as_ac_Header'}'`
scim-anthy-1.2.7/configure-28166-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
##############################################
scim-anthy-1.2.7/configure-28169-fi
scim-anthy-1.2.7/configure:28170:if test `eval echo '${'$as_ac_Header'}'` = yes; then
scim-anthy-1.2.7/configure-28171-  cat >>confdefs.h <<_ACEOF
scim-anthy-1.2.7/configure:28172:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
scim-anthy-1.2.7/configure-28173-_ACEOF
##############################################
scim-anthy-1.2.7/configure-28183-do
scim-anthy-1.2.7/configure:28184:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
scim-anthy-1.2.7/configure-28185-{ echo "$as_me:$LINENO: checking for $ac_func" >&5
##############################################
scim-anthy-1.2.7/configure-28263-fi
scim-anthy-1.2.7/configure:28264:ac_res=`eval echo '${'$as_ac_var'}'`
scim-anthy-1.2.7/configure-28265-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
scim-anthy-1.2.7/configure-28266-echo "${ECHO_T}$ac_res" >&6; }
scim-anthy-1.2.7/configure:28267:if test `eval echo '${'$as_ac_var'}'` = yes; then
scim-anthy-1.2.7/configure-28268-  cat >>confdefs.h <<_ACEOF
scim-anthy-1.2.7/configure:28269:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
scim-anthy-1.2.7/configure-28270-_ACEOF
##############################################
scim-anthy-1.2.7/configure-28278-do
scim-anthy-1.2.7/configure:28279:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
scim-anthy-1.2.7/configure-28280-{ echo "$as_me:$LINENO: checking for $ac_func" >&5
##############################################
scim-anthy-1.2.7/configure-28358-fi
scim-anthy-1.2.7/configure:28359:ac_res=`eval echo '${'$as_ac_var'}'`
scim-anthy-1.2.7/configure-28360-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
scim-anthy-1.2.7/configure-28361-echo "${ECHO_T}$ac_res" >&6; }
scim-anthy-1.2.7/configure:28362:if test `eval echo '${'$as_ac_var'}'` = yes; then
scim-anthy-1.2.7/configure-28363-  cat >>confdefs.h <<_ACEOF
scim-anthy-1.2.7/configure:28364:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
scim-anthy-1.2.7/configure-28365-_ACEOF
##############################################
scim-anthy-1.2.7/configure-28373-do
scim-anthy-1.2.7/configure:28374:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
scim-anthy-1.2.7/configure-28375-{ echo "$as_me:$LINENO: checking for $ac_func" >&5
##############################################
scim-anthy-1.2.7/configure-28453-fi
scim-anthy-1.2.7/configure:28454:ac_res=`eval echo '${'$as_ac_var'}'`
scim-anthy-1.2.7/configure-28455-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
scim-anthy-1.2.7/configure-28456-echo "${ECHO_T}$ac_res" >&6; }
scim-anthy-1.2.7/configure:28457:if test `eval echo '${'$as_ac_var'}'` = yes; then
scim-anthy-1.2.7/configure-28458-  cat >>confdefs.h <<_ACEOF
scim-anthy-1.2.7/configure:28459:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
scim-anthy-1.2.7/configure-28460-_ACEOF
##############################################
scim-anthy-1.2.7/configure-28468-do
scim-anthy-1.2.7/configure:28469:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
scim-anthy-1.2.7/configure-28470-{ echo "$as_me:$LINENO: checking for $ac_func" >&5
##############################################
scim-anthy-1.2.7/configure-28548-fi
scim-anthy-1.2.7/configure:28549:ac_res=`eval echo '${'$as_ac_var'}'`
scim-anthy-1.2.7/configure-28550-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
scim-anthy-1.2.7/configure-28551-echo "${ECHO_T}$ac_res" >&6; }
scim-anthy-1.2.7/configure:28552:if test `eval echo '${'$as_ac_var'}'` = yes; then
scim-anthy-1.2.7/configure-28553-  cat >>confdefs.h <<_ACEOF
scim-anthy-1.2.7/configure:28554:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
scim-anthy-1.2.7/configure-28555-_ACEOF
##############################################
scim-anthy-1.2.7/configure-28564-do
scim-anthy-1.2.7/configure:28565:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
scim-anthy-1.2.7/configure-28566-{ echo "$as_me:$LINENO: checking for $ac_func" >&5
##############################################
scim-anthy-1.2.7/configure-28644-fi
scim-anthy-1.2.7/configure:28645:ac_res=`eval echo '${'$as_ac_var'}'`
scim-anthy-1.2.7/configure-28646-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
scim-anthy-1.2.7/configure-28647-echo "${ECHO_T}$ac_res" >&6; }
scim-anthy-1.2.7/configure:28648:if test `eval echo '${'$as_ac_var'}'` = yes; then
scim-anthy-1.2.7/configure-28649-  cat >>confdefs.h <<_ACEOF
scim-anthy-1.2.7/configure:28650:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
scim-anthy-1.2.7/configure-28651-_ACEOF
##############################################
scim-anthy-1.2.7/configure-28776-echo "$as_me:$LINENO: checking for C++ compiler version" >&5
scim-anthy-1.2.7/configure:28777:ac_compiler=`set X $ac_compile; echo $2`
scim-anthy-1.2.7/configure-28778-{ (ac_try="$ac_compiler --version >&5"
##############################################
scim-anthy-1.2.7/configure-28862-echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6; }
scim-anthy-1.2.7/configure:28863:GXX=`test $ac_compiler_gnu = yes && echo yes`
scim-anthy-1.2.7/configure-28864-ac_test_CXXFLAGS=${CXXFLAGS+set}
##############################################
scim-anthy-1.2.7/configure-29051-  if test "$am_compiler_list" = ""; then
scim-anthy-1.2.7/configure:29052:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
scim-anthy-1.2.7/configure-29053-  fi
##############################################
scim-anthy-1.2.7/configure-29445-echo "$as_me:$LINENO: checking for C compiler version" >&5
scim-anthy-1.2.7/configure:29446:ac_compiler=`set X $ac_compile; echo $2`
scim-anthy-1.2.7/configure-29447-{ (ac_try="$ac_compiler --version >&5"
##############################################
scim-anthy-1.2.7/configure-29531-echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
scim-anthy-1.2.7/configure:29532:GCC=`test $ac_compiler_gnu = yes && echo yes`
scim-anthy-1.2.7/configure-29533-ac_test_CFLAGS=${CFLAGS+set}
##############################################
scim-anthy-1.2.7/configure-29835-  if test "$am_compiler_list" = ""; then
scim-anthy-1.2.7/configure:29836:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
scim-anthy-1.2.7/configure-29837-  fi
##############################################
scim-anthy-1.2.7/configure-30231-  (exit $ac_status); }; then
scim-anthy-1.2.7/configure:30232:  pkg_cv_SCIM_CFLAGS=`$PKG_CONFIG --cflags "scim >= $SCIM_VERSION" 2>/dev/null`
scim-anthy-1.2.7/configure-30233-else
##############################################
scim-anthy-1.2.7/configure-30249-  (exit $ac_status); }; then
scim-anthy-1.2.7/configure:30250:  pkg_cv_SCIM_LIBS=`$PKG_CONFIG --libs "scim >= $SCIM_VERSION" 2>/dev/null`
scim-anthy-1.2.7/configure-30251-else
##############################################
scim-anthy-1.2.7/configure-30268-        if test $_pkg_short_errors_supported = yes; then
scim-anthy-1.2.7/configure:30269:	        SCIM_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "scim >= $SCIM_VERSION"`
scim-anthy-1.2.7/configure-30270-        else
scim-anthy-1.2.7/configure:30271:	        SCIM_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "scim >= $SCIM_VERSION"`
scim-anthy-1.2.7/configure-30272-        fi
##############################################
scim-anthy-1.2.7/configure-30344-  (exit $ac_status); }; then
scim-anthy-1.2.7/configure:30345:  pkg_cv_SCIM_GTKUTILS_CFLAGS=`$PKG_CONFIG --cflags "scim-gtkutils >= $SCIM_VERSION" 2>/dev/null`
scim-anthy-1.2.7/configure-30346-else
##############################################
scim-anthy-1.2.7/configure-30362-  (exit $ac_status); }; then
scim-anthy-1.2.7/configure:30363:  pkg_cv_SCIM_GTKUTILS_LIBS=`$PKG_CONFIG --libs "scim-gtkutils >= $SCIM_VERSION" 2>/dev/null`
scim-anthy-1.2.7/configure-30364-else
##############################################
scim-anthy-1.2.7/configure-30381-        if test $_pkg_short_errors_supported = yes; then
scim-anthy-1.2.7/configure:30382:	        SCIM_GTKUTILS_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "scim-gtkutils >= $SCIM_VERSION"`
scim-anthy-1.2.7/configure-30383-        else
scim-anthy-1.2.7/configure:30384:	        SCIM_GTKUTILS_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "scim-gtkutils >= $SCIM_VERSION"`
scim-anthy-1.2.7/configure-30385-        fi
##############################################
scim-anthy-1.2.7/configure-30782-  for ac_func in _getb67 GETB67 getb67; do
scim-anthy-1.2.7/configure:30783:    as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
scim-anthy-1.2.7/configure-30784-{ echo "$as_me:$LINENO: checking for $ac_func" >&5
##############################################
scim-anthy-1.2.7/configure-30862-fi
scim-anthy-1.2.7/configure:30863:ac_res=`eval echo '${'$as_ac_var'}'`
scim-anthy-1.2.7/configure-30864-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
scim-anthy-1.2.7/configure-30865-echo "${ECHO_T}$ac_res" >&6; }
scim-anthy-1.2.7/configure:30866:if test `eval echo '${'$as_ac_var'}'` = yes; then
scim-anthy-1.2.7/configure-30867-
##############################################
scim-anthy-1.2.7/configure-30976-do
scim-anthy-1.2.7/configure:30977:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
scim-anthy-1.2.7/configure-30978-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
##############################################
scim-anthy-1.2.7/configure-30983-fi
scim-anthy-1.2.7/configure:30984:ac_res=`eval echo '${'$as_ac_Header'}'`
scim-anthy-1.2.7/configure-30985-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
##############################################
scim-anthy-1.2.7/configure-31104-fi
scim-anthy-1.2.7/configure:31105:ac_res=`eval echo '${'$as_ac_Header'}'`
scim-anthy-1.2.7/configure-31106-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
##############################################
scim-anthy-1.2.7/configure-31109-fi
scim-anthy-1.2.7/configure:31110:if test `eval echo '${'$as_ac_Header'}'` = yes; then
scim-anthy-1.2.7/configure-31111-  cat >>confdefs.h <<_ACEOF
scim-anthy-1.2.7/configure:31112:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
scim-anthy-1.2.7/configure-31113-_ACEOF
##############################################
scim-anthy-1.2.7/configure-31283-  (exit $ac_status); }; then
scim-anthy-1.2.7/configure:31284:  pkg_cv_GTK2_CFLAGS=`$PKG_CONFIG --cflags "gtk+-2.0 >= 2.4.0" 2>/dev/null`
scim-anthy-1.2.7/configure-31285-else
##############################################
scim-anthy-1.2.7/configure-31301-  (exit $ac_status); }; then
scim-anthy-1.2.7/configure:31302:  pkg_cv_GTK2_LIBS=`$PKG_CONFIG --libs "gtk+-2.0 >= 2.4.0" 2>/dev/null`
scim-anthy-1.2.7/configure-31303-else
##############################################
scim-anthy-1.2.7/configure-31320-        if test $_pkg_short_errors_supported = yes; then
scim-anthy-1.2.7/configure:31321:	        GTK2_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "gtk+-2.0 >= 2.4.0"`
scim-anthy-1.2.7/configure-31322-        else
scim-anthy-1.2.7/configure:31323:	        GTK2_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "gtk+-2.0 >= 2.4.0"`
scim-anthy-1.2.7/configure-31324-        fi
##############################################
scim-anthy-1.2.7/configure-31386-
scim-anthy-1.2.7/configure:31387:SCIM_DATADIR=`$PKG_CONFIG --variable=scimdatadir scim`
scim-anthy-1.2.7/configure:31388:SCIM_ICONDIR=`$PKG_CONFIG --variable=icondir scim`
scim-anthy-1.2.7/configure:31389:SCIM_MODULEDIR=`$PKG_CONFIG --variable=moduledir scim`
scim-anthy-1.2.7/configure-31390-
##############################################
scim-anthy-1.2.7/configure-31497-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
scim-anthy-1.2.7/configure:31498:  ac_i=`echo "$ac_i" | sed "$ac_script"`
scim-anthy-1.2.7/configure-31499-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
scim-anthy-1.2.7/configure-31690-do
scim-anthy-1.2.7/configure:31691:  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
scim-anthy-1.2.7/configure-31692-    eval $as_var=C; export $as_var
##############################################
scim-anthy-1.2.7/configure-31740-  test "x$as_lineno_1" != "x$as_lineno_2" &&
scim-anthy-1.2.7/configure:31741:  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
scim-anthy-1.2.7/configure-31742-
##############################################
scim-anthy-1.2.7/configure-31851-	esac;
scim-anthy-1.2.7/configure:31852:	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
scim-anthy-1.2.7/configure-31853-	???[sx]*):;;*)false;;esac;fi
##############################################
scim-anthy-1.2.7/configure-31926-configured by $0, generated by GNU Autoconf 2.61,
scim-anthy-1.2.7/configure:31927:  with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
scim-anthy-1.2.7/configure-31928-
##############################################
scim-anthy-1.2.7/configure-31946-  --*=*)
scim-anthy-1.2.7/configure:31947:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
scim-anthy-1.2.7/configure:31948:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
scim-anthy-1.2.7/configure-31949-    ac_shift=:
##############################################
scim-anthy-1.2.7/configure-32215-
scim-anthy-1.2.7/configure:32216:  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
scim-anthy-1.2.7/configure-32217-    break
##############################################
scim-anthy-1.2.7/configure-32226-
scim-anthy-1.2.7/configure:32227:ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
scim-anthy-1.2.7/configure-32228-if test -n "$ac_eof"; then
scim-anthy-1.2.7/configure:32229:  ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
scim-anthy-1.2.7/configure:32230:  ac_eof=`expr $ac_eof + 1`
scim-anthy-1.2.7/configure-32231-fi
##############################################
scim-anthy-1.2.7/configure-32326-
scim-anthy-1.2.7/configure:32327:  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 70; then
scim-anthy-1.2.7/configure-32328-    break
##############################################
scim-anthy-1.2.7/configure-32337-
scim-anthy-1.2.7/configure:32338:ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
scim-anthy-1.2.7/configure-32339-if test -n "$ac_eof"; then
scim-anthy-1.2.7/configure:32340:  ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
scim-anthy-1.2.7/configure:32341:  ac_eof=`expr $ac_eof + 1`
scim-anthy-1.2.7/configure-32342-fi
##############################################
scim-anthy-1.2.7/configure-32475-      case $as_dir in #(
scim-anthy-1.2.7/configure:32476:      *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
scim-anthy-1.2.7/configure-32477-      *) as_qdir=$as_dir;;
##############################################
scim-anthy-1.2.7/configure-32513-*)
scim-anthy-1.2.7/configure:32514:  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
scim-anthy-1.2.7/configure-32515-  # A ".." for each directory in $ac_dir_suffix.
scim-anthy-1.2.7/configure:32516:  ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
scim-anthy-1.2.7/configure-32517-  case $ac_top_builddir_sub in
##############################################
scim-anthy-1.2.7/configure-32591-
scim-anthy-1.2.7/configure:32592:# Neutralize VPATH when `$srcdir' = `.'.
scim-anthy-1.2.7/configure-32593-# Shell code in configure.ac might set extrasub.
##############################################
scim-anthy-1.2.7/configure-32616-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
scim-anthy-1.2.7/configure:32617:  { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
scim-anthy-1.2.7/configure:32618:  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
scim-anthy-1.2.7/configure-32619-  { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
##############################################
scim-anthy-1.2.7/configure-32734-    * )
scim-anthy-1.2.7/configure:32735:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
scim-anthy-1.2.7/configure-32736-  esac
##############################################
scim-anthy-1.2.7/configure-32773-      case "$ac_file" in
scim-anthy-1.2.7/configure:32774:        *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
scim-anthy-1.2.7/configure-32775-      esac
##############################################
scim-anthy-1.2.7/configure-32778-        # Adjust a relative srcdir.
scim-anthy-1.2.7/configure:32779:        ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
scim-anthy-1.2.7/configure:32780:        ac_dir_suffix="/`echo "$ac_dir"|sed 's%^\./%%'`"
scim-anthy-1.2.7/configure:32781:        ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
scim-anthy-1.2.7/configure-32782-        # In autoconf-2.13 it is called $ac_given_srcdir.
##############################################
scim-anthy-1.2.7/configure-32785-        case "$ac_given_srcdir" in
scim-anthy-1.2.7/configure:32786:          .)  top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
scim-anthy-1.2.7/configure-32787-          /*) top_srcdir="$ac_given_srcdir" ;;
##############################################
scim-anthy-1.2.7/configure-32802-            fi
scim-anthy-1.2.7/configure:32803:            ALL_LINGUAS_=`sed -e "/^#/d" "$ac_given_srcdir/$ac_dir/LINGUAS"`
scim-anthy-1.2.7/configure-32804-            # Hide the ALL_LINGUAS assigment from automake.
##############################################
scim-anthy-1.2.7/configure-32880-  # Strip MF so we end up with the name of the file.
scim-anthy-1.2.7/configure:32881:  mf=`echo "$mf" | sed -e 's/:.*$//'`
scim-anthy-1.2.7/configure-32882-  # Check whether this is an Automake generated Makefile or not.
##############################################
scim-anthy-1.2.7/configure-32917-  # from the Makefile without running `make'.
scim-anthy-1.2.7/configure:32918:  DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
scim-anthy-1.2.7/configure-32919-  test -z "$DEPDIR" && continue
scim-anthy-1.2.7/configure:32920:  am__include=`sed -n 's/^am__include = //p' < "$mf"`
scim-anthy-1.2.7/configure-32921-  test -z "am__include" && continue
scim-anthy-1.2.7/configure:32922:  am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
scim-anthy-1.2.7/configure-32923-  # When using ansi2knr, U may be empty or an underscore; expand it
scim-anthy-1.2.7/configure:32924:  U=`sed -n 's/^U = //p' < "$mf"`
scim-anthy-1.2.7/configure-32925-  # Find all dependency output files, they are included files with
##############################################
scim-anthy-1.2.7/configure-32964-      case $as_dir in #(
scim-anthy-1.2.7/configure:32965:      *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
scim-anthy-1.2.7/configure-32966-      *) as_qdir=$as_dir;;
##############################################
scim-anthy-1.2.7/ltmain.sh-36-# The name of this program:
scim-anthy-1.2.7/ltmain.sh:37:progname=`echo "$progpath" | $SED $basename`
scim-anthy-1.2.7/ltmain.sh-38-modename="$progname"
##############################################
scim-anthy-1.2.7/ltmain.sh-69-  :
scim-anthy-1.2.7/ltmain.sh:70:elif test "X`($echo '\t') 2>/dev/null`" = 'X\t'; then
scim-anthy-1.2.7/ltmain.sh-71-  # Yippee, $echo works!
##############################################
scim-anthy-1.2.7/ltmain.sh-169-      # If mktemp works, use that first and foremost
scim-anthy-1.2.7/ltmain.sh:170:      my_tmpdir=`mktemp -d "${my_template}-XXXXXXXX" 2>/dev/null`
scim-anthy-1.2.7/ltmain.sh-171-
##############################################
scim-anthy-1.2.7/ltmain.sh-201-  win32_libid_type="unknown"
scim-anthy-1.2.7/ltmain.sh:202:  win32_fileres=`file -L $1 2>/dev/null`
scim-anthy-1.2.7/ltmain.sh-203-  case $win32_fileres in
##############################################
scim-anthy-1.2.7/ltmain.sh-259-      # but not from the CC environment variable when configure was run.
scim-anthy-1.2.7/ltmain.sh:260:      " $CC "* | "$CC "* | " `$echo $CC` "* | "`$echo $CC` "* | " $CC_quoted"* | "$CC_quoted "* | " `$echo $CC_quoted` "* | "`$echo $CC_quoted` "*) ;;
scim-anthy-1.2.7/ltmain.sh-261-      # Blanks at the start of $base_compile will cause this to fail
##############################################
scim-anthy-1.2.7/ltmain.sh-266-	    # Evaluate the configuration.
scim-anthy-1.2.7/ltmain.sh:267:	    eval "`${SED} -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`"
scim-anthy-1.2.7/ltmain.sh-268-	    CC_quoted=
##############################################
scim-anthy-1.2.7/ltmain.sh-278-	    case "$@ " in
scim-anthy-1.2.7/ltmain.sh:279:	      " $CC "* | "$CC "* | " `$echo $CC` "* | "`$echo $CC` "* | " $CC_quoted"* | "$CC_quoted "* | " `$echo $CC_quoted` "* | "`$echo $CC_quoted` "*)
scim-anthy-1.2.7/ltmain.sh-280-	      # The compiler in the base compile command matches
##############################################
scim-anthy-1.2.7/ltmain.sh-346-      esac
scim-anthy-1.2.7/ltmain.sh:347:      my_xlib=`$echo "X$my_xlib" | $Xsed -e 's%^.*/%%'`
scim-anthy-1.2.7/ltmain.sh-348-      my_xlib_u=$my_xlib
##############################################
scim-anthy-1.2.7/ltmain.sh-351-	*" $my_xlib_u "*)
scim-anthy-1.2.7/ltmain.sh:352:	  extracted_serial=`expr $extracted_serial + 1`
scim-anthy-1.2.7/ltmain.sh-353-	  my_xlib_u=lt$extracted_serial-$my_xlib ;;
##############################################
scim-anthy-1.2.7/ltmain.sh-376-	  darwin_curdir=`pwd`
scim-anthy-1.2.7/ltmain.sh:377:	  darwin_base_archive=`$echo "X$darwin_archive" | $Xsed -e 's%^.*/%%'`
scim-anthy-1.2.7/ltmain.sh:378:	  darwin_arches=`lipo -info "$darwin_archive" 2>/dev/null | $EGREP Architectures 2>/dev/null`
scim-anthy-1.2.7/ltmain.sh-379-	  if test -n "$darwin_arches"; then 
scim-anthy-1.2.7/ltmain.sh:380:	    darwin_arches=`echo "$darwin_arches" | $SED -e 's/.*are://'`
scim-anthy-1.2.7/ltmain.sh-381-	    darwin_arch=
##############################################
scim-anthy-1.2.7/ltmain.sh-391-      ## Okay now we have a bunch of thin objects, gotta fatten them up :)
scim-anthy-1.2.7/ltmain.sh:392:	    darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print| xargs basename | sort -u | $NL2SP`
scim-anthy-1.2.7/ltmain.sh-393-	    darwin_file=
##############################################
scim-anthy-1.2.7/ltmain.sh-395-	    for darwin_file in $darwin_filelist; do
scim-anthy-1.2.7/ltmain.sh:396:	      darwin_files=`find unfat-$$ -name $darwin_file -print | $NL2SP`
scim-anthy-1.2.7/ltmain.sh-397-	      lipo -create -output "$darwin_file" $darwin_files
##############################################
scim-anthy-1.2.7/ltmain.sh-410-      esac
scim-anthy-1.2.7/ltmain.sh:411:      my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | $NL2SP`
scim-anthy-1.2.7/ltmain.sh-412-    done
##############################################
scim-anthy-1.2.7/ltmain.sh-429-  case $arg in
scim-anthy-1.2.7/ltmain.sh:430:  -*=*) optarg=`$echo "X$arg" | $Xsed -e 's/[-_a-zA-Z0-9]*=//'` ;;
scim-anthy-1.2.7/ltmain.sh-431-  *) optarg= ;;
##############################################
scim-anthy-1.2.7/ltmain.sh-460-	  # Evaluate the configuration.
scim-anthy-1.2.7/ltmain.sh:461:	  eval "`${SED} -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$tagname'$/,/^# ### END LIBTOOL TAG CONFIG: '$tagname'$/p' < $progpath`"
scim-anthy-1.2.7/ltmain.sh-462-	else
##############################################
scim-anthy-1.2.7/ltmain.sh-583-static)
scim-anthy-1.2.7/ltmain.sh:584:  build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac`
scim-anthy-1.2.7/ltmain.sh-585-  ;;
##############################################
scim-anthy-1.2.7/ltmain.sh-704-	-Wc,*)
scim-anthy-1.2.7/ltmain.sh:705:	  args=`$echo "X$arg" | $Xsed -e "s/^-Wc,//"`
scim-anthy-1.2.7/ltmain.sh-706-	  lastarg=
##############################################
scim-anthy-1.2.7/ltmain.sh-721-	  IFS="$save_ifs"
scim-anthy-1.2.7/ltmain.sh:722:	  lastarg=`$echo "X$lastarg" | $Xsed -e "s/^ //"`
scim-anthy-1.2.7/ltmain.sh-723-
##############################################
scim-anthy-1.2.7/ltmain.sh-740-      # Aesthetically quote the previous argument.
scim-anthy-1.2.7/ltmain.sh:741:      lastarg=`$echo "X$lastarg" | $Xsed -e "$sed_quote_subst"`
scim-anthy-1.2.7/ltmain.sh-742-
##############################################
scim-anthy-1.2.7/ltmain.sh-768-      # Get the name of the library object.
scim-anthy-1.2.7/ltmain.sh:769:      [ -z "$libobj" ] && libobj=`$echo "X$srcfile" | $Xsed -e 's%^.*/%%'`
scim-anthy-1.2.7/ltmain.sh-770-      ;;
##############################################
scim-anthy-1.2.7/ltmain.sh-779-    *.ads) xform=ads ;;
scim-anthy-1.2.7/ltmain.sh:780:    *.asm) xform=asm ;;
scim-anthy-1.2.7/ltmain.sh-781-    *.c++) xform=c++ ;;
##############################################
scim-anthy-1.2.7/ltmain.sh-792-
scim-anthy-1.2.7/ltmain.sh:793:    libobj=`$echo "X$libobj" | $Xsed -e "s/\.$xform$/.lo/"`
scim-anthy-1.2.7/ltmain.sh-794-
scim-anthy-1.2.7/ltmain.sh-795-    case $libobj in
scim-anthy-1.2.7/ltmain.sh:796:    *.lo) obj=`$echo "X$libobj" | $Xsed -e "$lo2o"` ;;
scim-anthy-1.2.7/ltmain.sh-797-    *)
##############################################
scim-anthy-1.2.7/ltmain.sh-823-
scim-anthy-1.2.7/ltmain.sh:824:    qlibobj=`$echo "X$libobj" | $Xsed -e "$sed_quote_subst"`
scim-anthy-1.2.7/ltmain.sh-825-    case $qlibobj in
##############################################
scim-anthy-1.2.7/ltmain.sh-831-	&& $echo "$modename: libobj name \`$libobj' may not contain shell special characters."
scim-anthy-1.2.7/ltmain.sh:832:    objname=`$echo "X$obj" | $Xsed -e 's%^.*/%%'`
scim-anthy-1.2.7/ltmain.sh:833:    xdir=`$echo "X$obj" | $Xsed -e 's%/[^/]*$%%'`
scim-anthy-1.2.7/ltmain.sh-834-    if test "X$xdir" = "X$obj"; then
##############################################
scim-anthy-1.2.7/ltmain.sh-870-    if test "$compiler_c_o" = no; then
scim-anthy-1.2.7/ltmain.sh:871:      output_obj=`$echo "X$srcfile" | $Xsed -e 's%^.*/%%' -e 's%\.[^.]*$%%'`.${objext}
scim-anthy-1.2.7/ltmain.sh-872-      lockfile="$output_obj.lock"
##############################################
scim-anthy-1.2.7/ltmain.sh-891-*** ERROR, $lockfile exists and contains:
scim-anthy-1.2.7/ltmain.sh:892:`cat $lockfile 2>/dev/null`
scim-anthy-1.2.7/ltmain.sh-893-
##############################################
scim-anthy-1.2.7/ltmain.sh-909-    fi
scim-anthy-1.2.7/ltmain.sh:910:    qsrcfile=`$echo "X$srcfile" | $Xsed -e "$sed_quote_subst"`
scim-anthy-1.2.7/ltmain.sh-911-    case $qsrcfile in
##############################################
scim-anthy-1.2.7/ltmain.sh-965-      if test "$need_locks" = warn &&
scim-anthy-1.2.7/ltmain.sh:966:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
scim-anthy-1.2.7/ltmain.sh-967-	$echo "\
scim-anthy-1.2.7/ltmain.sh-968-*** ERROR, $lockfile contains:
scim-anthy-1.2.7/ltmain.sh:969:`cat $lockfile 2>/dev/null`
scim-anthy-1.2.7/ltmain.sh-970-
##############################################
scim-anthy-1.2.7/ltmain.sh-1037-      if test "$need_locks" = warn &&
scim-anthy-1.2.7/ltmain.sh:1038:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
scim-anthy-1.2.7/ltmain.sh-1039-	$echo "\
scim-anthy-1.2.7/ltmain.sh-1040-*** ERROR, $lockfile contains:
scim-anthy-1.2.7/ltmain.sh:1041:`cat $lockfile 2>/dev/null`
scim-anthy-1.2.7/ltmain.sh-1042-
##############################################
scim-anthy-1.2.7/ltmain.sh-1210-      *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \	]*|*]*|"")
scim-anthy-1.2.7/ltmain.sh:1211:	qarg=\"`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`\" ### testsuite: skip nested quoting test
scim-anthy-1.2.7/ltmain.sh-1212-	;;
##############################################
scim-anthy-1.2.7/ltmain.sh-1299-	    moreargs=
scim-anthy-1.2.7/ltmain.sh:1300:	    for fil in `cat $save_arg`
scim-anthy-1.2.7/ltmain.sh-1301-	    do
##############################################
scim-anthy-1.2.7/ltmain.sh-1326-		# Extract subdirectory from the argument.
scim-anthy-1.2.7/ltmain.sh:1327:		xdir=`$echo "X$arg" | $Xsed -e 's%/[^/]*$%%'`
scim-anthy-1.2.7/ltmain.sh-1328-		if test "X$xdir" = "X$arg"; then
##############################################
scim-anthy-1.2.7/ltmain.sh-1385-		  # Extract subdirectory from the argument.
scim-anthy-1.2.7/ltmain.sh:1386:		  xdir=`$echo "X$arg" | $Xsed -e 's%/[^/]*$%%'`
scim-anthy-1.2.7/ltmain.sh-1387-		  if test "X$xdir" = "X$arg"; then
##############################################
scim-anthy-1.2.7/ltmain.sh-1392-
scim-anthy-1.2.7/ltmain.sh:1393:		  pic_object=`$echo "X${xdir}${objdir}/${arg}" | $Xsed -e "$lo2o"`
scim-anthy-1.2.7/ltmain.sh:1394:		  non_pic_object=`$echo "X${xdir}${arg}" | $Xsed -e "$lo2o"`
scim-anthy-1.2.7/ltmain.sh-1395-		  libobjs="$libobjs $pic_object"
##############################################
scim-anthy-1.2.7/ltmain.sh-1553-      -L*)
scim-anthy-1.2.7/ltmain.sh:1554:	dir=`$echo "X$arg" | $Xsed -e 's/^-L//'`
scim-anthy-1.2.7/ltmain.sh-1555-	# We need an absolute path.
##############################################
scim-anthy-1.2.7/ltmain.sh-1558-	*)
scim-anthy-1.2.7/ltmain.sh:1559:	  absdir=`cd "$dir" && pwd`
scim-anthy-1.2.7/ltmain.sh-1560-	  if test -z "$absdir"; then
##############################################
scim-anthy-1.2.7/ltmain.sh-1576-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2*)
scim-anthy-1.2.7/ltmain.sh:1577:	  testbindir=`$echo "X$dir" | $Xsed -e 's*/lib$*/bin*'`
scim-anthy-1.2.7/ltmain.sh-1578-	  case :$dllsearchpath: in
##############################################
scim-anthy-1.2.7/ltmain.sh-1669-	# to be aesthetically quoted because they are evaled later.
scim-anthy-1.2.7/ltmain.sh:1670:	arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`
scim-anthy-1.2.7/ltmain.sh-1671-	case $arg in
##############################################
scim-anthy-1.2.7/ltmain.sh-1738-      -R*)
scim-anthy-1.2.7/ltmain.sh:1739:	dir=`$echo "X$arg" | $Xsed -e 's/^-R//'`
scim-anthy-1.2.7/ltmain.sh-1740-	# We need an absolute path.
##############################################
scim-anthy-1.2.7/ltmain.sh-1779-      -Wc,*)
scim-anthy-1.2.7/ltmain.sh:1780:	args=`$echo "X$arg" | $Xsed -e "$sed_quote_subst" -e 's/^-Wc,//'`
scim-anthy-1.2.7/ltmain.sh-1781-	arg=
##############################################
scim-anthy-1.2.7/ltmain.sh-1793-	IFS="$save_ifs"
scim-anthy-1.2.7/ltmain.sh:1794:	arg=`$echo "X$arg" | $Xsed -e "s/^ //"`
scim-anthy-1.2.7/ltmain.sh-1795-	;;
##############################################
scim-anthy-1.2.7/ltmain.sh-1797-      -Wl,*)
scim-anthy-1.2.7/ltmain.sh:1798:	args=`$echo "X$arg" | $Xsed -e "$sed_quote_subst" -e 's/^-Wl,//'`
scim-anthy-1.2.7/ltmain.sh-1799-	arg=
##############################################
scim-anthy-1.2.7/ltmain.sh-1812-	IFS="$save_ifs"
scim-anthy-1.2.7/ltmain.sh:1813:	arg=`$echo "X$arg" | $Xsed -e "s/^ //"`
scim-anthy-1.2.7/ltmain.sh-1814-	;;
##############################################
scim-anthy-1.2.7/ltmain.sh-1834-	# to be aesthetically quoted because they are evaled later.
scim-anthy-1.2.7/ltmain.sh:1835:	arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`
scim-anthy-1.2.7/ltmain.sh-1836-	case $arg in
##############################################
scim-anthy-1.2.7/ltmain.sh-1871-	  # Extract subdirectory from the argument.
scim-anthy-1.2.7/ltmain.sh:1872:	  xdir=`$echo "X$arg" | $Xsed -e 's%/[^/]*$%%'`
scim-anthy-1.2.7/ltmain.sh-1873-	  if test "X$xdir" = "X$arg"; then
##############################################
scim-anthy-1.2.7/ltmain.sh-1930-	    # Extract subdirectory from the argument.
scim-anthy-1.2.7/ltmain.sh:1931:	    xdir=`$echo "X$arg" | $Xsed -e 's%/[^/]*$%%'`
scim-anthy-1.2.7/ltmain.sh-1932-	    if test "X$xdir" = "X$arg"; then
##############################################
scim-anthy-1.2.7/ltmain.sh-1937-
scim-anthy-1.2.7/ltmain.sh:1938:	    pic_object=`$echo "X${xdir}${objdir}/${arg}" | $Xsed -e "$lo2o"`
scim-anthy-1.2.7/ltmain.sh:1939:	    non_pic_object=`$echo "X${xdir}${arg}" | $Xsed -e "$lo2o"`
scim-anthy-1.2.7/ltmain.sh-1940-	    libobjs="$libobjs $pic_object"
##############################################
scim-anthy-1.2.7/ltmain.sh-1973-	# to be aesthetically quoted because they are evaled later.
scim-anthy-1.2.7/ltmain.sh:1974:	arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`
scim-anthy-1.2.7/ltmain.sh-1975-	case $arg in
##############################################
scim-anthy-1.2.7/ltmain.sh-2003-    # calculate the name of the file, without its directory
scim-anthy-1.2.7/ltmain.sh:2004:    outputname=`$echo "X$output" | $Xsed -e 's%^.*/%%'`
scim-anthy-1.2.7/ltmain.sh-2005-    libobjs_save="$libobjs"
##############################################
scim-anthy-1.2.7/ltmain.sh-2008-      # get the directories listed in $shlibpath_var
scim-anthy-1.2.7/ltmain.sh:2009:      eval shlib_search_path=\`\$echo \"X\${$shlibpath_var}\" \| \$Xsed -e \'s/:/ /g\'\`
scim-anthy-1.2.7/ltmain.sh-2010-    else
##############################################
scim-anthy-1.2.7/ltmain.sh-2015-
scim-anthy-1.2.7/ltmain.sh:2016:    output_objdir=`$echo "X$output" | $Xsed -e 's%/[^/]*$%%'`
scim-anthy-1.2.7/ltmain.sh-2017-    if test "X$output_objdir" = "X$output"; then
##############################################
scim-anthy-1.2.7/ltmain.sh-2153-	  fi
scim-anthy-1.2.7/ltmain.sh:2154:	  name=`$echo "X$deplib" | $Xsed -e 's/^-l//'`
scim-anthy-1.2.7/ltmain.sh-2155-	  for searchdir in $newlib_search_path $lib_search_path $sys_lib_search_path $shlib_search_path; do
##############################################
scim-anthy-1.2.7/ltmain.sh-2197-		    found=no
scim-anthy-1.2.7/ltmain.sh:2198:		    ladir=`$echo "X$lib" | $Xsed -e 's%/[^/]*$%%'`
scim-anthy-1.2.7/ltmain.sh-2199-		    test "X$ladir" = "X$lib" && ladir="."
##############################################
scim-anthy-1.2.7/ltmain.sh-2222-	    newdependency_libs="$deplib $newdependency_libs"
scim-anthy-1.2.7/ltmain.sh:2223:	    newlib_search_path="$newlib_search_path "`$echo "X$deplib" | $Xsed -e 's/^-L//'`
scim-anthy-1.2.7/ltmain.sh-2224-	    ;;
##############################################
scim-anthy-1.2.7/ltmain.sh-2235-	    fi
scim-anthy-1.2.7/ltmain.sh:2236:	    newlib_search_path="$newlib_search_path "`$echo "X$deplib" | $Xsed -e 's/^-L//'`
scim-anthy-1.2.7/ltmain.sh-2237-	    ;;
##############################################
scim-anthy-1.2.7/ltmain.sh-2245-	  if test "$pass" = link; then
scim-anthy-1.2.7/ltmain.sh:2246:	    dir=`$echo "X$deplib" | $Xsed -e 's/^-R//'`
scim-anthy-1.2.7/ltmain.sh-2247-	    # Make sure the xrpath contains only unique directories.
##############################################
scim-anthy-1.2.7/ltmain.sh-2267-		set dummy $deplibs_check_method
scim-anthy-1.2.7/ltmain.sh:2268:	        match_pattern_regex=`expr "$deplibs_check_method" : "$2 \(.*\)"`
scim-anthy-1.2.7/ltmain.sh-2269-		if eval $echo \"$deplib\" 2>/dev/null \
##############################################
scim-anthy-1.2.7/ltmain.sh-2328-	else
scim-anthy-1.2.7/ltmain.sh:2329:	  $echo "$modename: cannot find the library \`$lib' or unhandled argument \`$deplib'" 1>&2
scim-anthy-1.2.7/ltmain.sh-2330-	  exit $EXIT_FAILURE
##############################################
scim-anthy-1.2.7/ltmain.sh-2339-
scim-anthy-1.2.7/ltmain.sh:2340:	ladir=`$echo "X$lib" | $Xsed -e 's%/[^/]*$%%'`
scim-anthy-1.2.7/ltmain.sh-2341-	test "X$ladir" = "X$lib" && ladir="."
##############################################
scim-anthy-1.2.7/ltmain.sh-2431-	*)
scim-anthy-1.2.7/ltmain.sh:2432:	  abs_ladir=`cd "$ladir" && pwd`
scim-anthy-1.2.7/ltmain.sh-2433-	  if test -z "$abs_ladir"; then
##############################################
scim-anthy-1.2.7/ltmain.sh-2439-	esac
scim-anthy-1.2.7/ltmain.sh:2440:	laname=`$echo "X$lib" | $Xsed -e 's%^.*/%%'`
scim-anthy-1.2.7/ltmain.sh-2441-
##############################################
scim-anthy-1.2.7/ltmain.sh-2466-	fi # $installed = yes
scim-anthy-1.2.7/ltmain.sh:2467:	name=`$echo "X$laname" | $Xsed -e 's/\.la$//' -e 's/^lib//'`
scim-anthy-1.2.7/ltmain.sh-2468-
##############################################
scim-anthy-1.2.7/ltmain.sh-2513-	    case $deplib in
scim-anthy-1.2.7/ltmain.sh:2514:	    -L*) newlib_search_path="$newlib_search_path "`$echo "X$deplib" | $Xsed -e 's/^-L//'`;; ### testsuite: skip nested quoting test
scim-anthy-1.2.7/ltmain.sh-2515-	    esac
##############################################
scim-anthy-1.2.7/ltmain.sh-2634-	    shift; shift
scim-anthy-1.2.7/ltmain.sh:2635:	    libname=`eval \\$echo \"$libname_spec\"`
scim-anthy-1.2.7/ltmain.sh-2636-	    # use dlname if we got it. it's perfectly good, no?
##############################################
scim-anthy-1.2.7/ltmain.sh-2642-	      *cygwin* | mingw*)
scim-anthy-1.2.7/ltmain.sh:2643:		major=`expr $current - $age`
scim-anthy-1.2.7/ltmain.sh-2644-		versuffix="-$major"
##############################################
scim-anthy-1.2.7/ltmain.sh-2653-	    soroot="$soname"
scim-anthy-1.2.7/ltmain.sh:2654:	    soname=`$echo $soroot | ${SED} -e 's/^.*\///'`
scim-anthy-1.2.7/ltmain.sh:2655:	    newlib="libimp-`$echo $soname | ${SED} 's/^lib//;s/\.dll$//'`.a"
scim-anthy-1.2.7/ltmain.sh-2656-
##############################################
scim-anthy-1.2.7/ltmain.sh-2886-	      case $libdir in
scim-anthy-1.2.7/ltmain.sh:2887:	      -R*) temp_xrpath=`$echo "X$libdir" | $Xsed -e 's/^-R//'`
scim-anthy-1.2.7/ltmain.sh-2888-		   case " $xrpath " in
##############################################
scim-anthy-1.2.7/ltmain.sh-2918-	      *.la)
scim-anthy-1.2.7/ltmain.sh:2919:		dir=`$echo "X$deplib" | $Xsed -e 's%/[^/]*$%%'`
scim-anthy-1.2.7/ltmain.sh-2920-		test "X$dir" = "X$deplib" && dir="."
##############################################
scim-anthy-1.2.7/ltmain.sh-2924-		*)
scim-anthy-1.2.7/ltmain.sh:2925:		  absdir=`cd "$dir" && pwd`
scim-anthy-1.2.7/ltmain.sh-2926-		  if test -z "$absdir"; then
##############################################
scim-anthy-1.2.7/ltmain.sh-2934-		else
scim-anthy-1.2.7/ltmain.sh:2935:		  eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
scim-anthy-1.2.7/ltmain.sh-2936-		  if test -z "$libdir"; then
##############################################
scim-anthy-1.2.7/ltmain.sh-2949-		  # but need to link against shared
scim-anthy-1.2.7/ltmain.sh:2950:		  eval deplibrary_names=`${SED} -n -e 's/^library_names=\(.*\)$/\1/p' $deplib`
scim-anthy-1.2.7/ltmain.sh-2951-		  if test -n "$deplibrary_names" ; then
##############################################
scim-anthy-1.2.7/ltmain.sh-2974-		  # Again, we only want to link against shared libraries
scim-anthy-1.2.7/ltmain.sh:2975:		  eval tmp_libs=`$echo "X$deplib" | $Xsed -e "s,^\-l,,"`
scim-anthy-1.2.7/ltmain.sh-2976-		  for tmp in $newlib_search_path ; do
##############################################
scim-anthy-1.2.7/ltmain.sh-3141-      lib*)
scim-anthy-1.2.7/ltmain.sh:3142:	name=`$echo "X$outputname" | $Xsed -e 's/\.la$//' -e 's/^lib//'`
scim-anthy-1.2.7/ltmain.sh-3143-	eval shared_ext=\"$shrext_cmds\"
##############################################
scim-anthy-1.2.7/ltmain.sh-3147-	if test "$module" = no; then
scim-anthy-1.2.7/ltmain.sh:3148:	  $echo "$modename: libtool library \`$output' must begin with \`lib'" 1>&2
scim-anthy-1.2.7/ltmain.sh-3149-	  $echo "$help" 1>&2
##############################################
scim-anthy-1.2.7/ltmain.sh-3153-	  # Add the "lib" prefix for modules if required
scim-anthy-1.2.7/ltmain.sh:3154:	  name=`$echo "X$outputname" | $Xsed -e 's/\.la$//'`
scim-anthy-1.2.7/ltmain.sh-3155-	  eval shared_ext=\"$shrext_cmds\"
##############################################
scim-anthy-1.2.7/ltmain.sh-3157-	else
scim-anthy-1.2.7/ltmain.sh:3158:	  libname=`$echo "X$outputname" | $Xsed -e 's/\.la$//'`
scim-anthy-1.2.7/ltmain.sh-3159-	fi
##############################################
scim-anthy-1.2.7/ltmain.sh-3234-	  darwin|linux|osf|windows|none)
scim-anthy-1.2.7/ltmain.sh:3235:	    current=`expr $number_major + $number_minor`
scim-anthy-1.2.7/ltmain.sh-3236-	    age="$number_minor"
##############################################
scim-anthy-1.2.7/ltmain.sh-3244-	  irix|nonstopux)
scim-anthy-1.2.7/ltmain.sh:3245:	    current=`expr $number_major + $number_minor`
scim-anthy-1.2.7/ltmain.sh-3246-	    age="$number_minor"
##############################################
scim-anthy-1.2.7/ltmain.sh-3292-	if test "$age" -gt "$current"; then
scim-anthy-1.2.7/ltmain.sh:3293:	  $echo "$modename: AGE \`$age' is greater than the current interface number \`$current'" 1>&2
scim-anthy-1.2.7/ltmain.sh-3294-	  $echo "$modename: \`$vinfo' is not valid version information" 1>&2
##############################################
scim-anthy-1.2.7/ltmain.sh-3307-	  # verstring for coding it into the library header
scim-anthy-1.2.7/ltmain.sh:3308:	  major=.`expr $current - $age`
scim-anthy-1.2.7/ltmain.sh-3309-	  versuffix="$major.$age.$revision"
scim-anthy-1.2.7/ltmain.sh-3310-	  # Darwin ld doesn't like 0 for these options...
scim-anthy-1.2.7/ltmain.sh:3311:	  minor_current=`expr $current + 1`
scim-anthy-1.2.7/ltmain.sh-3312-	  xlcverstring="${wl}-compatibility_version ${wl}$minor_current ${wl}-current_version ${wl}$minor_current.$revision"
##############################################
scim-anthy-1.2.7/ltmain.sh-3327-	  if test "X$lt_irix_increment" = "Xno"; then
scim-anthy-1.2.7/ltmain.sh:3328:	    major=`expr $current - $age`
scim-anthy-1.2.7/ltmain.sh-3329-	  else
scim-anthy-1.2.7/ltmain.sh:3330:	    major=`expr $current - $age + 1`
scim-anthy-1.2.7/ltmain.sh-3331-	  fi
##############################################
scim-anthy-1.2.7/ltmain.sh-3340-	  while test "$loop" -ne 0; do
scim-anthy-1.2.7/ltmain.sh:3341:	    iface=`expr $revision - $loop`
scim-anthy-1.2.7/ltmain.sh:3342:	    loop=`expr $loop - 1`
scim-anthy-1.2.7/ltmain.sh-3343-	    verstring="$verstring_prefix$major.$iface:$verstring"
##############################################
scim-anthy-1.2.7/ltmain.sh-3351-	linux)
scim-anthy-1.2.7/ltmain.sh:3352:	  major=.`expr $current - $age`
scim-anthy-1.2.7/ltmain.sh-3353-	  versuffix="$major.$age.$revision"
##############################################
scim-anthy-1.2.7/ltmain.sh-3356-	osf)
scim-anthy-1.2.7/ltmain.sh:3357:	  major=.`expr $current - $age`
scim-anthy-1.2.7/ltmain.sh-3358-	  versuffix=".$current.$age.$revision"
##############################################
scim-anthy-1.2.7/ltmain.sh-3363-	  while test "$loop" -ne 0; do
scim-anthy-1.2.7/ltmain.sh:3364:	    iface=`expr $current - $loop`
scim-anthy-1.2.7/ltmain.sh:3365:	    loop=`expr $loop - 1`
scim-anthy-1.2.7/ltmain.sh-3366-	    verstring="$verstring:${iface}.0"
##############################################
scim-anthy-1.2.7/ltmain.sh-3380-	  # extension on DOS 8.3 filesystems.
scim-anthy-1.2.7/ltmain.sh:3381:	  major=`expr $current - $age`
scim-anthy-1.2.7/ltmain.sh-3382-	  versuffix="-$major"
##############################################
scim-anthy-1.2.7/ltmain.sh-3435-	removelist=
scim-anthy-1.2.7/ltmain.sh:3436:	tempremovelist=`$echo "$output_objdir/*"`
scim-anthy-1.2.7/ltmain.sh-3437-	for p in $tempremovelist; do
##############################################
scim-anthy-1.2.7/ltmain.sh-3463-	# Transform .lo files to .o files.
scim-anthy-1.2.7/ltmain.sh:3464:	oldobjs="$objs "`$echo "X$libobjs" | $SP2NL | $Xsed -e '/\.'${libext}'$/d' -e "$lo2o" | $NL2SP`
scim-anthy-1.2.7/ltmain.sh-3465-      fi
##############################################
scim-anthy-1.2.7/ltmain.sh-3468-      #for path in $notinst_path; do
scim-anthy-1.2.7/ltmain.sh:3469:      #	lib_search_path=`$echo "$lib_search_path " | ${SED} -e "s% $path % %g"`
scim-anthy-1.2.7/ltmain.sh:3470:      #	deplibs=`$echo "$deplibs " | ${SED} -e "s% -L$path % %g"`
scim-anthy-1.2.7/ltmain.sh:3471:      #	dependency_libs=`$echo "$dependency_libs " | ${SED} -e "s% -L$path % %g"`
scim-anthy-1.2.7/ltmain.sh-3472-      #done
##############################################
scim-anthy-1.2.7/ltmain.sh-3575-	    for i in $deplibs; do
scim-anthy-1.2.7/ltmain.sh:3576:	      name=`expr $i : '-l\(.*\)'`
scim-anthy-1.2.7/ltmain.sh-3577-	      # If $name is empty we are operating on a -L argument.
##############################################
scim-anthy-1.2.7/ltmain.sh-3587-		if test -n "$i" ; then
scim-anthy-1.2.7/ltmain.sh:3588:		  libname=`eval \\$echo \"$libname_spec\"`
scim-anthy-1.2.7/ltmain.sh:3589:		  deplib_matches=`eval \\$echo \"$library_names_spec\"`
scim-anthy-1.2.7/ltmain.sh-3590-		  set dummy $deplib_matches
scim-anthy-1.2.7/ltmain.sh-3591-		  deplib_match=$2
scim-anthy-1.2.7/ltmain.sh:3592:		  if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then
scim-anthy-1.2.7/ltmain.sh-3593-		    newdeplibs="$newdeplibs $i"
##############################################
scim-anthy-1.2.7/ltmain.sh-3612-	    for i in $deplibs; do
scim-anthy-1.2.7/ltmain.sh:3613:	      name=`expr $i : '-l\(.*\)'`
scim-anthy-1.2.7/ltmain.sh-3614-	      # If $name is empty we are operating on a -L argument.
##############################################
scim-anthy-1.2.7/ltmain.sh-3627-		  if test -n "$i" ; then
scim-anthy-1.2.7/ltmain.sh:3628:		    libname=`eval \\$echo \"$libname_spec\"`
scim-anthy-1.2.7/ltmain.sh:3629:		    deplib_matches=`eval \\$echo \"$library_names_spec\"`
scim-anthy-1.2.7/ltmain.sh-3630-		    set dummy $deplib_matches
scim-anthy-1.2.7/ltmain.sh-3631-		    deplib_match=$2
scim-anthy-1.2.7/ltmain.sh:3632:		    if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then
scim-anthy-1.2.7/ltmain.sh-3633-		      newdeplibs="$newdeplibs $i"
##############################################
scim-anthy-1.2.7/ltmain.sh-3660-	  set dummy $deplibs_check_method
scim-anthy-1.2.7/ltmain.sh:3661:	  file_magic_regex=`expr "$deplibs_check_method" : "$2 \(.*\)"`
scim-anthy-1.2.7/ltmain.sh-3662-	  for a_deplib in $deplibs; do
scim-anthy-1.2.7/ltmain.sh:3663:	    name=`expr $a_deplib : '-l\(.*\)'`
scim-anthy-1.2.7/ltmain.sh-3664-	    # If $name is empty we are operating on a -L argument.
##############################################
scim-anthy-1.2.7/ltmain.sh-3674-	      if test -n "$a_deplib" ; then
scim-anthy-1.2.7/ltmain.sh:3675:		libname=`eval \\$echo \"$libname_spec\"`
scim-anthy-1.2.7/ltmain.sh-3676-		for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do
scim-anthy-1.2.7/ltmain.sh:3677:		  potential_libs=`ls $i/$libname[.-]* 2>/dev/null`
scim-anthy-1.2.7/ltmain.sh-3678-		  for potent_lib in $potential_libs; do
##############################################
scim-anthy-1.2.7/ltmain.sh-3690-		      while test -h "$potlib" 2>/dev/null; do
scim-anthy-1.2.7/ltmain.sh:3691:			potliblink=`ls -ld $potlib | ${SED} 's/.* -> //'`
scim-anthy-1.2.7/ltmain.sh-3692-			case $potliblink in
scim-anthy-1.2.7/ltmain.sh-3693-			[\\/]* | [A-Za-z]:[\\/]*) potlib="$potliblink";;
scim-anthy-1.2.7/ltmain.sh:3694:			*) potlib=`$echo "X$potlib" | $Xsed -e 's,[^/]*$,,'`"$potliblink";;
scim-anthy-1.2.7/ltmain.sh-3695-			esac
##############################################
scim-anthy-1.2.7/ltmain.sh-3729-	  set dummy $deplibs_check_method
scim-anthy-1.2.7/ltmain.sh:3730:	  match_pattern_regex=`expr "$deplibs_check_method" : "$2 \(.*\)"`
scim-anthy-1.2.7/ltmain.sh-3731-	  for a_deplib in $deplibs; do
scim-anthy-1.2.7/ltmain.sh:3732:	    name=`expr $a_deplib : '-l\(.*\)'`
scim-anthy-1.2.7/ltmain.sh-3733-	    # If $name is empty we are operating on a -L argument.
##############################################
scim-anthy-1.2.7/ltmain.sh-3743-	      if test -n "$a_deplib" ; then
scim-anthy-1.2.7/ltmain.sh:3744:		libname=`eval \\$echo \"$libname_spec\"`
scim-anthy-1.2.7/ltmain.sh-3745-		for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do
scim-anthy-1.2.7/ltmain.sh:3746:		  potential_libs=`ls $i/$libname[.-]* 2>/dev/null`
scim-anthy-1.2.7/ltmain.sh-3747-		  for potent_lib in $potential_libs; do
##############################################
scim-anthy-1.2.7/ltmain.sh-3786-	      # can't use Xsed below, because $i might contain '/'
scim-anthy-1.2.7/ltmain.sh:3787:	      tmp_deplibs=`$echo "X $tmp_deplibs" | ${SED} -e "1s,^X,," -e "s,$i,,"`
scim-anthy-1.2.7/ltmain.sh-3788-	    done
##############################################
scim-anthy-1.2.7/ltmain.sh-3811-	  # On Rhapsody replace the C library is the System framework
scim-anthy-1.2.7/ltmain.sh:3812:	  newdeplibs=`$echo "X $newdeplibs" | $Xsed -e 's/ -lc / -framework System /'`
scim-anthy-1.2.7/ltmain.sh-3813-	  ;;
##############################################
scim-anthy-1.2.7/ltmain.sh-3983-	# Use standard objects if they are pic
scim-anthy-1.2.7/ltmain.sh:3984:	test -z "$pic_flag" && libobjs=`$echo "X$libobjs" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP`
scim-anthy-1.2.7/ltmain.sh-3985-
##############################################
scim-anthy-1.2.7/ltmain.sh-3996-	      eval cmd=\"$cmd\"
scim-anthy-1.2.7/ltmain.sh:3997:	      if len=`expr "X$cmd" : ".*"` &&
scim-anthy-1.2.7/ltmain.sh-3998-	       test "$len" -le "$max_cmd_len" || test "$max_cmd_len" -le -1; then
##############################################
scim-anthy-1.2.7/ltmain.sh-4078-	if test "X$skipped_export" != "X:" &&
scim-anthy-1.2.7/ltmain.sh:4079:	   len=`expr "X$test_cmds" : ".*" 2>/dev/null` &&
scim-anthy-1.2.7/ltmain.sh-4080-	   test "$len" -le "$max_cmd_len" || test "$max_cmd_len" -le -1; then
##############################################
scim-anthy-1.2.7/ltmain.sh-4097-	  save_output=$output
scim-anthy-1.2.7/ltmain.sh:4098:	  output_la=`$echo "X$output" | $Xsed -e "$basename"`
scim-anthy-1.2.7/ltmain.sh-4099-
##############################################
scim-anthy-1.2.7/ltmain.sh-4113-	    if test "X$objlist" = X ||
scim-anthy-1.2.7/ltmain.sh:4114:	       { len=`expr "X$test_cmds" : ".*" 2>/dev/null` &&
scim-anthy-1.2.7/ltmain.sh-4115-		 test "$len" -le "$max_cmd_len"; }; then
##############################################
scim-anthy-1.2.7/ltmain.sh-4128-	      last_robj=$output_objdir/$output_la-${k}.$objext
scim-anthy-1.2.7/ltmain.sh:4129:	      k=`expr $k + 1`
scim-anthy-1.2.7/ltmain.sh-4130-	      output=$output_objdir/$output_la-${k}.$objext
##############################################
scim-anthy-1.2.7/ltmain.sh-4154-	  do
scim-anthy-1.2.7/ltmain.sh:4155:	    i=`expr $i + 1`
scim-anthy-1.2.7/ltmain.sh-4156-	    delfiles="$delfiles $output_objdir/$output_la-${i}.$objext"
##############################################
scim-anthy-1.2.7/ltmain.sh-4278-	libobj="$output"
scim-anthy-1.2.7/ltmain.sh:4279:	obj=`$echo "X$output" | $Xsed -e "$lo2o"`
scim-anthy-1.2.7/ltmain.sh-4280-	;;
##############################################
scim-anthy-1.2.7/ltmain.sh-4303-	  eval tmp_whole_archive_flags=\"$whole_archive_flag_spec\"
scim-anthy-1.2.7/ltmain.sh:4304:	  reload_conv_objs=$reload_objs\ `$echo "X$tmp_whole_archive_flags" | $Xsed -e 's|,| |g'`
scim-anthy-1.2.7/ltmain.sh-4305-	else
##############################################
scim-anthy-1.2.7/ltmain.sh-4314-      # Create the old-style object.
scim-anthy-1.2.7/ltmain.sh:4315:      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
scim-anthy-1.2.7/ltmain.sh-4316-
##############################################
scim-anthy-1.2.7/ltmain.sh-4375-      case $host in
scim-anthy-1.2.7/ltmain.sh:4376:	*cygwin*) output=`$echo $output | ${SED} -e 's,.exe$,,;s,$,.exe,'` ;;
scim-anthy-1.2.7/ltmain.sh-4377-      esac
##############################################
scim-anthy-1.2.7/ltmain.sh-4395-	# On Rhapsody replace the C library is the System framework
scim-anthy-1.2.7/ltmain.sh:4396:	compile_deplibs=`$echo "X $compile_deplibs" | $Xsed -e 's/ -lc / -framework System /'`
scim-anthy-1.2.7/ltmain.sh:4397:	finalize_deplibs=`$echo "X $finalize_deplibs" | $Xsed -e 's/ -lc / -framework System /'`
scim-anthy-1.2.7/ltmain.sh-4398-	;;
##############################################
scim-anthy-1.2.7/ltmain.sh-4483-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2*)
scim-anthy-1.2.7/ltmain.sh:4484:	  testbindir=`$echo "X$libdir" | $Xsed -e 's*/lib$*/bin*'`
scim-anthy-1.2.7/ltmain.sh-4485-	  case :$dllsearchpath: in
##############################################
scim-anthy-1.2.7/ltmain.sh-4541-	# Transform all the library objects into standard objects.
scim-anthy-1.2.7/ltmain.sh:4542:	compile_command=`$echo "X$compile_command" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP`
scim-anthy-1.2.7/ltmain.sh:4543:	finalize_command=`$echo "X$finalize_command" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP`
scim-anthy-1.2.7/ltmain.sh-4544-      fi
##############################################
scim-anthy-1.2.7/ltmain.sh-4587-	    # Add our own program objects to the symbol list.
scim-anthy-1.2.7/ltmain.sh:4588:	    progfiles=`$echo "X$objs$old_deplibs" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP`
scim-anthy-1.2.7/ltmain.sh-4589-	    for arg in $progfiles; do
##############################################
scim-anthy-1.2.7/ltmain.sh-4629-	    $show "extracting global C symbols from \`$arg'"
scim-anthy-1.2.7/ltmain.sh:4630:	    name=`$echo "$arg" | ${SED} -e 's%^.*/%%'`
scim-anthy-1.2.7/ltmain.sh-4631-	    $run eval '$echo ": $name " >> "$nlist"'
##############################################
scim-anthy-1.2.7/ltmain.sh-4751-            if test -f "$output_objdir/${outputname}.def" ; then
scim-anthy-1.2.7/ltmain.sh:4752:              compile_command=`$echo "X$compile_command" | $SP2NL | $Xsed -e "s%@SYMFILE@%$output_objdir/${outputname}.def $output_objdir/${outputname}S.${objext}%" | $NL2SP`
scim-anthy-1.2.7/ltmain.sh:4753:              finalize_command=`$echo "X$finalize_command" | $SP2NL | $Xsed -e "s%@SYMFILE@%$output_objdir/${outputname}.def $output_objdir/${outputname}S.${objext}%" | $NL2SP`
scim-anthy-1.2.7/ltmain.sh-4754-            else
scim-anthy-1.2.7/ltmain.sh:4755:              compile_command=`$echo "X$compile_command" | $SP2NL | $Xsed -e "s%@SYMFILE@%$output_objdir/${outputname}S.${objext}%" | $NL2SP`
scim-anthy-1.2.7/ltmain.sh:4756:              finalize_command=`$echo "X$finalize_command" | $SP2NL | $Xsed -e "s%@SYMFILE@%$output_objdir/${outputname}S.${objext}%" | $NL2SP`
scim-anthy-1.2.7/ltmain.sh-4757-             fi
##############################################
scim-anthy-1.2.7/ltmain.sh-4759-          * )
scim-anthy-1.2.7/ltmain.sh:4760:            compile_command=`$echo "X$compile_command" | $SP2NL | $Xsed -e "s%@SYMFILE@%$output_objdir/${outputname}S.${objext}%" | $NL2SP`
scim-anthy-1.2.7/ltmain.sh:4761:            finalize_command=`$echo "X$finalize_command" | $SP2NL | $Xsed -e "s%@SYMFILE@%$output_objdir/${outputname}S.${objext}%" | $NL2SP`
scim-anthy-1.2.7/ltmain.sh-4762-            ;;
##############################################
scim-anthy-1.2.7/ltmain.sh-4775-	# Nullify the symbol file.
scim-anthy-1.2.7/ltmain.sh:4776:	compile_command=`$echo "X$compile_command" | $SP2NL | $Xsed -e "s% @SYMFILE@%%" | $NL2SP`
scim-anthy-1.2.7/ltmain.sh:4777:	finalize_command=`$echo "X$finalize_command" | $SP2NL | $Xsed -e "s% @SYMFILE@%%" | $NL2SP`
scim-anthy-1.2.7/ltmain.sh-4778-      fi
##############################################
scim-anthy-1.2.7/ltmain.sh-4781-	# Replace the output file specification.
scim-anthy-1.2.7/ltmain.sh:4782:	compile_command=`$echo "X$compile_command" | $SP2NL | $Xsed -e 's%@OUTPUT@%'"$output"'%g' | $NL2SP`
scim-anthy-1.2.7/ltmain.sh-4783-	link_command="$compile_command$compile_rpath"
##############################################
scim-anthy-1.2.7/ltmain.sh-4848-	# Replace the output file specification.
scim-anthy-1.2.7/ltmain.sh:4849:	link_command=`$echo "X$link_command" | $Xsed -e 's%@OUTPUT@%'"$output"'%g'`
scim-anthy-1.2.7/ltmain.sh-4850-	# Delete the old output file.
##############################################
scim-anthy-1.2.7/ltmain.sh-4868-	  if test "$fast_install" = yes; then
scim-anthy-1.2.7/ltmain.sh:4869:	    relink_command=`$echo "X$compile_var$compile_command$compile_rpath" | $SP2NL | $Xsed -e 's%@OUTPUT@%\$progdir/\$file%g' | $NL2SP`
scim-anthy-1.2.7/ltmain.sh-4870-	  else
##############################################
scim-anthy-1.2.7/ltmain.sh-4880-      # Replace the output file specification.
scim-anthy-1.2.7/ltmain.sh:4881:      link_command=`$echo "X$link_command" | $Xsed -e 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'`
scim-anthy-1.2.7/ltmain.sh-4882-
##############################################
scim-anthy-1.2.7/ltmain.sh-4900-	  else
scim-anthy-1.2.7/ltmain.sh:4901:	    var_value=`$echo "X$var_value" | $Xsed -e "$sed_quote_subst"`
scim-anthy-1.2.7/ltmain.sh-4902-	    relink_command="$var=\"$var_value\"; export $var; $relink_command"
##############################################
scim-anthy-1.2.7/ltmain.sh-4905-	relink_command="(cd `pwd`; $relink_command)"
scim-anthy-1.2.7/ltmain.sh:4906:	relink_command=`$echo "X$relink_command" | $SP2NL | $Xsed -e "$sed_quote_subst" | $NL2SP`
scim-anthy-1.2.7/ltmain.sh-4907-      fi
##############################################
scim-anthy-1.2.7/ltmain.sh-4914-	esac
scim-anthy-1.2.7/ltmain.sh:4915:	qecho=`$echo "X$qecho" | $Xsed -e "$sed_quote_subst"`
scim-anthy-1.2.7/ltmain.sh-4916-      else
scim-anthy-1.2.7/ltmain.sh:4917:	qecho=`$echo "X$echo" | $Xsed -e "$sed_quote_subst"`
scim-anthy-1.2.7/ltmain.sh-4918-      fi
##############################################
scim-anthy-1.2.7/ltmain.sh-4924-	case $output in
scim-anthy-1.2.7/ltmain.sh:4925:	  *.exe) output=`$echo $output|${SED} 's,.exe$,,'` ;;
scim-anthy-1.2.7/ltmain.sh-4926-	esac
##############################################
scim-anthy-1.2.7/ltmain.sh-4930-	    exeext=.exe
scim-anthy-1.2.7/ltmain.sh:4931:	    outputname=`$echo $outputname|${SED} 's,.exe$,,'` ;;
scim-anthy-1.2.7/ltmain.sh-4932-	  *) exeext= ;;
##############################################
scim-anthy-1.2.7/ltmain.sh-4935-	  *cygwin* | *mingw* )
scim-anthy-1.2.7/ltmain.sh:4936:            output_name=`basename $output`
scim-anthy-1.2.7/ltmain.sh:4937:            output_path=`dirname $output`
scim-anthy-1.2.7/ltmain.sh-4938-            cwrappersource="$output_path/$objdir/lt-$output_name.c"
##############################################
scim-anthy-1.2.7/ltmain.sh-5345-      shift
scim-anthy-1.2.7/ltmain.sh:5346:    elif test \"X\`(\$echo '\t') 2>/dev/null\`\" = 'X\t'; then
scim-anthy-1.2.7/ltmain.sh-5347-      # Yippee, \$echo works!
##############################################
scim-anthy-1.2.7/ltmain.sh-5357-  # Find the directory that this script lives in.
scim-anthy-1.2.7/ltmain.sh:5358:  thisdir=\`\$echo \"X\$file\" | \$Xsed -e 's%/[^/]*$%%'\`
scim-anthy-1.2.7/ltmain.sh-5359-  test \"x\$thisdir\" = \"x\$file\" && thisdir=.
##############################################
scim-anthy-1.2.7/ltmain.sh-5361-  # Follow symbolic links until we get to the real thisdir.
scim-anthy-1.2.7/ltmain.sh:5362:  file=\`ls -ld \"\$file\" | ${SED} -n 's/.*-> //p'\`
scim-anthy-1.2.7/ltmain.sh-5363-  while test -n \"\$file\"; do
scim-anthy-1.2.7/ltmain.sh:5364:    destdir=\`\$echo \"X\$file\" | \$Xsed -e 's%/[^/]*\$%%'\`
scim-anthy-1.2.7/ltmain.sh-5365-
##############################################
scim-anthy-1.2.7/ltmain.sh-5373-
scim-anthy-1.2.7/ltmain.sh:5374:    file=\`\$echo \"X\$file\" | \$Xsed -e 's%^.*/%%'\`
scim-anthy-1.2.7/ltmain.sh:5375:    file=\`ls -ld \"\$thisdir/\$file\" | ${SED} -n 's/.*-> //p'\`
scim-anthy-1.2.7/ltmain.sh-5376-  done
##############################################
scim-anthy-1.2.7/ltmain.sh-5378-  # Try to get the absolute directory name.
scim-anthy-1.2.7/ltmain.sh:5379:  absdir=\`cd \"\$thisdir\" && pwd\`
scim-anthy-1.2.7/ltmain.sh-5380-  test -n \"\$absdir\" && thisdir=\"\$absdir\"
##############################################
scim-anthy-1.2.7/ltmain.sh-5388-  if test ! -f \"\$progdir/\$program\" || \\
scim-anthy-1.2.7/ltmain.sh:5389:     { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | ${SED} 1q\`; \\
scim-anthy-1.2.7/ltmain.sh-5390-       test \"X\$file\" != \"X\$progdir/\$program\"; }; then
##############################################
scim-anthy-1.2.7/ltmain.sh-5403-    if test -n \"\$relink_command\"; then
scim-anthy-1.2.7/ltmain.sh:5404:      if relink_command_output=\`eval \$relink_command 2>&1\`; then :
scim-anthy-1.2.7/ltmain.sh-5405-      else
##############################################
scim-anthy-1.2.7/ltmain.sh-5435-    # The second colon is a workaround for a bug in BeOS R4 sed
scim-anthy-1.2.7/ltmain.sh:5436:    $shlibpath_var=\`\$echo \"X\$$shlibpath_var\" | \$Xsed -e 's/::*\$//'\`
scim-anthy-1.2.7/ltmain.sh-5437-
##############################################
scim-anthy-1.2.7/ltmain.sh-5548-	  do
scim-anthy-1.2.7/ltmain.sh:5549:	    objbase=`$echo "X$obj" | $Xsed -e 's%^.*/%%'`
scim-anthy-1.2.7/ltmain.sh-5550-	    case " $oldobjs " in
##############################################
scim-anthy-1.2.7/ltmain.sh-5556-		newobj=lt$counter-$objbase
scim-anthy-1.2.7/ltmain.sh:5557:		counter=`expr $counter + 1`
scim-anthy-1.2.7/ltmain.sh-5558-		case " $oldobjs " in
##############################################
scim-anthy-1.2.7/ltmain.sh-5574-
scim-anthy-1.2.7/ltmain.sh:5575:	if len=`expr "X$cmds" : ".*"` &&
scim-anthy-1.2.7/ltmain.sh-5576-	     test "$len" -le "$max_cmd_len" || test "$max_cmd_len" -le -1; then
##############################################
scim-anthy-1.2.7/ltmain.sh-5596-	    eval test_cmds=\"$old_archive_cmds\"
scim-anthy-1.2.7/ltmain.sh:5597:	    if len=`expr "X$test_cmds" : ".*" 2>/dev/null` &&
scim-anthy-1.2.7/ltmain.sh-5598-	       test "$len" -le "$max_cmd_len"; then
##############################################
scim-anthy-1.2.7/ltmain.sh-5648-	else
scim-anthy-1.2.7/ltmain.sh:5649:	  var_value=`$echo "X$var_value" | $Xsed -e "$sed_quote_subst"`
scim-anthy-1.2.7/ltmain.sh-5650-	  relink_command="$var=\"$var_value\"; export $var; $relink_command"
##############################################
scim-anthy-1.2.7/ltmain.sh-5654-      relink_command="(cd `pwd`; $SHELL $progpath $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)"
scim-anthy-1.2.7/ltmain.sh:5655:      relink_command=`$echo "X$relink_command" | $SP2NL | $Xsed -e "$sed_quote_subst" | $NL2SP`
scim-anthy-1.2.7/ltmain.sh-5656-      if test "$hardcode_automatic" = yes ; then
##############################################
scim-anthy-1.2.7/ltmain.sh-5673-	      *.la)
scim-anthy-1.2.7/ltmain.sh:5674:		name=`$echo "X$deplib" | $Xsed -e 's%^.*/%%'`
scim-anthy-1.2.7/ltmain.sh:5675:		eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
scim-anthy-1.2.7/ltmain.sh-5676-		if test -z "$libdir"; then
##############################################
scim-anthy-1.2.7/ltmain.sh-5687-	    for lib in $dlfiles; do
scim-anthy-1.2.7/ltmain.sh:5688:	      name=`$echo "X$lib" | $Xsed -e 's%^.*/%%'`
scim-anthy-1.2.7/ltmain.sh:5689:	      eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
scim-anthy-1.2.7/ltmain.sh-5690-	      if test -z "$libdir"; then
##############################################
scim-anthy-1.2.7/ltmain.sh-5698-	    for lib in $dlprefiles; do
scim-anthy-1.2.7/ltmain.sh:5699:	      name=`$echo "X$lib" | $Xsed -e 's%^.*/%%'`
scim-anthy-1.2.7/ltmain.sh:5700:	      eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
scim-anthy-1.2.7/ltmain.sh-5701-	      if test -z "$libdir"; then
##############################################
scim-anthy-1.2.7/ltmain.sh-5795-      # Aesthetically quote it.
scim-anthy-1.2.7/ltmain.sh:5796:      arg=`$echo "X$nonopt" | $Xsed -e "$sed_quote_subst"`
scim-anthy-1.2.7/ltmain.sh-5797-      case $arg in
##############################################
scim-anthy-1.2.7/ltmain.sh-5811-    # Aesthetically quote it.
scim-anthy-1.2.7/ltmain.sh:5812:    arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`
scim-anthy-1.2.7/ltmain.sh-5813-    case $arg in
##############################################
scim-anthy-1.2.7/ltmain.sh-5862-      # Aesthetically quote the argument.
scim-anthy-1.2.7/ltmain.sh:5863:      arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`
scim-anthy-1.2.7/ltmain.sh-5864-      case $arg in
##############################################
scim-anthy-1.2.7/ltmain.sh-5894-    # Strip any trailing slash from the destination.
scim-anthy-1.2.7/ltmain.sh:5895:    dest=`$echo "X$dest" | $Xsed -e 's%/$%%'`
scim-anthy-1.2.7/ltmain.sh-5896-
##############################################
scim-anthy-1.2.7/ltmain.sh-5902-    else
scim-anthy-1.2.7/ltmain.sh:5903:      destdir=`$echo "X$dest" | $Xsed -e 's%/[^/]*$%%'`
scim-anthy-1.2.7/ltmain.sh-5904-      test "X$destdir" = "X$dest" && destdir=.
scim-anthy-1.2.7/ltmain.sh:5905:      destname=`$echo "X$dest" | $Xsed -e 's%^.*/%%'`
scim-anthy-1.2.7/ltmain.sh-5906-
##############################################
scim-anthy-1.2.7/ltmain.sh-5978-
scim-anthy-1.2.7/ltmain.sh:5979:	dir=`$echo "X$file" | $Xsed -e 's%/[^/]*$%%'`/
scim-anthy-1.2.7/ltmain.sh-5980-	test "X$dir" = "X$file/" && dir=
##############################################
scim-anthy-1.2.7/ltmain.sh-5984-	  # Determine the prefix the user has applied to our future dir.
scim-anthy-1.2.7/ltmain.sh:5985:	  inst_prefix_dir=`$echo "$destdir" | $SED "s%$libdir\$%%"`
scim-anthy-1.2.7/ltmain.sh-5986-
##############################################
scim-anthy-1.2.7/ltmain.sh-5999-	    # Stick the inst_prefix_dir data into the link command.
scim-anthy-1.2.7/ltmain.sh:6000:	    relink_command=`$echo "$relink_command" | $SP2NL | $SED "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%" | $NL2SP`
scim-anthy-1.2.7/ltmain.sh-6001-	  else
scim-anthy-1.2.7/ltmain.sh:6002:	    relink_command=`$echo "$relink_command" | $SP2NL | $SED "s%@inst_prefix_dir@%%" | $NL2SP`
scim-anthy-1.2.7/ltmain.sh-6003-	  fi
##############################################
scim-anthy-1.2.7/ltmain.sh-6068-	# Install the pseudo-library for information purposes.
scim-anthy-1.2.7/ltmain.sh:6069:	name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
scim-anthy-1.2.7/ltmain.sh-6070-	instname="$dir/$name"i
##############################################
scim-anthy-1.2.7/ltmain.sh-6084-	else
scim-anthy-1.2.7/ltmain.sh:6085:	  destfile=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
scim-anthy-1.2.7/ltmain.sh-6086-	  destfile="$destdir/$destfile"
##############################################
scim-anthy-1.2.7/ltmain.sh-6091-	*.lo)
scim-anthy-1.2.7/ltmain.sh:6092:	  staticdest=`$echo "X$destfile" | $Xsed -e "$lo2o"`
scim-anthy-1.2.7/ltmain.sh-6093-	  ;;
##############################################
scim-anthy-1.2.7/ltmain.sh-6113-	  # Deduce the name of the old-style object file.
scim-anthy-1.2.7/ltmain.sh:6114:	  staticobj=`$echo "X$file" | $Xsed -e "$lo2o"`
scim-anthy-1.2.7/ltmain.sh-6115-
##############################################
scim-anthy-1.2.7/ltmain.sh-6126-	else
scim-anthy-1.2.7/ltmain.sh:6127:	  destfile=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
scim-anthy-1.2.7/ltmain.sh-6128-	  destfile="$destdir/$destfile"
##############################################
scim-anthy-1.2.7/ltmain.sh-6137-	    if test ! -f "$file"; then
scim-anthy-1.2.7/ltmain.sh:6138:	      file=`$echo $file|${SED} 's,.exe$,,'`
scim-anthy-1.2.7/ltmain.sh-6139-	      stripped_ext=".exe"
##############################################
scim-anthy-1.2.7/ltmain.sh-6146-	*cygwin*|*mingw*)
scim-anthy-1.2.7/ltmain.sh:6147:	    wrapper=`$echo $file | ${SED} -e 's,.exe$,,'`
scim-anthy-1.2.7/ltmain.sh-6148-	    ;;
##############################################
scim-anthy-1.2.7/ltmain.sh-6184-	    fi
scim-anthy-1.2.7/ltmain.sh:6185:	    libfile="$libdir/"`$echo "X$lib" | $Xsed -e 's%^.*/%%g'` ### testsuite: skip nested quoting test
scim-anthy-1.2.7/ltmain.sh-6186-	    if test -n "$libdir" && test ! -f "$libfile"; then
scim-anthy-1.2.7/ltmain.sh:6187:	      $echo "$modename: warning: \`$lib' has not been installed in \`$libdir'" 1>&2
scim-anthy-1.2.7/ltmain.sh-6188-	      finalize=no
##############################################
scim-anthy-1.2.7/ltmain.sh-6207-	      tmpdir=`func_mktempdir`
scim-anthy-1.2.7/ltmain.sh:6208:	      file=`$echo "X$file$stripped_ext" | $Xsed -e 's%^.*/%%'`
scim-anthy-1.2.7/ltmain.sh-6209-	      outputname="$tmpdir/$file"
scim-anthy-1.2.7/ltmain.sh-6210-	      # Replace the output file specification.
scim-anthy-1.2.7/ltmain.sh:6211:	      relink_command=`$echo "X$relink_command" | $SP2NL | $Xsed -e 's%@OUTPUT@%'"$outputname"'%g' | $NL2SP`
scim-anthy-1.2.7/ltmain.sh-6212-
##############################################
scim-anthy-1.2.7/ltmain.sh-6225-	    # Install the binary that we compiled earlier.
scim-anthy-1.2.7/ltmain.sh:6226:	    file=`$echo "X$file$stripped_ext" | $Xsed -e "s%\([^/]*\)$%$objdir/\1%"`
scim-anthy-1.2.7/ltmain.sh-6227-	  fi
##############################################
scim-anthy-1.2.7/ltmain.sh-6241-	  *:*.exe)
scim-anthy-1.2.7/ltmain.sh:6242:	    destfile=`$echo $destfile | ${SED} -e 's,.exe$,,'`
scim-anthy-1.2.7/ltmain.sh-6243-	    ;;
##############################################
scim-anthy-1.2.7/ltmain.sh-6254-    for file in $staticlibs; do
scim-anthy-1.2.7/ltmain.sh:6255:      name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
scim-anthy-1.2.7/ltmain.sh-6256-
##############################################
scim-anthy-1.2.7/ltmain.sh-6411-	  # Warn if it was a shared library.
scim-anthy-1.2.7/ltmain.sh:6412:	  test -n "$library_names" && $echo "$modename: warning: \`$file' was not linked with \`-export-dynamic'"
scim-anthy-1.2.7/ltmain.sh-6413-	  continue
##############################################
scim-anthy-1.2.7/ltmain.sh-6415-
scim-anthy-1.2.7/ltmain.sh:6416:	dir=`$echo "X$file" | $Xsed -e 's%/[^/]*$%%'`
scim-anthy-1.2.7/ltmain.sh-6417-	test "X$dir" = "X$file" && dir=.
##############################################
scim-anthy-1.2.7/ltmain.sh-6422-	  if test ! -f "$dir/$dlname"; then
scim-anthy-1.2.7/ltmain.sh:6423:	    $echo "$modename: cannot find \`$dlname' in \`$dir' or \`$dir/$objdir'" 1>&2
scim-anthy-1.2.7/ltmain.sh-6424-	    exit $EXIT_FAILURE
##############################################
scim-anthy-1.2.7/ltmain.sh-6430-	# Just add the directory containing the .lo file.
scim-anthy-1.2.7/ltmain.sh:6431:	dir=`$echo "X$file" | $Xsed -e 's%/[^/]*$%%'`
scim-anthy-1.2.7/ltmain.sh-6432-	test "X$dir" = "X$file" && dir=.
##############################################
scim-anthy-1.2.7/ltmain.sh-6441-      # Get the absolute pathname.
scim-anthy-1.2.7/ltmain.sh:6442:      absdir=`cd "$dir" && pwd`
scim-anthy-1.2.7/ltmain.sh-6443-      test -n "$absdir" && dir="$absdir"
##############################################
scim-anthy-1.2.7/ltmain.sh-6477-      # Quote arguments (to preserve shell metacharacters).
scim-anthy-1.2.7/ltmain.sh:6478:      file=`$echo "X$file" | $Xsed -e "$sed_quote_subst"`
scim-anthy-1.2.7/ltmain.sh-6479-      args="$args \"$file\""
##############################################
scim-anthy-1.2.7/ltmain.sh-6539-    for file in $files; do
scim-anthy-1.2.7/ltmain.sh:6540:      dir=`$echo "X$file" | $Xsed -e 's%/[^/]*$%%'`
scim-anthy-1.2.7/ltmain.sh-6541-      if test "X$dir" = "X$file"; then
##############################################
scim-anthy-1.2.7/ltmain.sh-6546-      fi
scim-anthy-1.2.7/ltmain.sh:6547:      name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
scim-anthy-1.2.7/ltmain.sh-6548-      test "$mode" = uninstall && objdir="$dir"
##############################################
scim-anthy-1.2.7/ltmain.sh-6656-	  *.exe)
scim-anthy-1.2.7/ltmain.sh:6657:	    file=`$echo $file|${SED} 's,.exe$,,'`
scim-anthy-1.2.7/ltmain.sh:6658:	    noexename=`$echo $name|${SED} 's,.exe$,,'`
scim-anthy-1.2.7/ltmain.sh-6659-	    # $file with .exe has already been added to rmfiles,
##############################################
scim-anthy-1.2.7/aclocal.m4-265-done
scim-anthy-1.2.7/aclocal.m4:266:cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
scim-anthy-1.2.7/aclocal.m4-267-])
##############################################
scim-anthy-1.2.7/aclocal.m4-386-    }'
scim-anthy-1.2.7/aclocal.m4:387:aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
scim-anthy-1.2.7/aclocal.m4-388-# Check for a 64-bit object if we didn't find anything.
scim-anthy-1.2.7/aclocal.m4-389-if test -z "$aix_libpath"; then
scim-anthy-1.2.7/aclocal.m4:390:  aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
scim-anthy-1.2.7/aclocal.m4-391-fi],[])
##############################################
scim-anthy-1.2.7/aclocal.m4-418-  # Remove one level of quotation (which was required for Make).
scim-anthy-1.2.7/aclocal.m4:419:  ECHO=`echo "$ECHO" | sed 's,\\\\\[$]\\[$]0,'[$]0','`
scim-anthy-1.2.7/aclocal.m4-420-  ;;
##############################################
scim-anthy-1.2.7/aclocal.m4-429-  :
scim-anthy-1.2.7/aclocal.m4:430:elif test "X`($echo '\t') 2>/dev/null`" = 'X\t' ; then
scim-anthy-1.2.7/aclocal.m4-431-  # Yippee, $echo works!
##############################################
scim-anthy-1.2.7/aclocal.m4-455-    # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
scim-anthy-1.2.7/aclocal.m4:456:    if (echo_test_string=`eval $cmd`) 2>/dev/null &&
scim-anthy-1.2.7/aclocal.m4:457:       echo_test_string=`eval $cmd` &&
scim-anthy-1.2.7/aclocal.m4-458-       (test "X$echo_test_string" = "X$echo_test_string") 2>/dev/null
##############################################
scim-anthy-1.2.7/aclocal.m4-464-
scim-anthy-1.2.7/aclocal.m4:465:if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
scim-anthy-1.2.7/aclocal.m4:466:   echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
scim-anthy-1.2.7/aclocal.m4-467-   test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
scim-anthy-1.2.7/aclocal.m4-479-    if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
scim-anthy-1.2.7/aclocal.m4:480:       test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
scim-anthy-1.2.7/aclocal.m4:481:       echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&
scim-anthy-1.2.7/aclocal.m4-482-       test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
scim-anthy-1.2.7/aclocal.m4-491-    if test "X`(print -r '\t') 2>/dev/null`" = 'X\t' &&
scim-anthy-1.2.7/aclocal.m4:492:       echo_testing_string=`(print -r "$echo_test_string") 2>/dev/null` &&
scim-anthy-1.2.7/aclocal.m4-493-       test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
scim-anthy-1.2.7/aclocal.m4-506-      echo='printf %s\n'
scim-anthy-1.2.7/aclocal.m4:507:      if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
scim-anthy-1.2.7/aclocal.m4:508:	 echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
scim-anthy-1.2.7/aclocal.m4-509-	 test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
scim-anthy-1.2.7/aclocal.m4-511-	:
scim-anthy-1.2.7/aclocal.m4:512:      elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
scim-anthy-1.2.7/aclocal.m4-513-	   test "X$echo_testing_string" = 'X\t' &&
scim-anthy-1.2.7/aclocal.m4:514:	   echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
scim-anthy-1.2.7/aclocal.m4-515-	   test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
scim-anthy-1.2.7/aclocal.m4-520-	echo="$CONFIG_SHELL [$]0 --fallback-echo"
scim-anthy-1.2.7/aclocal.m4:521:      elif echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
scim-anthy-1.2.7/aclocal.m4-522-	   test "X$echo_testing_string" = 'X\t' &&
scim-anthy-1.2.7/aclocal.m4:523:	   echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
scim-anthy-1.2.7/aclocal.m4-524-	   test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
scim-anthy-1.2.7/aclocal.m4-530-	for cmd in 'echo test' 'sed 2q "[$]0"' 'sed 10q "[$]0"' 'sed 20q "[$]0"' 'sed 50q "[$]0"'; do
scim-anthy-1.2.7/aclocal.m4:531:	  if (test "X$echo_test_string" = "X`eval $cmd`") 2>/dev/null
scim-anthy-1.2.7/aclocal.m4-532-	  then
##############################################
scim-anthy-1.2.7/aclocal.m4-538-	if test "$prev" != 'sed 50q "[$]0"'; then
scim-anthy-1.2.7/aclocal.m4:539:	  echo_test_string=`eval $prev`
scim-anthy-1.2.7/aclocal.m4-540-	  export echo_test_string
##############################################
scim-anthy-1.2.7/aclocal.m4-577-  if AC_TRY_EVAL(ac_compile); then
scim-anthy-1.2.7/aclocal.m4:578:    case `/usr/bin/file conftest.$ac_objext` in
scim-anthy-1.2.7/aclocal.m4-579-    *ELF-32*)
##############################################
scim-anthy-1.2.7/aclocal.m4-593-   if test "$lt_cv_prog_gnu_ld" = yes; then
scim-anthy-1.2.7/aclocal.m4:594:    case `/usr/bin/file conftest.$ac_objext` in
scim-anthy-1.2.7/aclocal.m4-595-    *32-bit*)
##############################################
scim-anthy-1.2.7/aclocal.m4-605-   else
scim-anthy-1.2.7/aclocal.m4:606:    case `/usr/bin/file conftest.$ac_objext` in
scim-anthy-1.2.7/aclocal.m4-607-    *32-bit*)
##############################################
scim-anthy-1.2.7/aclocal.m4-852-    # And add a safety zone
scim-anthy-1.2.7/aclocal.m4:853:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
scim-anthy-1.2.7/aclocal.m4:854:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
scim-anthy-1.2.7/aclocal.m4-855-    ;;
##############################################
scim-anthy-1.2.7/aclocal.m4-880-    if test -n "$kargmax"; then
scim-anthy-1.2.7/aclocal.m4:881:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[ 	]]//'`
scim-anthy-1.2.7/aclocal.m4-882-    else
##############################################
scim-anthy-1.2.7/aclocal.m4-888-    if test -n "$lt_cv_sys_max_cmd_len"; then
scim-anthy-1.2.7/aclocal.m4:889:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
scim-anthy-1.2.7/aclocal.m4:890:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
scim-anthy-1.2.7/aclocal.m4-891-    else
scim-anthy-1.2.7/aclocal.m4-892-      SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
scim-anthy-1.2.7/aclocal.m4:893:      while (test "X"`$SHELL [$]0 --fallback-echo "X$teststring" 2>/dev/null` \
scim-anthy-1.2.7/aclocal.m4-894-	       = "XX$teststring") >/dev/null 2>&1 &&
scim-anthy-1.2.7/aclocal.m4:895:	      new_result=`expr "X$teststring" : ".*" 2>&1` &&
scim-anthy-1.2.7/aclocal.m4-896-	      lt_cv_sys_max_cmd_len=$new_result &&
##############################################
scim-anthy-1.2.7/aclocal.m4-898-      do
scim-anthy-1.2.7/aclocal.m4:899:        i=`expr $i + 1`
scim-anthy-1.2.7/aclocal.m4-900-        teststring=$teststring$teststring
##############################################
scim-anthy-1.2.7/aclocal.m4-905-      # It appears as though 1/2 is a usable value.
scim-anthy-1.2.7/aclocal.m4:906:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
scim-anthy-1.2.7/aclocal.m4-907-    fi
##############################################
scim-anthy-1.2.7/aclocal.m4-1199-  if test "$hard_links" = no; then
scim-anthy-1.2.7/aclocal.m4:1200:    AC_MSG_WARN([`$CC' does not support `-c -o', so `make -j' may be unsafe])
scim-anthy-1.2.7/aclocal.m4-1201-    need_locks=warn
##############################################
scim-anthy-1.2.7/aclocal.m4-1321-  esac
scim-anthy-1.2.7/aclocal.m4:1322:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e "s,=/,/,g"`
scim-anthy-1.2.7/aclocal.m4-1323-  if echo "$lt_search_path_spec" | grep ';' >/dev/null ; then
##############################################
scim-anthy-1.2.7/aclocal.m4-1327-    # okay in the real world where ";" in dirpaths is itself problematic.
scim-anthy-1.2.7/aclocal.m4:1328:    lt_search_path_spec=`echo "$lt_search_path_spec" | $SED -e 's/;/ /g'`
scim-anthy-1.2.7/aclocal.m4-1329-  else
scim-anthy-1.2.7/aclocal.m4:1330:    lt_search_path_spec=`echo "$lt_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
scim-anthy-1.2.7/aclocal.m4-1331-  fi
##############################################
scim-anthy-1.2.7/aclocal.m4-1334-  lt_tmp_lt_search_path_spec=
scim-anthy-1.2.7/aclocal.m4:1335:  lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
scim-anthy-1.2.7/aclocal.m4-1336-  for lt_sys_path in $lt_search_path_spec; do
##############################################
scim-anthy-1.2.7/aclocal.m4-1363-}'`
scim-anthy-1.2.7/aclocal.m4:1364:  sys_lib_search_path_spec=`echo $lt_search_path_spec`
scim-anthy-1.2.7/aclocal.m4-1365-else
##############################################
scim-anthy-1.2.7/aclocal.m4-1431-  # Create ${libname}_ixlibrary.a entries in /sys/libs.
scim-anthy-1.2.7/aclocal.m4:1432:  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'
scim-anthy-1.2.7/aclocal.m4-1433-  ;;
##############################################
scim-anthy-1.2.7/aclocal.m4-1464-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
scim-anthy-1.2.7/aclocal.m4:1465:    postinstall_cmds='base_file=`basename \${file}`~
scim-anthy-1.2.7/aclocal.m4:1466:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
scim-anthy-1.2.7/aclocal.m4:1467:      dldir=$destdir/`dirname \$dlpath`~
scim-anthy-1.2.7/aclocal.m4-1468-      test -d \$dldir || mkdir -p \$dldir~
##############################################
scim-anthy-1.2.7/aclocal.m4-1470-      chmod a+x \$dldir/$dlname'
scim-anthy-1.2.7/aclocal.m4:1471:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
scim-anthy-1.2.7/aclocal.m4-1472-      dlpath=$dir/\$dldll~
##############################################
scim-anthy-1.2.7/aclocal.m4-1478-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
scim-anthy-1.2.7/aclocal.m4:1479:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
scim-anthy-1.2.7/aclocal.m4-1480-      sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
##############################################
scim-anthy-1.2.7/aclocal.m4-1483-      # MinGW DLLs use traditional 'lib' prefix
scim-anthy-1.2.7/aclocal.m4:1484:      soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
scim-anthy-1.2.7/aclocal.m4:1485:      sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
scim-anthy-1.2.7/aclocal.m4-1486-      if echo "$sys_lib_search_path_spec" | [grep ';[c-zC-Z]:/' >/dev/null]; then
##############################################
scim-anthy-1.2.7/aclocal.m4-1492-        # which wouldn't understand a cygwinified path. Ahh.
scim-anthy-1.2.7/aclocal.m4:1493:        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
scim-anthy-1.2.7/aclocal.m4-1494-      else
scim-anthy-1.2.7/aclocal.m4:1495:        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
scim-anthy-1.2.7/aclocal.m4-1496-      fi
##############################################
scim-anthy-1.2.7/aclocal.m4-1499-      # pw32 DLLs use 'pw' prefix rather than 'lib'
scim-anthy-1.2.7/aclocal.m4:1500:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
scim-anthy-1.2.7/aclocal.m4-1501-      ;;
##############################################
scim-anthy-1.2.7/aclocal.m4-1505-  *)
scim-anthy-1.2.7/aclocal.m4:1506:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext} $libname.lib'
scim-anthy-1.2.7/aclocal.m4-1507-    ;;
##############################################
scim-anthy-1.2.7/aclocal.m4-1522-  shlibpath_var=DYLD_LIBRARY_PATH
scim-anthy-1.2.7/aclocal.m4:1523:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
scim-anthy-1.2.7/aclocal.m4-1524-  m4_if([$1], [],[
##############################################
scim-anthy-1.2.7/aclocal.m4-1712-  if test -f /etc/ld.so.conf; then
scim-anthy-1.2.7/aclocal.m4:1713:    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' ' '`
scim-anthy-1.2.7/aclocal.m4-1714-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
scim-anthy-1.2.7/aclocal.m4-1784-  shlibpath_var=LD_LIBRARY_PATH
scim-anthy-1.2.7/aclocal.m4:1785:  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
scim-anthy-1.2.7/aclocal.m4-1786-    case $host_os in
##############################################
scim-anthy-1.2.7/aclocal.m4-1946-  if test -z "$LTCC"; then
scim-anthy-1.2.7/aclocal.m4:1947:    eval "`$SHELL ${ofile} --config | grep '^LTCC='`"
scim-anthy-1.2.7/aclocal.m4-1948-    if test -z "$LTCC"; then
##############################################
scim-anthy-1.2.7/aclocal.m4-1950-    else
scim-anthy-1.2.7/aclocal.m4:1951:      AC_MSG_WARN([using `LTCC=$LTCC', extracted from `$ofile'])
scim-anthy-1.2.7/aclocal.m4-1952-    fi
##############################################
scim-anthy-1.2.7/aclocal.m4-1954-  if test -z "$LTCFLAGS"; then
scim-anthy-1.2.7/aclocal.m4:1955:    eval "`$SHELL ${ofile} --config | grep '^LTCFLAGS='`"
scim-anthy-1.2.7/aclocal.m4-1956-  fi
##############################################
scim-anthy-1.2.7/aclocal.m4-1959-  # Note that this assumes the entire list is on one line.
scim-anthy-1.2.7/aclocal.m4:1960:  available_tags=`grep "^available_tags=" "${ofile}" | $SED -e 's/available_tags=\(.*$\)/\1/' -e 's/\"//g'`
scim-anthy-1.2.7/aclocal.m4-1961-
##############################################
scim-anthy-1.2.7/aclocal.m4-1965-    # Check whether tagname contains only valid characters
scim-anthy-1.2.7/aclocal.m4:1966:    case `$echo "X$tagname" | $Xsed -e 's:[[-_ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890,/]]::g'` in
scim-anthy-1.2.7/aclocal.m4-1967-    "") ;;
##############################################
scim-anthy-1.2.7/aclocal.m4-2220-	"file_magic "*)
scim-anthy-1.2.7/aclocal.m4:2221:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
scim-anthy-1.2.7/aclocal.m4-2222-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
scim-anthy-1.2.7/aclocal.m4-2292-    # gcc leaves a trailing carriage return which upsets mingw
scim-anthy-1.2.7/aclocal.m4:2293:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
scim-anthy-1.2.7/aclocal.m4-2294-  *)
scim-anthy-1.2.7/aclocal.m4:2295:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
scim-anthy-1.2.7/aclocal.m4-2296-  esac
##############################################
scim-anthy-1.2.7/aclocal.m4-2301-      # Canonicalize the pathname of ld
scim-anthy-1.2.7/aclocal.m4:2302:      ac_prog=`echo $ac_prog| $SED 's%\\\\%/%g'`
scim-anthy-1.2.7/aclocal.m4-2303-      while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
scim-anthy-1.2.7/aclocal.m4:2304:	ac_prog=`echo $ac_prog| $SED "s%$re_direlt%/%"`
scim-anthy-1.2.7/aclocal.m4-2305-      done
##############################################
scim-anthy-1.2.7/aclocal.m4-2332-      # Break only if it was the GNU/non-GNU ld that we prefer.
scim-anthy-1.2.7/aclocal.m4:2333:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
scim-anthy-1.2.7/aclocal.m4-2334-      *GNU* | *'with BFD'*)
##############################################
scim-anthy-1.2.7/aclocal.m4-2363-[# I'd rather use --version here, but apparently some GNU lds only accept -v.
scim-anthy-1.2.7/aclocal.m4:2364:case `$LD -v 2>&1 </dev/null` in
scim-anthy-1.2.7/aclocal.m4-2365-*GNU* | *'with BFD'*)
##############################################
scim-anthy-1.2.7/aclocal.m4-2537-openbsd*)
scim-anthy-1.2.7/aclocal.m4:2538:  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
scim-anthy-1.2.7/aclocal.m4-2539-    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$'
##############################################
scim-anthy-1.2.7/aclocal.m4-2618-	# Tru64's nm complains that /dev/null is an invalid object file
scim-anthy-1.2.7/aclocal.m4:2619:	case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
scim-anthy-1.2.7/aclocal.m4-2620-	*/dev/null* | *'Invalid file or object type'*)
##############################################
scim-anthy-1.2.7/aclocal.m4-2624-	*)
scim-anthy-1.2.7/aclocal.m4:2625:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
scim-anthy-1.2.7/aclocal.m4-2626-	  */dev/null*)
##############################################
scim-anthy-1.2.7/aclocal.m4-2989-    # ancient GNU ld didn't support --whole-archive et. al.
scim-anthy-1.2.7/aclocal.m4:2990:    if eval "`$CC -print-prog-name=ld` --help 2>&1" | \
scim-anthy-1.2.7/aclocal.m4-2991-	grep 'no-whole-archive' > /dev/null; then
##############################################
scim-anthy-1.2.7/aclocal.m4-3070-      # below for broken collect2 doesn't work under 4.3+
scim-anthy-1.2.7/aclocal.m4:3071:	collect2name=`${CC} -print-prog-name=collect2`
scim-anthy-1.2.7/aclocal.m4-3072-	if test -f "$collect2name" && \
##############################################
scim-anthy-1.2.7/aclocal.m4-3118-
scim-anthy-1.2.7/aclocal.m4:3119:      _LT_AC_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 "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
scim-anthy-1.2.7/aclocal.m4-3120-     else
##############################################
scim-anthy-1.2.7/aclocal.m4-3173-      # is EXPORTS), use it as is; otherwise, prepend...
scim-anthy-1.2.7/aclocal.m4:3174:      _LT_AC_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
scim-anthy-1.2.7/aclocal.m4-3175-	cp $export_symbols $output_objdir/$soname.def;
##############################################
scim-anthy-1.2.7/aclocal.m4-3206-         output_verbose_link_cmd='echo'
scim-anthy-1.2.7/aclocal.m4:3207:          _LT_AC_TAGVAR(archive_cmds, $1)='$CC -qmkshrobj ${wl}-single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $xlcverstring'
scim-anthy-1.2.7/aclocal.m4-3208-          _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
##############################################
scim-anthy-1.2.7/aclocal.m4-3274-      # dependencies.
scim-anthy-1.2.7/aclocal.m4:3275:      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 $list'
scim-anthy-1.2.7/aclocal.m4-3276-      ;;
##############################################
scim-anthy-1.2.7/aclocal.m4-3336-	# dependencies.
scim-anthy-1.2.7/aclocal.m4:3337:	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 $list'
scim-anthy-1.2.7/aclocal.m4-3338-	;;
##############################################
scim-anthy-1.2.7/aclocal.m4-3371-    # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
scim-anthy-1.2.7/aclocal.m4:3372:    _LT_AC_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'
scim-anthy-1.2.7/aclocal.m4:3373:    _LT_AC_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'
scim-anthy-1.2.7/aclocal.m4-3374-    ;;
##############################################
scim-anthy-1.2.7/aclocal.m4-3378-	# SGI C++
scim-anthy-1.2.7/aclocal.m4:3379:	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
scim-anthy-1.2.7/aclocal.m4-3380-
##############################################
scim-anthy-1.2.7/aclocal.m4-3389-	  if test "$with_gnu_ld" = no; then
scim-anthy-1.2.7/aclocal.m4:3390:	    _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
scim-anthy-1.2.7/aclocal.m4-3391-	  else
scim-anthy-1.2.7/aclocal.m4:3392:	    _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` -o $lib'
scim-anthy-1.2.7/aclocal.m4-3393-	  fi
##############################################
scim-anthy-1.2.7/aclocal.m4-3408-	# to its proper name (with version) after linking.
scim-anthy-1.2.7/aclocal.m4:3409:	_LT_AC_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'
scim-anthy-1.2.7/aclocal.m4:3410:	_LT_AC_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'
scim-anthy-1.2.7/aclocal.m4-3411-	# Commands to make compiler produce verbose output that lists
##############################################
scim-anthy-1.2.7/aclocal.m4-3418-	# dependencies.
scim-anthy-1.2.7/aclocal.m4:3419:	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 $list'
scim-anthy-1.2.7/aclocal.m4-3420-
##############################################
scim-anthy-1.2.7/aclocal.m4-3433-	# earlier do not add the objects themselves.
scim-anthy-1.2.7/aclocal.m4:3434:	case `$CC -V 2>&1` in
scim-anthy-1.2.7/aclocal.m4-3435-	*"Version 7."*)
##############################################
scim-anthy-1.2.7/aclocal.m4-3459-	_LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
scim-anthy-1.2.7/aclocal.m4:3460:	_LT_AC_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'
scim-anthy-1.2.7/aclocal.m4-3461-        ;;
##############################################
scim-anthy-1.2.7/aclocal.m4-3478-	# dependencies.
scim-anthy-1.2.7/aclocal.m4:3479:	output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld"`; templist=`echo $templist | $SED "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 $list'
scim-anthy-1.2.7/aclocal.m4-3480-	;;
scim-anthy-1.2.7/aclocal.m4-3481-      *)
scim-anthy-1.2.7/aclocal.m4:3482:	case `$CC -V 2>&1 | sed 5q` in
scim-anthy-1.2.7/aclocal.m4-3483-	*Sun\ C*)
##############################################
scim-anthy-1.2.7/aclocal.m4-3488-	  _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
scim-anthy-1.2.7/aclocal.m4:3489:	  _LT_AC_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'
scim-anthy-1.2.7/aclocal.m4-3490-
##############################################
scim-anthy-1.2.7/aclocal.m4-3546-      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
scim-anthy-1.2.7/aclocal.m4:3547:      if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
scim-anthy-1.2.7/aclocal.m4-3548-	_LT_AC_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'
##############################################
scim-anthy-1.2.7/aclocal.m4-3564-	# to its proper name (with version) after linking.
scim-anthy-1.2.7/aclocal.m4:3565:	_LT_AC_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'
scim-anthy-1.2.7/aclocal.m4-3566-
##############################################
scim-anthy-1.2.7/aclocal.m4-3581-	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
scim-anthy-1.2.7/aclocal.m4:3582:	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && echo ${wl}-set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
scim-anthy-1.2.7/aclocal.m4-3583-
##############################################
scim-anthy-1.2.7/aclocal.m4-3594-	# dependencies.
scim-anthy-1.2.7/aclocal.m4:3595:	output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld" | grep -v "ld:"`; templist=`echo $templist | $SED "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 $list'
scim-anthy-1.2.7/aclocal.m4-3596-	;;
##############################################
scim-anthy-1.2.7/aclocal.m4-3599-	  _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
scim-anthy-1.2.7/aclocal.m4:3600:	  _LT_AC_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 ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
scim-anthy-1.2.7/aclocal.m4-3601-
##############################################
scim-anthy-1.2.7/aclocal.m4-3624-	# to its proper name (with version) after linking.
scim-anthy-1.2.7/aclocal.m4:3625:	_LT_AC_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'
scim-anthy-1.2.7/aclocal.m4-3626-
##############################################
scim-anthy-1.2.7/aclocal.m4-3640-	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
scim-anthy-1.2.7/aclocal.m4:3641:	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
scim-anthy-1.2.7/aclocal.m4:3642:	_LT_AC_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
scim-anthy-1.2.7/aclocal.m4-3643-	  echo "-hidden">> $lib.exp~
scim-anthy-1.2.7/aclocal.m4:3644:	  $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 -set_version	$verstring` -update_registry ${output_objdir}/so_locations -o $lib~
scim-anthy-1.2.7/aclocal.m4-3645-	  $rm $lib.exp'
##############################################
scim-anthy-1.2.7/aclocal.m4-3657-	# dependencies.
scim-anthy-1.2.7/aclocal.m4:3658:	output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld" | grep -v "ld:"`; templist=`echo $templist | $SED "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 $list'
scim-anthy-1.2.7/aclocal.m4-3659-	;;
##############################################
scim-anthy-1.2.7/aclocal.m4-3662-	  _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
scim-anthy-1.2.7/aclocal.m4:3663:	 _LT_AC_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` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
scim-anthy-1.2.7/aclocal.m4-3664-
##############################################
scim-anthy-1.2.7/aclocal.m4-3813-    _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
scim-anthy-1.2.7/aclocal.m4:3814:    _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`'
scim-anthy-1.2.7/aclocal.m4-3815-    _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=':'
##############################################
scim-anthy-1.2.7/aclocal.m4-3937-  # eval without this substitution.
scim-anthy-1.2.7/aclocal.m4:3938:  output_verbose_link_cmd=`$echo "X$output_verbose_link_cmd" | $Xsed -e "$no_glob_subst"`
scim-anthy-1.2.7/aclocal.m4-3939-
scim-anthy-1.2.7/aclocal.m4:3940:  for p in `eval $output_verbose_link_cmd`; do
scim-anthy-1.2.7/aclocal.m4-3941-    case $p in
##############################################
scim-anthy-1.2.7/aclocal.m4-4015-if test -n "$_LT_AC_TAGVAR(compiler_lib_search_path, $1)"; then
scim-anthy-1.2.7/aclocal.m4:4016:  _LT_AC_TAGVAR(compiler_lib_search_dirs, $1)=`echo " ${_LT_AC_TAGVAR(compiler_lib_search_path, $1)}" | ${SED} -e 's! -L! !g' -e 's!^ !!'`
scim-anthy-1.2.7/aclocal.m4-4017-fi
##############################################
scim-anthy-1.2.7/aclocal.m4-4030-linux*)
scim-anthy-1.2.7/aclocal.m4:4031:  case `$CC -V 2>&1 | sed 5q` in
scim-anthy-1.2.7/aclocal.m4-4032-  *Sun\ C*)
##############################################
scim-anthy-1.2.7/aclocal.m4-4369-      # Double-quote double-evaled strings.
scim-anthy-1.2.7/aclocal.m4:4370:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
scim-anthy-1.2.7/aclocal.m4-4371-      ;;
scim-anthy-1.2.7/aclocal.m4-4372-    *)
scim-anthy-1.2.7/aclocal.m4:4373:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
scim-anthy-1.2.7/aclocal.m4-4374-      ;;
##############################################
scim-anthy-1.2.7/aclocal.m4-4379-  *'\[$]0 --fallback-echo"')
scim-anthy-1.2.7/aclocal.m4:4380:    lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\[$]0 --fallback-echo"[$]/[$]0 --fallback-echo"/'`
scim-anthy-1.2.7/aclocal.m4-4381-    ;;
##############################################
scim-anthy-1.2.7/aclocal.m4-4394-
scim-anthy-1.2.7/aclocal.m4:4395:# `$echo "$cfgfile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
scim-anthy-1.2.7/aclocal.m4-4396-# Generated automatically by $PROGRAM (GNU $PACKAGE $VERSION$TIMESTAMP)
##############################################
scim-anthy-1.2.7/aclocal.m4-4780-  # libtool script then.
scim-anthy-1.2.7/aclocal.m4:4781:  ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'`
scim-anthy-1.2.7/aclocal.m4-4782-  if test -f "$ltmain_in"; then
##############################################
scim-anthy-1.2.7/aclocal.m4-4886-# If we're using GNU nm, then use its standard symbol codes.
scim-anthy-1.2.7/aclocal.m4:4887:case `$NM -V 2>&1` in
scim-anthy-1.2.7/aclocal.m4-4888-*GNU* | *'with BFD'*)
##############################################
scim-anthy-1.2.7/aclocal.m4-4919-    nlist=conftest.nm
scim-anthy-1.2.7/aclocal.m4:4920:    if AC_TRY_EVAL(NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) && test -s "$nlist"; then
scim-anthy-1.2.7/aclocal.m4-4921-      # Try sorting and uniquifying the output.
##############################################
scim-anthy-1.2.7/aclocal.m4-5193-	  *)
scim-anthy-1.2.7/aclocal.m4:5194:	    case `$CC -V 2>&1 | sed 5q` in
scim-anthy-1.2.7/aclocal.m4-5195-	    *Sun\ C*)
##############################################
scim-anthy-1.2.7/aclocal.m4-5452-      *)
scim-anthy-1.2.7/aclocal.m4:5453:        case `$CC -V 2>&1 | sed 5q` in
scim-anthy-1.2.7/aclocal.m4-5454-	*Sun\ C*)
##############################################
scim-anthy-1.2.7/aclocal.m4-5679-    supports_anon_versioning=no
scim-anthy-1.2.7/aclocal.m4:5680:    case `$LD -v 2>/dev/null` in
scim-anthy-1.2.7/aclocal.m4-5681-      *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.10.*) ;; # catch versions < 2.11
##############################################
scim-anthy-1.2.7/aclocal.m4-5743-	# is EXPORTS), use it as is; otherwise, prepend...
scim-anthy-1.2.7/aclocal.m4:5744:	_LT_AC_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
scim-anthy-1.2.7/aclocal.m4-5745-	  cp $export_symbols $output_objdir/$soname.def;
##############################################
scim-anthy-1.2.7/aclocal.m4-5766-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
scim-anthy-1.2.7/aclocal.m4:5767:      _LT_AC_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'
scim-anthy-1.2.7/aclocal.m4:5768:      _LT_AC_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'
scim-anthy-1.2.7/aclocal.m4-5769-      ;;
##############################################
scim-anthy-1.2.7/aclocal.m4-5775-	pgcc*)				# Portland Group C compiler
scim-anthy-1.2.7/aclocal.m4:5776:	  _LT_AC_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'
scim-anthy-1.2.7/aclocal.m4-5777-	  tmp_addflag=' $pic_flag'
##############################################
scim-anthy-1.2.7/aclocal.m4-5779-	pgf77* | pgf90* | pgf95*)	# Portland Group f77 and f90 compilers
scim-anthy-1.2.7/aclocal.m4:5780:	  _LT_AC_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'
scim-anthy-1.2.7/aclocal.m4-5781-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
scim-anthy-1.2.7/aclocal.m4-5788-	esac
scim-anthy-1.2.7/aclocal.m4:5789:	case `$CC -V 2>&1 | sed 5q` in
scim-anthy-1.2.7/aclocal.m4-5790-	*Sun\ C*)			# Sun C 5.9
scim-anthy-1.2.7/aclocal.m4:5791:	  _LT_AC_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'
scim-anthy-1.2.7/aclocal.m4-5792-	  tmp_sharedflag='-G' ;;
##############################################
scim-anthy-1.2.7/aclocal.m4-5843-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
scim-anthy-1.2.7/aclocal.m4:5844:      case `$LD -v 2>&1` in
scim-anthy-1.2.7/aclocal.m4-5845-        *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*)
##############################################
scim-anthy-1.2.7/aclocal.m4-5859-	  if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
scim-anthy-1.2.7/aclocal.m4:5860:	    _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='`test -z "$SCOABSPATH" && echo ${wl}-rpath,$libdir`'
scim-anthy-1.2.7/aclocal.m4-5861-	    _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib'
##############################################
scim-anthy-1.2.7/aclocal.m4-5958-	# below for broken collect2 doesn't work under 4.3+
scim-anthy-1.2.7/aclocal.m4:5959:	  collect2name=`${CC} -print-prog-name=collect2`
scim-anthy-1.2.7/aclocal.m4-5960-	  if test -f "$collect2name" && \
##############################################
scim-anthy-1.2.7/aclocal.m4-6005-       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
scim-anthy-1.2.7/aclocal.m4:6006:	_LT_AC_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 "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
scim-anthy-1.2.7/aclocal.m4-6007-       else
##############################################
scim-anthy-1.2.7/aclocal.m4-6052-      # FIXME: Setting linknames here is a bad hack.
scim-anthy-1.2.7/aclocal.m4:6053:      _LT_AC_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames='
scim-anthy-1.2.7/aclocal.m4-6054-      # The linker will automatically build a .lib file if we build a DLL.
##############################################
scim-anthy-1.2.7/aclocal.m4-6057-      _LT_AC_TAGVAR(old_archive_cmds, $1)='lib -OUT:$oldlib$oldobjs$old_deplibs'
scim-anthy-1.2.7/aclocal.m4:6058:      _LT_AC_TAGVAR(fix_srcfile_path, $1)='`cygpath -w "$srcfile"`'
scim-anthy-1.2.7/aclocal.m4-6059-      _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
##############################################
scim-anthy-1.2.7/aclocal.m4-6097-         output_verbose_link_cmd='echo'
scim-anthy-1.2.7/aclocal.m4:6098:         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $xlcverstring'
scim-anthy-1.2.7/aclocal.m4-6099-         _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
##############################################
scim-anthy-1.2.7/aclocal.m4-6232-      if test "$GCC" = yes; then
scim-anthy-1.2.7/aclocal.m4:6233:	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
scim-anthy-1.2.7/aclocal.m4-6234-      else
scim-anthy-1.2.7/aclocal.m4:6235:	_LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
scim-anthy-1.2.7/aclocal.m4-6236-	_LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='-rpath $libdir'
##############################################
scim-anthy-1.2.7/aclocal.m4-6265-	_LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
scim-anthy-1.2.7/aclocal.m4:6266:	if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
scim-anthy-1.2.7/aclocal.m4-6267-	  _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
scim-anthy-1.2.7/aclocal.m4-6298-	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
scim-anthy-1.2.7/aclocal.m4:6299:	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
scim-anthy-1.2.7/aclocal.m4-6300-      else
scim-anthy-1.2.7/aclocal.m4-6301-	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
scim-anthy-1.2.7/aclocal.m4:6302:	_LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
scim-anthy-1.2.7/aclocal.m4-6303-      fi
##############################################
scim-anthy-1.2.7/aclocal.m4-6310-	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
scim-anthy-1.2.7/aclocal.m4:6311:	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
scim-anthy-1.2.7/aclocal.m4-6312-	_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
##############################################
scim-anthy-1.2.7/aclocal.m4-6314-	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
scim-anthy-1.2.7/aclocal.m4:6315:	_LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
scim-anthy-1.2.7/aclocal.m4:6316:	_LT_AC_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~
scim-anthy-1.2.7/aclocal.m4:6317:	$LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib~$rm $lib.exp'
scim-anthy-1.2.7/aclocal.m4-6318-
##############################################
scim-anthy-1.2.7/aclocal.m4-6434-      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
scim-anthy-1.2.7/aclocal.m4:6435:      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`'
scim-anthy-1.2.7/aclocal.m4-6436-      _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=':'
##############################################
scim-anthy-1.2.7/aclocal.m4-6499-        _LT_AC_TAGVAR(allow_undefined_flag, $1)=
scim-anthy-1.2.7/aclocal.m4:6500:        if AC_TRY_EVAL(_LT_AC_TAGVAR(archive_cmds, $1) 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1)
scim-anthy-1.2.7/aclocal.m4-6501-        then
##############################################
scim-anthy-1.2.7/aclocal.m4-6660-    test $lt_ac_count -gt 10 && break
scim-anthy-1.2.7/aclocal.m4:6661:    lt_ac_count=`expr $lt_ac_count + 1`
scim-anthy-1.2.7/aclocal.m4-6662-    if test $lt_ac_count -gt $lt_ac_max; then
##############################################
scim-anthy-1.2.7/aclocal.m4-7027-    ac_nlist=conftest.nm
scim-anthy-1.2.7/aclocal.m4:7028:    if AC_TRY_EVAL(NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $ac_nlist) && test -s "$ac_nlist"; then
scim-anthy-1.2.7/aclocal.m4-7029-      # See whether the symbols have a leading underscore.
##############################################
scim-anthy-1.2.7/aclocal.m4-7165-        PKG_CHECK_EXISTS([$3],
scim-anthy-1.2.7/aclocal.m4:7166:                         [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`],
scim-anthy-1.2.7/aclocal.m4-7167-			 [pkg_failed=yes])
##############################################
scim-anthy-1.2.7/aclocal.m4-7213-        if test $_pkg_short_errors_supported = yes; then
scim-anthy-1.2.7/aclocal.m4:7214:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$2"`
scim-anthy-1.2.7/aclocal.m4-7215-        else 
scim-anthy-1.2.7/aclocal.m4:7216:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$2"`
scim-anthy-1.2.7/aclocal.m4-7217-        fi
##############################################
scim-anthy-1.2.7/aclocal.m4-7296-# $ac_aux_dir to `$srcdir/foo'.  In other projects, it is set to
scim-anthy-1.2.7/aclocal.m4:7297:# `$srcdir', `$srcdir/..', or `$srcdir/../..'.
scim-anthy-1.2.7/aclocal.m4-7298-#
##############################################
scim-anthy-1.2.7/aclocal.m4-7320-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
scim-anthy-1.2.7/aclocal.m4:7321:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
scim-anthy-1.2.7/aclocal.m4-7322-# and then we would define $MISSING as
##############################################
scim-anthy-1.2.7/aclocal.m4-7336-# expand $ac_aux_dir to an absolute path
scim-anthy-1.2.7/aclocal.m4:7337:am_aux_dir=`cd $ac_aux_dir && pwd`
scim-anthy-1.2.7/aclocal.m4-7338-])
##############################################
scim-anthy-1.2.7/aclocal.m4-7436-  if test "$am_compiler_list" = ""; then
scim-anthy-1.2.7/aclocal.m4:7437:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
scim-anthy-1.2.7/aclocal.m4-7438-  fi
##############################################
scim-anthy-1.2.7/aclocal.m4-7548-  # Strip MF so we end up with the name of the file.
scim-anthy-1.2.7/aclocal.m4:7549:  mf=`echo "$mf" | sed -e 's/:.*$//'`
scim-anthy-1.2.7/aclocal.m4-7550-  # Check whether this is an Automake generated Makefile or not.
##############################################
scim-anthy-1.2.7/aclocal.m4-7557-  if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
scim-anthy-1.2.7/aclocal.m4:7558:    dirpart=`AS_DIRNAME("$mf")`
scim-anthy-1.2.7/aclocal.m4-7559-  else
##############################################
scim-anthy-1.2.7/aclocal.m4-7563-  # from the Makefile without running `make'.
scim-anthy-1.2.7/aclocal.m4:7564:  DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
scim-anthy-1.2.7/aclocal.m4-7565-  test -z "$DEPDIR" && continue
scim-anthy-1.2.7/aclocal.m4:7566:  am__include=`sed -n 's/^am__include = //p' < "$mf"`
scim-anthy-1.2.7/aclocal.m4-7567-  test -z "am__include" && continue
scim-anthy-1.2.7/aclocal.m4:7568:  am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
scim-anthy-1.2.7/aclocal.m4-7569-  # When using ansi2knr, U may be empty or an underscore; expand it
scim-anthy-1.2.7/aclocal.m4:7570:  U=`sed -n 's/^U = //p' < "$mf"`
scim-anthy-1.2.7/aclocal.m4-7571-  # Find all dependency output files, they are included files with
##############################################
scim-anthy-1.2.7/aclocal.m4-7579-    test -f "$dirpart/$file" && continue
scim-anthy-1.2.7/aclocal.m4:7580:    fdir=`AS_DIRNAME(["$file"])`
scim-anthy-1.2.7/aclocal.m4-7581-    AS_MKDIR_P([$dirpart/$fdir])
##############################################
scim-anthy-1.2.7/aclocal.m4-7645-AC_REQUIRE([AC_PROG_INSTALL])dnl
scim-anthy-1.2.7/aclocal.m4:7646:if test "`cd $srcdir && pwd`" != "`pwd`"; then
scim-anthy-1.2.7/aclocal.m4-7647-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
scim-anthy-1.2.7/aclocal.m4-7734-    * )
scim-anthy-1.2.7/aclocal.m4:7735:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
scim-anthy-1.2.7/aclocal.m4-7736-  esac
scim-anthy-1.2.7/aclocal.m4-7737-done
scim-anthy-1.2.7/aclocal.m4:7738:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
scim-anthy-1.2.7/aclocal.m4-7739-
##############################################
scim-anthy-1.2.7/aclocal.m4-7806-# case it prints its new name instead of `make'.
scim-anthy-1.2.7/aclocal.m4:7807:if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
scim-anthy-1.2.7/aclocal.m4-7808-   am__include=include
##############################################
scim-anthy-1.2.7/aclocal.m4-7814-   echo '.include "confinc"' > confmf
scim-anthy-1.2.7/aclocal.m4:7815:   if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
scim-anthy-1.2.7/aclocal.m4-7816-      am__include=.include
##############################################
scim-anthy-1.2.7/aclocal.m4-7945-if (
scim-anthy-1.2.7/aclocal.m4:7946:   set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
scim-anthy-1.2.7/aclocal.m4-7947-   if test "$[*]" = "X"; then
scim-anthy-1.2.7/aclocal.m4-7948-      # -L didn't work.
scim-anthy-1.2.7/aclocal.m4:7949:      set X `ls -t $srcdir/configure conftest.file`
scim-anthy-1.2.7/aclocal.m4-7950-   fi
##############################################
scim-anthy-1.2.7/Makefile.in-333-	dot_seen=no; \
scim-anthy-1.2.7/Makefile.in:334:	target=`echo $@ | sed s/-recursive//`; \
scim-anthy-1.2.7/Makefile.in-335-	list='$(SUBDIRS)'; for subdir in $$list; do \
##############################################
scim-anthy-1.2.7/Makefile.in-368-	rev="$$rev ."; \
scim-anthy-1.2.7/Makefile.in:369:	target=`echo $@ | sed s/-recursive//`; \
scim-anthy-1.2.7/Makefile.in-370-	for subdir in $$rev; do \
##############################################
scim-anthy-1.2.7/Makefile.in-441-GTAGS:
scim-anthy-1.2.7/Makefile.in:442:	here=`$(am__cd) $(top_builddir) && pwd` \
scim-anthy-1.2.7/Makefile.in-443-	  && cd $(top_srcdir) \
##############################################
scim-anthy-1.2.7/Makefile.in-451-	test -d $(distdir) || mkdir $(distdir)
scim-anthy-1.2.7/Makefile.in:452:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
scim-anthy-1.2.7/Makefile.in:453:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
scim-anthy-1.2.7/Makefile.in-454-	list='$(DISTFILES)'; \
##############################################
scim-anthy-1.2.7/Makefile.in-465-	  if test -d $$d/$$file; then \
scim-anthy-1.2.7/Makefile.in:466:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
scim-anthy-1.2.7/Makefile.in-467-	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
##############################################
scim-anthy-1.2.7/Makefile.in-481-	    || exit 1; \
scim-anthy-1.2.7/Makefile.in:482:	    distdir=`$(am__cd) $(distdir) && pwd`; \
scim-anthy-1.2.7/Makefile.in:483:	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
scim-anthy-1.2.7/Makefile.in-484-	    (cd $$subdir && \
##############################################
scim-anthy-1.2.7/Makefile.in-549-	chmod a-w $(distdir)
scim-anthy-1.2.7/Makefile.in:550:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
scim-anthy-1.2.7/Makefile.in-551-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
scim-anthy-1.2.7/Makefile.in-581-	@cd $(distuninstallcheck_dir) \
scim-anthy-1.2.7/Makefile.in:582:	&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
scim-anthy-1.2.7/Makefile.in-583-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
scim-anthy-1.2.7/Makefile.in-593-	fi
scim-anthy-1.2.7/Makefile.in:594:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
scim-anthy-1.2.7/Makefile.in-595-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
scim-anthy-1.2.7/intl/libgnuintl.h.in-118-extern char *gettext (const char *__msgid)
scim-anthy-1.2.7/intl/libgnuintl.h.in:119:       _INTL_ASM (libintl_gettext);
scim-anthy-1.2.7/intl/libgnuintl.h.in-120-#endif
##############################################
scim-anthy-1.2.7/intl/libgnuintl.h.in-134-extern char *dgettext (const char *__domainname, const char *__msgid)
scim-anthy-1.2.7/intl/libgnuintl.h.in:135:       _INTL_ASM (libintl_dgettext);
scim-anthy-1.2.7/intl/libgnuintl.h.in-136-#endif
##############################################
scim-anthy-1.2.7/intl/libgnuintl.h.in-153-			int __category)
scim-anthy-1.2.7/intl/libgnuintl.h.in:154:       _INTL_ASM (libintl_dcgettext);
scim-anthy-1.2.7/intl/libgnuintl.h.in-155-#endif
##############################################
scim-anthy-1.2.7/intl/libgnuintl.h.in-173-		       unsigned long int __n)
scim-anthy-1.2.7/intl/libgnuintl.h.in:174:       _INTL_ASM (libintl_ngettext);
scim-anthy-1.2.7/intl/libgnuintl.h.in-175-#endif
##############################################
scim-anthy-1.2.7/intl/libgnuintl.h.in-193-			unsigned long int __n)
scim-anthy-1.2.7/intl/libgnuintl.h.in:194:       _INTL_ASM (libintl_dngettext);
scim-anthy-1.2.7/intl/libgnuintl.h.in-195-#endif
##############################################
scim-anthy-1.2.7/intl/libgnuintl.h.in-215-			 unsigned long int __n, int __category)
scim-anthy-1.2.7/intl/libgnuintl.h.in:216:       _INTL_ASM (libintl_dcngettext);
scim-anthy-1.2.7/intl/libgnuintl.h.in-217-#endif
##############################################
scim-anthy-1.2.7/intl/libgnuintl.h.in-233-extern char *textdomain (const char *__domainname)
scim-anthy-1.2.7/intl/libgnuintl.h.in:234:       _INTL_ASM (libintl_textdomain);
scim-anthy-1.2.7/intl/libgnuintl.h.in-235-#endif
##############################################
scim-anthy-1.2.7/intl/libgnuintl.h.in-251-extern char *bindtextdomain (const char *__domainname, const char *__dirname)
scim-anthy-1.2.7/intl/libgnuintl.h.in:252:       _INTL_ASM (libintl_bindtextdomain);
scim-anthy-1.2.7/intl/libgnuintl.h.in-253-#endif
##############################################
scim-anthy-1.2.7/intl/libgnuintl.h.in-270-				      const char *__codeset)
scim-anthy-1.2.7/intl/libgnuintl.h.in:271:       _INTL_ASM (libintl_bind_textdomain_codeset);
scim-anthy-1.2.7/intl/libgnuintl.h.in-272-#endif
##############################################
scim-anthy-1.2.7/intl/config.charset-116-host="$1"
scim-anthy-1.2.7/intl/config.charset:117:os=`echo "$host" | sed -e 's/^[^-]*-[^-]*-\(.*\)$/\1/'`
scim-anthy-1.2.7/intl/config.charset-118-echo "# This file contains a table of character encoding aliases,"
##############################################
scim-anthy-1.2.7/intl/Makefile.in-264-	  if test "@RELOCATABLE@" = yes; then \
scim-anthy-1.2.7/intl/Makefile.in:265:	    dependencies=`sed -n -e 's,^dependency_libs=\(.*\),\1,p' < $(DESTDIR)$(libdir)/libintl.la | sed -e "s,^',," -e "s,'\$$,,"`; \
scim-anthy-1.2.7/intl/Makefile.in-266-	    if test -n "$$dependencies"; then \
##############################################
scim-anthy-1.2.7/config.rpath-48-host="$1"
scim-anthy-1.2.7/config.rpath:49:host_cpu=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
scim-anthy-1.2.7/config.rpath:50:host_vendor=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
scim-anthy-1.2.7/config.rpath:51:host_os=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
scim-anthy-1.2.7/config.rpath-52-
##############################################
scim-anthy-1.2.7/config.rpath-223-        case $host_os in aix4.[012]|aix4.[012].*)
scim-anthy-1.2.7/config.rpath:224:          collect2name=`${CC} -print-prog-name=collect2`
scim-anthy-1.2.7/config.rpath-225-          if test -f "$collect2name" && \
##############################################
scim-anthy-1.2.7/config.rpath-350-      hardcode_direct=yes
scim-anthy-1.2.7/config.rpath:351:      if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
scim-anthy-1.2.7/config.rpath-352-        hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
##############################################
scim-anthy-1.2.7/config.rpath-517-sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
scim-anthy-1.2.7/config.rpath:518:escaped_wl=`echo "X$wl" | sed -e 's/^X//' -e "$sed_quote_subst"`
scim-anthy-1.2.7/config.rpath:519:shlibext=`echo "$shrext" | sed -e 's,^\.,,'`
scim-anthy-1.2.7/config.rpath:520:escaped_hardcode_libdir_flag_spec=`echo "X$hardcode_libdir_flag_spec" | sed -e 's/^X//' -e "$sed_quote_subst"`
scim-anthy-1.2.7/config.rpath-521-
##############################################
scim-anthy-1.2.7/data/Makefile.in-59-DIST_SOURCES =
scim-anthy-1.2.7/data/Makefile.in:60:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
scim-anthy-1.2.7/data/Makefile.in-61-am__vpath_adj = case $$p in \
scim-anthy-1.2.7/data/Makefile.in:62:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
scim-anthy-1.2.7/data/Makefile.in-63-    *) f=$$p;; \
scim-anthy-1.2.7/data/Makefile.in-64-  esac;
scim-anthy-1.2.7/data/Makefile.in:65:am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
scim-anthy-1.2.7/data/Makefile.in-66-am__installdirs = "$(DESTDIR)$(icondir)" "$(DESTDIR)$(styledir)"
##############################################
scim-anthy-1.2.7/data/Makefile.in-335-distdir: $(DISTFILES)
scim-anthy-1.2.7/data/Makefile.in:336:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
scim-anthy-1.2.7/data/Makefile.in:337:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
scim-anthy-1.2.7/data/Makefile.in-338-	list='$(DISTFILES)'; \
##############################################
scim-anthy-1.2.7/data/Makefile.in-349-	  if test -d $$d/$$file; then \
scim-anthy-1.2.7/data/Makefile.in:350:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
scim-anthy-1.2.7/data/Makefile.in-351-	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
##############################################
scim-anthy-1.2.7/config.sub-56-
scim-anthy-1.2.7/config.sub:57:me=`echo "$0" | sed -e 's,.*/,,'`
scim-anthy-1.2.7/config.sub-58-
##############################################
scim-anthy-1.2.7/config.sub-120-# Here we must recognize all the valid KERNEL-OS combinations.
scim-anthy-1.2.7/config.sub:121:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
scim-anthy-1.2.7/config.sub-122-case $maybe_os in
##############################################
scim-anthy-1.2.7/config.sub-126-    os=-$maybe_os
scim-anthy-1.2.7/config.sub:127:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
scim-anthy-1.2.7/config.sub-128-    ;;
scim-anthy-1.2.7/config.sub-129-  *)
scim-anthy-1.2.7/config.sub:130:    basic_machine=`echo $1 | sed 's/-[^-]*$//'`
scim-anthy-1.2.7/config.sub-131-    if [ $basic_machine != $1 ]
scim-anthy-1.2.7/config.sub:132:    then os=`echo $1 | sed 's/.*-/-/'`
scim-anthy-1.2.7/config.sub-133-    else os=; fi
##############################################
scim-anthy-1.2.7/config.sub-177-		os=-sco5v6
scim-anthy-1.2.7/config.sub:178:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
scim-anthy-1.2.7/config.sub-179-		;;
##############################################
scim-anthy-1.2.7/config.sub-181-		os=-sco3.2v5
scim-anthy-1.2.7/config.sub:182:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
scim-anthy-1.2.7/config.sub-183-		;;
##############################################
scim-anthy-1.2.7/config.sub-185-		os=-sco3.2v4
scim-anthy-1.2.7/config.sub:186:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
scim-anthy-1.2.7/config.sub-187-		;;
scim-anthy-1.2.7/config.sub-188-	-sco3.2.[4-9]*)
scim-anthy-1.2.7/config.sub:189:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
scim-anthy-1.2.7/config.sub:190:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
scim-anthy-1.2.7/config.sub-191-		;;
##############################################
scim-anthy-1.2.7/config.sub-193-		# Don't forget version if it is 3.2v4 or newer.
scim-anthy-1.2.7/config.sub:194:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
scim-anthy-1.2.7/config.sub-195-		;;
##############################################
scim-anthy-1.2.7/config.sub-197-		# Don't forget version if it is 3.2v4 or newer.
scim-anthy-1.2.7/config.sub:198:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
scim-anthy-1.2.7/config.sub-199-		;;
##############################################
scim-anthy-1.2.7/config.sub-201-		os=-sco3.2v2
scim-anthy-1.2.7/config.sub:202:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
scim-anthy-1.2.7/config.sub-203-		;;
scim-anthy-1.2.7/config.sub-204-	-udk*)
scim-anthy-1.2.7/config.sub:205:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
scim-anthy-1.2.7/config.sub-206-		;;
##############################################
scim-anthy-1.2.7/config.sub-208-		os=-isc2.2
scim-anthy-1.2.7/config.sub:209:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
scim-anthy-1.2.7/config.sub-210-		;;
##############################################
scim-anthy-1.2.7/config.sub-214-	-isc*)
scim-anthy-1.2.7/config.sub:215:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
scim-anthy-1.2.7/config.sub-216-		;;
##############################################
scim-anthy-1.2.7/config.sub-220-	-ptx*)
scim-anthy-1.2.7/config.sub:221:		basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'`
scim-anthy-1.2.7/config.sub-222-		;;
scim-anthy-1.2.7/config.sub-223-	-windowsnt*)
scim-anthy-1.2.7/config.sub:224:		os=`echo $os | sed -e 's/windowsnt/winnt/'`
scim-anthy-1.2.7/config.sub-225-		;;
##############################################
scim-anthy-1.2.7/config.sub-310-	*-*-*)
scim-anthy-1.2.7/config.sub:311:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
scim-anthy-1.2.7/config.sub-312-		exit 1
##############################################
scim-anthy-1.2.7/config.sub-412-	amd64-*)
scim-anthy-1.2.7/config.sub:413:		basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'`
scim-anthy-1.2.7/config.sub-414-		;;
##############################################
scim-anthy-1.2.7/config.sub-633-	i*86v32)
scim-anthy-1.2.7/config.sub:634:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
scim-anthy-1.2.7/config.sub-635-		os=-sysv32
##############################################
scim-anthy-1.2.7/config.sub-637-	i*86v4*)
scim-anthy-1.2.7/config.sub:638:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
scim-anthy-1.2.7/config.sub-639-		os=-sysv4
##############################################
scim-anthy-1.2.7/config.sub-641-	i*86v)
scim-anthy-1.2.7/config.sub:642:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
scim-anthy-1.2.7/config.sub-643-		os=-sysv
##############################################
scim-anthy-1.2.7/config.sub-645-	i*86sol2)
scim-anthy-1.2.7/config.sub:646:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
scim-anthy-1.2.7/config.sub-647-		os=-solaris2
##############################################
scim-anthy-1.2.7/config.sub-693-	mips3*-*)
scim-anthy-1.2.7/config.sub:694:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
scim-anthy-1.2.7/config.sub-695-		;;
scim-anthy-1.2.7/config.sub-696-	mips3*)
scim-anthy-1.2.7/config.sub:697:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
scim-anthy-1.2.7/config.sub-698-		;;
##############################################
scim-anthy-1.2.7/config.sub-711-	ms1-*)
scim-anthy-1.2.7/config.sub:712:		basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'`
scim-anthy-1.2.7/config.sub-713-		;;
##############################################
scim-anthy-1.2.7/config.sub-824-	pc98-*)
scim-anthy-1.2.7/config.sub:825:		basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'`
scim-anthy-1.2.7/config.sub-826-		;;
##############################################
scim-anthy-1.2.7/config.sub-839-	pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
scim-anthy-1.2.7/config.sub:840:		basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
scim-anthy-1.2.7/config.sub-841-		;;
scim-anthy-1.2.7/config.sub-842-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
scim-anthy-1.2.7/config.sub:843:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
scim-anthy-1.2.7/config.sub-844-		;;
scim-anthy-1.2.7/config.sub-845-	pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
scim-anthy-1.2.7/config.sub:846:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
scim-anthy-1.2.7/config.sub-847-		;;
scim-anthy-1.2.7/config.sub-848-	pentium4-*)
scim-anthy-1.2.7/config.sub:849:		basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'`
scim-anthy-1.2.7/config.sub-850-		;;
##############################################
scim-anthy-1.2.7/config.sub-857-		;;
scim-anthy-1.2.7/config.sub:858:	ppc-*)	basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
scim-anthy-1.2.7/config.sub-859-		;;
##############################################
scim-anthy-1.2.7/config.sub-863-	ppcle-* | powerpclittle-*)
scim-anthy-1.2.7/config.sub:864:		basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
scim-anthy-1.2.7/config.sub-865-		;;
##############################################
scim-anthy-1.2.7/config.sub-867-		;;
scim-anthy-1.2.7/config.sub:868:	ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
scim-anthy-1.2.7/config.sub-869-		;;
##############################################
scim-anthy-1.2.7/config.sub-873-	ppc64le-* | powerpc64little-*)
scim-anthy-1.2.7/config.sub:874:		basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'`
scim-anthy-1.2.7/config.sub-875-		;;
##############################################
scim-anthy-1.2.7/config.sub-1157-	*)
scim-anthy-1.2.7/config.sub:1158:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
scim-anthy-1.2.7/config.sub-1159-		exit 1
##############################################
scim-anthy-1.2.7/config.sub-1165-	*-digital*)
scim-anthy-1.2.7/config.sub:1166:		basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'`
scim-anthy-1.2.7/config.sub-1167-		;;
scim-anthy-1.2.7/config.sub-1168-	*-commodore*)
scim-anthy-1.2.7/config.sub:1169:		basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'`
scim-anthy-1.2.7/config.sub-1170-		;;
##############################################
scim-anthy-1.2.7/config.sub-1183-	-solaris1 | -solaris1.*)
scim-anthy-1.2.7/config.sub:1184:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
scim-anthy-1.2.7/config.sub-1185-		;;
##############################################
scim-anthy-1.2.7/config.sub-1195-	-gnu/linux*)
scim-anthy-1.2.7/config.sub:1196:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
scim-anthy-1.2.7/config.sub-1197-		;;
##############################################
scim-anthy-1.2.7/config.sub-1239-	-nto*)
scim-anthy-1.2.7/config.sub:1240:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
scim-anthy-1.2.7/config.sub-1241-		;;
##############################################
scim-anthy-1.2.7/config.sub-1246-	-mac*)
scim-anthy-1.2.7/config.sub:1247:		os=`echo $os | sed -e 's|mac|macos|'`
scim-anthy-1.2.7/config.sub-1248-		;;
##############################################
scim-anthy-1.2.7/config.sub-1252-	-linux*)
scim-anthy-1.2.7/config.sub:1253:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
scim-anthy-1.2.7/config.sub-1254-		;;
scim-anthy-1.2.7/config.sub-1255-	-sunos5*)
scim-anthy-1.2.7/config.sub:1256:		os=`echo $os | sed -e 's|sunos5|solaris2|'`
scim-anthy-1.2.7/config.sub-1257-		;;
scim-anthy-1.2.7/config.sub-1258-	-sunos6*)
scim-anthy-1.2.7/config.sub:1259:		os=`echo $os | sed -e 's|sunos6|solaris3|'`
scim-anthy-1.2.7/config.sub-1260-		;;
##############################################
scim-anthy-1.2.7/config.sub-1307-	-sinix5.*)
scim-anthy-1.2.7/config.sub:1308:		os=`echo $os | sed -e 's|sinix|sysv|'`
scim-anthy-1.2.7/config.sub-1309-		;;
##############################################
scim-anthy-1.2.7/config.sub-1358-		# Get rid of the `-' at the beginning of $os.
scim-anthy-1.2.7/config.sub:1359:		os=`echo $os | sed 's/[^-]*-//'`
scim-anthy-1.2.7/config.sub:1360:		echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
scim-anthy-1.2.7/config.sub-1361-		exit 1
##############################################
scim-anthy-1.2.7/config.sub-1609-		esac
scim-anthy-1.2.7/config.sub:1610:		basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
scim-anthy-1.2.7/config.sub-1611-		;;
##############################################
scim-anthy-1.2.7/.pc/gtk3.patch/configure.ac-124-
scim-anthy-1.2.7/.pc/gtk3.patch/configure.ac:125:SCIM_DATADIR=`$PKG_CONFIG --variable=scimdatadir scim`
scim-anthy-1.2.7/.pc/gtk3.patch/configure.ac:126:SCIM_ICONDIR=`$PKG_CONFIG --variable=icondir scim`
scim-anthy-1.2.7/.pc/gtk3.patch/configure.ac:127:SCIM_MODULEDIR=`$PKG_CONFIG --variable=moduledir scim`
scim-anthy-1.2.7/.pc/gtk3.patch/configure.ac-128-
##############################################
scim-anthy-1.2.7/configure.ac-113-
scim-anthy-1.2.7/configure.ac:114:SCIM_DATADIR=`$PKG_CONFIG --variable=scimdatadir scim`
scim-anthy-1.2.7/configure.ac:115:SCIM_ICONDIR=`$PKG_CONFIG --variable=icondir scim`
scim-anthy-1.2.7/configure.ac:116:SCIM_MODULEDIR=`$PKG_CONFIG --variable=moduledir scim`
scim-anthy-1.2.7/configure.ac-117-