=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== enchant-1.6.0/config.guess-40- enchant-1.6.0/config.guess:41:me=`echo "$0" | sed -e 's,.*/,,'` enchant-1.6.0/config.guess-42- ############################################## enchant-1.6.0/config.guess-109-: ${TMPDIR=/tmp} ; enchant-1.6.0/config.guess:110: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } || enchant-1.6.0/config.guess-111- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } || ############################################## enchant-1.6.0/config.guess-195- *) enchant-1.6.0/config.guess:196: release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'` enchant-1.6.0/config.guess-197- ;; ############################################## enchant-1.6.0/config.guess-222- *4.0) enchant-1.6.0/config.guess:223: UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'` enchant-1.6.0/config.guess-224- ;; enchant-1.6.0/config.guess-225- *5.*) enchant-1.6.0/config.guess:226: UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'` enchant-1.6.0/config.guess-227- ;; ############################################## enchant-1.6.0/config.guess-232- # types through head -n 1, so we only detect the type of CPU 0. enchant-1.6.0/config.guess:233: ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^ The alpha \(.*\) processor.*$/\1/p' | head -n 1` enchant-1.6.0/config.guess-234- case "$ALPHA_CPU_TYPE" in ############################################## enchant-1.6.0/config.guess-270- # 1.2 uses "1.2" for uname -r. enchant-1.6.0/config.guess:271: echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'` enchant-1.6.0/config.guess-272- exit ;; ############################################## enchant-1.6.0/config.guess-327- s390x:SunOS:*:*) enchant-1.6.0/config.guess:328: echo ${UNAME_MACHINE}-ibm-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` enchant-1.6.0/config.guess-329- exit ;; enchant-1.6.0/config.guess-330- sun4H:SunOS:5.*:*) enchant-1.6.0/config.guess:331: echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` enchant-1.6.0/config.guess-332- exit ;; enchant-1.6.0/config.guess-333- sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*) enchant-1.6.0/config.guess:334: echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` enchant-1.6.0/config.guess-335- exit ;; ############################################## enchant-1.6.0/config.guess-352- fi enchant-1.6.0/config.guess:353: echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` enchant-1.6.0/config.guess-354- exit ;; ############################################## enchant-1.6.0/config.guess-358- # it's likely to be more like Solaris than SunOS4. enchant-1.6.0/config.guess:359: echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` enchant-1.6.0/config.guess-360- exit ;; ############################################## enchant-1.6.0/config.guess-367- # Japanese Language versions have a version number like `4.1.3-JL'. enchant-1.6.0/config.guess:368: echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'` enchant-1.6.0/config.guess-369- exit ;; ############################################## enchant-1.6.0/config.guess-373- sun*:*:4.2BSD:*) enchant-1.6.0/config.guess:374: UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null` enchant-1.6.0/config.guess-375- test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3 ############################################## enchant-1.6.0/config.guess-455- $CC_FOR_BUILD -o $dummy $dummy.c && enchant-1.6.0/config.guess:456: dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` && enchant-1.6.0/config.guess:457: SYSTEM_NAME=`$dummy $dummyarg` && enchant-1.6.0/config.guess-458- { echo "$SYSTEM_NAME"; exit; } ############################################## enchant-1.6.0/config.guess-511- *:IRIX*:*:*) enchant-1.6.0/config.guess:512: echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'` enchant-1.6.0/config.guess-513- exit ;; ############################################## enchant-1.6.0/config.guess-541-EOF enchant-1.6.0/config.guess:542: if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` enchant-1.6.0/config.guess-543- then ############################################## enchant-1.6.0/config.guess-554- *:AIX:*:[456]) enchant-1.6.0/config.guess:555: IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'` enchant-1.6.0/config.guess-556- if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then ############################################## enchant-1.6.0/config.guess-589- 9000/[34678]??:HP-UX:*:*) enchant-1.6.0/config.guess:590: HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'` enchant-1.6.0/config.guess-591- case "${UNAME_MACHINE}" in ############################################## enchant-1.6.0/config.guess-643-EOF enchant-1.6.0/config.guess:644: (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy` enchant-1.6.0/config.guess-645- test -z "$HP_ARCH" && HP_ARCH=hppa ############################################## enchant-1.6.0/config.guess-671- ia64:HP-UX:*:*) enchant-1.6.0/config.guess:672: HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'` enchant-1.6.0/config.guess-673- echo ia64-hp-hpux${HPUX_REV} ############################################## enchant-1.6.0/config.guess-701-EOF enchant-1.6.0/config.guess:702: $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` && enchant-1.6.0/config.guess-703- { echo "$SYSTEM_NAME"; exit; } ############################################## enchant-1.6.0/config.guess-772- FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'` enchant-1.6.0/config.guess:773: FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'` enchant-1.6.0/config.guess-774- echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" ############################################## enchant-1.6.0/config.guess-777- FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'` enchant-1.6.0/config.guess:778: FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'` enchant-1.6.0/config.guess-779- echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" ############################################## enchant-1.6.0/config.guess-792- pc98) enchant-1.6.0/config.guess:793: echo i386-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; enchant-1.6.0/config.guess-794- amd64) enchant-1.6.0/config.guess:795: echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; enchant-1.6.0/config.guess-796- *) enchant-1.6.0/config.guess:797: echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; enchant-1.6.0/config.guess-798- esac ############################################## enchant-1.6.0/config.guess-846- prep*:SunOS:5.*:*) enchant-1.6.0/config.guess:847: echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` enchant-1.6.0/config.guess-848- exit ;; ############################################## enchant-1.6.0/config.guess-850- # the GNU system enchant-1.6.0/config.guess:851: echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'` enchant-1.6.0/config.guess-852- exit ;; ############################################## enchant-1.6.0/config.guess-854- # other systems with GNU libc and userland enchant-1.6.0/config.guess:855: echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-gnu enchant-1.6.0/config.guess-856- exit ;; ############################################## enchant-1.6.0/config.guess-903-EOF enchant-1.6.0/config.guess:904: eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC'` enchant-1.6.0/config.guess-905- echo "${UNAME_MACHINE}-pc-linux-${LIBC}" ############################################## enchant-1.6.0/config.guess-931-EOF enchant-1.6.0/config.guess:932: eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'` enchant-1.6.0/config.guess-933- test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; } ############################################## enchant-1.6.0/config.guess-1013- i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*) enchant-1.6.0/config.guess:1014: UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'` enchant-1.6.0/config.guess-1015- if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then ############################################## enchant-1.6.0/config.guess-1280- *:DragonFly:*:*) enchant-1.6.0/config.guess:1281: echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` enchant-1.6.0/config.guess-1282- exit ;; ############################################## enchant-1.6.0/config.guess-1293- i*86:skyos:*:*) enchant-1.6.0/config.guess:1294: echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//' enchant-1.6.0/config.guess-1295- exit ;; ############################################## enchant-1.6.0/config.guess-1421- enchant-1.6.0/config.guess:1422:$CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null && SYSTEM_NAME=`$dummy` && enchant-1.6.0/config.guess-1423- { echo "$SYSTEM_NAME"; exit; } ############################################## enchant-1.6.0/depcomp-67- sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`} enchant-1.6.0/depcomp:68:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`} enchant-1.6.0/depcomp-69- ############################################## enchant-1.6.0/depcomp-224- # Version 6 uses the directory in both cases. enchant-1.6.0/depcomp:225: dir=`echo "$object" | sed -e 's|/[^/]*$|/|'` enchant-1.6.0/depcomp-226- test "x$dir" = "x$object" && dir= enchant-1.6.0/depcomp:227: base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'` enchant-1.6.0/depcomp-228- if test "$libtool" = yes; then ############################################## enchant-1.6.0/depcomp-253- # Do two passes, one to just change these to enchant-1.6.0/depcomp:254: # `$object: dependent.h' and one to simply `dependent.h:'. enchant-1.6.0/depcomp-255- sed -e "s,^.*\.[a-z]*:,$object:," < "$tmpdepfile" > "$depfile" ############################################## enchant-1.6.0/depcomp-295- # Do two passes, one to just change these to enchant-1.6.0/depcomp:296: # `$object: dependent.h' and one to simply `dependent.h:'. enchant-1.6.0/depcomp-297- sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile" ############################################## enchant-1.6.0/depcomp-311- # Much of this is similar to the tru64 case; see comments there. enchant-1.6.0/depcomp:312: dir=`echo "$object" | sed -e 's|/[^/]*$|/|'` enchant-1.6.0/depcomp-313- test "x$dir" = "x$object" && dir= enchant-1.6.0/depcomp:314: base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'` enchant-1.6.0/depcomp-315- if test "$libtool" = yes; then ############################################## enchant-1.6.0/depcomp-355- # Subdirectories are respected. enchant-1.6.0/depcomp:356: dir=`echo "$object" | sed -e 's|/[^/]*$|/|'` enchant-1.6.0/depcomp-357- test "x$dir" = "x$object" && dir= enchant-1.6.0/depcomp:358: base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'` enchant-1.6.0/depcomp-359- ############################################## enchant-1.6.0/depcomp-501- done enchant-1.6.0/depcomp:502: obj_suffix=`echo "$object" | sed 's/^.*\././'` enchant-1.6.0/depcomp-503- touch "$tmpdepfile" ############################################## enchant-1.6.0/config.sub-59- enchant-1.6.0/config.sub:60:me=`echo "$0" | sed -e 's,.*/,,'` enchant-1.6.0/config.sub-61- ############################################## enchant-1.6.0/config.sub-123-# Here we must recognize all the valid KERNEL-OS combinations. enchant-1.6.0/config.sub:124:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'` enchant-1.6.0/config.sub-125-case $maybe_os in ############################################## enchant-1.6.0/config.sub-130- os=-$maybe_os enchant-1.6.0/config.sub:131: basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'` enchant-1.6.0/config.sub-132- ;; enchant-1.6.0/config.sub-133- *) enchant-1.6.0/config.sub:134: basic_machine=`echo $1 | sed 's/-[^-]*$//'` enchant-1.6.0/config.sub-135- if [ $basic_machine != $1 ] enchant-1.6.0/config.sub:136: then os=`echo $1 | sed 's/.*-/-/'` enchant-1.6.0/config.sub-137- else os=; fi ############################################## enchant-1.6.0/config.sub-184- os=-sco5v6 enchant-1.6.0/config.sub:185: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` enchant-1.6.0/config.sub-186- ;; ############################################## enchant-1.6.0/config.sub-188- os=-sco3.2v5 enchant-1.6.0/config.sub:189: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` enchant-1.6.0/config.sub-190- ;; ############################################## enchant-1.6.0/config.sub-192- os=-sco3.2v4 enchant-1.6.0/config.sub:193: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` enchant-1.6.0/config.sub-194- ;; enchant-1.6.0/config.sub-195- -sco3.2.[4-9]*) enchant-1.6.0/config.sub:196: os=`echo $os | sed -e 's/sco3.2./sco3.2v/'` enchant-1.6.0/config.sub:197: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` enchant-1.6.0/config.sub-198- ;; ############################################## enchant-1.6.0/config.sub-200- # Don't forget version if it is 3.2v4 or newer. enchant-1.6.0/config.sub:201: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` enchant-1.6.0/config.sub-202- ;; ############################################## enchant-1.6.0/config.sub-204- # Don't forget version if it is 3.2v4 or newer. enchant-1.6.0/config.sub:205: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` enchant-1.6.0/config.sub-206- ;; ############################################## enchant-1.6.0/config.sub-208- os=-sco3.2v2 enchant-1.6.0/config.sub:209: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` enchant-1.6.0/config.sub-210- ;; enchant-1.6.0/config.sub-211- -udk*) enchant-1.6.0/config.sub:212: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` enchant-1.6.0/config.sub-213- ;; ############################################## enchant-1.6.0/config.sub-215- os=-isc2.2 enchant-1.6.0/config.sub:216: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` enchant-1.6.0/config.sub-217- ;; ############################################## enchant-1.6.0/config.sub-221- -isc*) enchant-1.6.0/config.sub:222: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` enchant-1.6.0/config.sub-223- ;; ############################################## enchant-1.6.0/config.sub-227- -ptx*) enchant-1.6.0/config.sub:228: basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'` enchant-1.6.0/config.sub-229- ;; enchant-1.6.0/config.sub-230- -windowsnt*) enchant-1.6.0/config.sub:231: os=`echo $os | sed -e 's/windowsnt/winnt/'` enchant-1.6.0/config.sub-232- ;; ############################################## enchant-1.6.0/config.sub-323- *-*-*) enchant-1.6.0/config.sub:324: echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2 enchant-1.6.0/config.sub-325- exit 1 ############################################## enchant-1.6.0/config.sub-433- amd64-*) enchant-1.6.0/config.sub:434: basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'` enchant-1.6.0/config.sub-435- ;; ############################################## enchant-1.6.0/config.sub-475- blackfin-*) enchant-1.6.0/config.sub:476: basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'` enchant-1.6.0/config.sub-477- os=-linux ############################################## enchant-1.6.0/config.sub-678- i*86v32) enchant-1.6.0/config.sub:679: basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` enchant-1.6.0/config.sub-680- os=-sysv32 ############################################## enchant-1.6.0/config.sub-682- i*86v4*) enchant-1.6.0/config.sub:683: basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` enchant-1.6.0/config.sub-684- os=-sysv4 ############################################## enchant-1.6.0/config.sub-686- i*86v) enchant-1.6.0/config.sub:687: basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` enchant-1.6.0/config.sub-688- os=-sysv ############################################## enchant-1.6.0/config.sub-690- i*86sol2) enchant-1.6.0/config.sub:691: basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` enchant-1.6.0/config.sub-692- os=-solaris2 ############################################## enchant-1.6.0/config.sub-720- m68knommu-*) enchant-1.6.0/config.sub:721: basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'` enchant-1.6.0/config.sub-722- os=-linux ############################################## enchant-1.6.0/config.sub-753- mips3*-*) enchant-1.6.0/config.sub:754: basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'` enchant-1.6.0/config.sub-755- ;; enchant-1.6.0/config.sub-756- mips3*) enchant-1.6.0/config.sub:757: basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown enchant-1.6.0/config.sub-758- ;; ############################################## enchant-1.6.0/config.sub-771- ms1-*) enchant-1.6.0/config.sub:772: basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'` enchant-1.6.0/config.sub-773- ;; ############################################## enchant-1.6.0/config.sub-876- parisc-*) enchant-1.6.0/config.sub:877: basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'` enchant-1.6.0/config.sub-878- os=-linux ############################################## enchant-1.6.0/config.sub-892- pc98-*) enchant-1.6.0/config.sub:893: basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'` enchant-1.6.0/config.sub-894- ;; ############################################## enchant-1.6.0/config.sub-907- pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*) enchant-1.6.0/config.sub:908: basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'` enchant-1.6.0/config.sub-909- ;; enchant-1.6.0/config.sub-910- pentiumpro-* | p6-* | 6x86-* | athlon-*) enchant-1.6.0/config.sub:911: basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'` enchant-1.6.0/config.sub-912- ;; enchant-1.6.0/config.sub-913- pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*) enchant-1.6.0/config.sub:914: basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'` enchant-1.6.0/config.sub-915- ;; enchant-1.6.0/config.sub-916- pentium4-*) enchant-1.6.0/config.sub:917: basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'` enchant-1.6.0/config.sub-918- ;; ############################################## enchant-1.6.0/config.sub-925- ;; enchant-1.6.0/config.sub:926: ppc-*) basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'` enchant-1.6.0/config.sub-927- ;; ############################################## enchant-1.6.0/config.sub-931- ppcle-* | powerpclittle-*) enchant-1.6.0/config.sub:932: basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'` enchant-1.6.0/config.sub-933- ;; ############################################## enchant-1.6.0/config.sub-935- ;; enchant-1.6.0/config.sub:936: ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'` enchant-1.6.0/config.sub-937- ;; ############################################## enchant-1.6.0/config.sub-941- ppc64le-* | powerpc64little-*) enchant-1.6.0/config.sub:942: basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'` enchant-1.6.0/config.sub-943- ;; ############################################## enchant-1.6.0/config.sub-1233- *) enchant-1.6.0/config.sub:1234: echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2 enchant-1.6.0/config.sub-1235- exit 1 ############################################## enchant-1.6.0/config.sub-1241- *-digital*) enchant-1.6.0/config.sub:1242: basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'` enchant-1.6.0/config.sub-1243- ;; enchant-1.6.0/config.sub-1244- *-commodore*) enchant-1.6.0/config.sub:1245: basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'` enchant-1.6.0/config.sub-1246- ;; ############################################## enchant-1.6.0/config.sub-1262- -solaris1 | -solaris1.*) enchant-1.6.0/config.sub:1263: os=`echo $os | sed -e 's|solaris1|sunos4|'` enchant-1.6.0/config.sub-1264- ;; ############################################## enchant-1.6.0/config.sub-1274- -gnu/linux*) enchant-1.6.0/config.sub:1275: os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'` enchant-1.6.0/config.sub-1276- ;; ############################################## enchant-1.6.0/config.sub-1319- -nto*) enchant-1.6.0/config.sub:1320: os=`echo $os | sed -e 's|nto|nto-qnx|'` enchant-1.6.0/config.sub-1321- ;; ############################################## enchant-1.6.0/config.sub-1326- -mac*) enchant-1.6.0/config.sub:1327: os=`echo $os | sed -e 's|mac|macos|'` enchant-1.6.0/config.sub-1328- ;; ############################################## enchant-1.6.0/config.sub-1332- -linux*) enchant-1.6.0/config.sub:1333: os=`echo $os | sed -e 's|linux|linux-gnu|'` enchant-1.6.0/config.sub-1334- ;; enchant-1.6.0/config.sub-1335- -sunos5*) enchant-1.6.0/config.sub:1336: os=`echo $os | sed -e 's|sunos5|solaris2|'` enchant-1.6.0/config.sub-1337- ;; enchant-1.6.0/config.sub-1338- -sunos6*) enchant-1.6.0/config.sub:1339: os=`echo $os | sed -e 's|sunos6|solaris3|'` enchant-1.6.0/config.sub-1340- ;; ############################################## enchant-1.6.0/config.sub-1387- -sinix5.*) enchant-1.6.0/config.sub:1388: os=`echo $os | sed -e 's|sinix|sysv|'` enchant-1.6.0/config.sub-1389- ;; ############################################## enchant-1.6.0/config.sub-1441- # Get rid of the `-' at the beginning of $os. enchant-1.6.0/config.sub:1442: os=`echo $os | sed 's/[^-]*-//'` enchant-1.6.0/config.sub:1443: echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2 enchant-1.6.0/config.sub-1444- exit 1 ############################################## enchant-1.6.0/config.sub-1692- esac enchant-1.6.0/config.sub:1693: basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"` enchant-1.6.0/config.sub-1694- ;; ############################################## enchant-1.6.0/src/hspell/Makefile.in-46-CONFIG_CLEAN_VPATH_FILES = enchant-1.6.0/src/hspell/Makefile.in:47:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; enchant-1.6.0/src/hspell/Makefile.in-48-am__vpath_adj = case $$p in \ enchant-1.6.0/src/hspell/Makefile.in:49: $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ enchant-1.6.0/src/hspell/Makefile.in-50- *) f=$$p;; \ enchant-1.6.0/src/hspell/Makefile.in-51- esac; enchant-1.6.0/src/hspell/Makefile.in:52:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; enchant-1.6.0/src/hspell/Makefile.in-53-am__install_max = 40 enchant-1.6.0/src/hspell/Makefile.in-54-am__nobase_strip_setup = \ enchant-1.6.0/src/hspell/Makefile.in:55: srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` enchant-1.6.0/src/hspell/Makefile.in-56-am__nobase_strip = \ ############################################## enchant-1.6.0/src/hspell/Makefile.in-309- @list='$(hspell_LTLIBRARIES)'; for p in $$list; do \ enchant-1.6.0/src/hspell/Makefile.in:310: dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ enchant-1.6.0/src/hspell/Makefile.in-311- test "$$dir" != "$$p" || dir=.; \ ############################################## enchant-1.6.0/src/hspell/Makefile.in-333-.c.obj: enchant-1.6.0/src/hspell/Makefile.in:334:@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` enchant-1.6.0/src/hspell/Makefile.in-335-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po ############################################## enchant-1.6.0/src/hspell/Makefile.in-337-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ enchant-1.6.0/src/hspell/Makefile.in:338:@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` enchant-1.6.0/src/hspell/Makefile.in-339- ############################################## enchant-1.6.0/src/hspell/Makefile.in-397-GTAGS: enchant-1.6.0/src/hspell/Makefile.in:398: here=`$(am__cd) $(top_builddir) && pwd` \ enchant-1.6.0/src/hspell/Makefile.in-399- && $(am__cd) $(top_srcdir) \ ############################################## enchant-1.6.0/src/hspell/Makefile.in-405-distdir: $(DISTFILES) enchant-1.6.0/src/hspell/Makefile.in:406: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ enchant-1.6.0/src/hspell/Makefile.in:407: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ enchant-1.6.0/src/hspell/Makefile.in-408- list='$(DISTFILES)'; \ ############################################## enchant-1.6.0/src/hspell/Makefile.in-419- if test -d $$d/$$file; then \ enchant-1.6.0/src/hspell/Makefile.in:420: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ enchant-1.6.0/src/hspell/Makefile.in-421- if test -d "$(distdir)/$$file"; then \ ############################################## enchant-1.6.0/src/voikko/Makefile.in-46-CONFIG_CLEAN_VPATH_FILES = enchant-1.6.0/src/voikko/Makefile.in:47:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; enchant-1.6.0/src/voikko/Makefile.in-48-am__vpath_adj = case $$p in \ enchant-1.6.0/src/voikko/Makefile.in:49: $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ enchant-1.6.0/src/voikko/Makefile.in-50- *) f=$$p;; \ enchant-1.6.0/src/voikko/Makefile.in-51- esac; enchant-1.6.0/src/voikko/Makefile.in:52:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; enchant-1.6.0/src/voikko/Makefile.in-53-am__install_max = 40 enchant-1.6.0/src/voikko/Makefile.in-54-am__nobase_strip_setup = \ enchant-1.6.0/src/voikko/Makefile.in:55: srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` enchant-1.6.0/src/voikko/Makefile.in-56-am__nobase_strip = \ ############################################## enchant-1.6.0/src/voikko/Makefile.in-309- @list='$(voikko_LTLIBRARIES)'; for p in $$list; do \ enchant-1.6.0/src/voikko/Makefile.in:310: dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ enchant-1.6.0/src/voikko/Makefile.in-311- test "$$dir" != "$$p" || dir=.; \ ############################################## enchant-1.6.0/src/voikko/Makefile.in-333-.c.obj: enchant-1.6.0/src/voikko/Makefile.in:334:@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` enchant-1.6.0/src/voikko/Makefile.in-335-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po ############################################## enchant-1.6.0/src/voikko/Makefile.in-337-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ enchant-1.6.0/src/voikko/Makefile.in:338:@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` enchant-1.6.0/src/voikko/Makefile.in-339- ############################################## enchant-1.6.0/src/voikko/Makefile.in-397-GTAGS: enchant-1.6.0/src/voikko/Makefile.in:398: here=`$(am__cd) $(top_builddir) && pwd` \ enchant-1.6.0/src/voikko/Makefile.in-399- && $(am__cd) $(top_srcdir) \ ############################################## enchant-1.6.0/src/voikko/Makefile.in-405-distdir: $(DISTFILES) enchant-1.6.0/src/voikko/Makefile.in:406: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ enchant-1.6.0/src/voikko/Makefile.in:407: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ enchant-1.6.0/src/voikko/Makefile.in-408- list='$(DISTFILES)'; \ ############################################## enchant-1.6.0/src/voikko/Makefile.in-419- if test -d $$d/$$file; then \ enchant-1.6.0/src/voikko/Makefile.in:420: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ enchant-1.6.0/src/voikko/Makefile.in-421- if test -d "$(distdir)/$$file"; then \ ############################################## enchant-1.6.0/src/uspell/Makefile.in-46-CONFIG_CLEAN_VPATH_FILES = enchant-1.6.0/src/uspell/Makefile.in:47:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; enchant-1.6.0/src/uspell/Makefile.in-48-am__vpath_adj = case $$p in \ enchant-1.6.0/src/uspell/Makefile.in:49: $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ enchant-1.6.0/src/uspell/Makefile.in-50- *) f=$$p;; \ enchant-1.6.0/src/uspell/Makefile.in-51- esac; enchant-1.6.0/src/uspell/Makefile.in:52:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; enchant-1.6.0/src/uspell/Makefile.in-53-am__install_max = 40 enchant-1.6.0/src/uspell/Makefile.in-54-am__nobase_strip_setup = \ enchant-1.6.0/src/uspell/Makefile.in:55: srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` enchant-1.6.0/src/uspell/Makefile.in-56-am__nobase_strip = \ ############################################## enchant-1.6.0/src/uspell/Makefile.in-309- @list='$(uspell_LTLIBRARIES)'; for p in $$list; do \ enchant-1.6.0/src/uspell/Makefile.in:310: dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ enchant-1.6.0/src/uspell/Makefile.in-311- test "$$dir" != "$$p" || dir=.; \ ############################################## enchant-1.6.0/src/uspell/Makefile.in-333-.cpp.obj: enchant-1.6.0/src/uspell/Makefile.in:334:@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` enchant-1.6.0/src/uspell/Makefile.in-335-@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po ############################################## enchant-1.6.0/src/uspell/Makefile.in-337-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ enchant-1.6.0/src/uspell/Makefile.in:338:@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` enchant-1.6.0/src/uspell/Makefile.in-339- ############################################## enchant-1.6.0/src/uspell/Makefile.in-397-GTAGS: enchant-1.6.0/src/uspell/Makefile.in:398: here=`$(am__cd) $(top_builddir) && pwd` \ enchant-1.6.0/src/uspell/Makefile.in-399- && $(am__cd) $(top_srcdir) \ ############################################## enchant-1.6.0/src/uspell/Makefile.in-405-distdir: $(DISTFILES) enchant-1.6.0/src/uspell/Makefile.in:406: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ enchant-1.6.0/src/uspell/Makefile.in:407: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ enchant-1.6.0/src/uspell/Makefile.in-408- list='$(DISTFILES)'; \ ############################################## enchant-1.6.0/src/uspell/Makefile.in-419- if test -d $$d/$$file; then \ enchant-1.6.0/src/uspell/Makefile.in:420: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ enchant-1.6.0/src/uspell/Makefile.in-421- if test -d "$(distdir)/$$file"; then \ ############################################## enchant-1.6.0/src/myspell/hashmgr.cxx-47- aliasf = NULL; enchant-1.6.0/src/myspell/hashmgr.cxx:48: numaliasm = 0; enchant-1.6.0/src/myspell/hashmgr.cxx:49: aliasm = NULL; enchant-1.6.0/src/myspell/hashmgr.cxx-50- forbiddenword = FORBIDDENWORD; // forbidden word signing flag ############################################## enchant-1.6.0/src/myspell/hashmgr.cxx-95- free(aliasm); enchant-1.6.0/src/myspell/hashmgr.cxx:96: aliasm = NULL; enchant-1.6.0/src/myspell/hashmgr.cxx-97- } ############################################## enchant-1.6.0/src/myspell/hashmgr.cxx-131- bool upcasehomonym = false; enchant-1.6.0/src/myspell/hashmgr.cxx:132: int descl = desc ? (aliasm ? sizeof(short) : strlen(desc) + 1) : 0; enchant-1.6.0/src/myspell/hashmgr.cxx-133- // variable-length hash record with word and optional fields ############################################## enchant-1.6.0/src/myspell/hashmgr.cxx-814-{ enchant-1.6.0/src/myspell/hashmgr.cxx:815: if (numaliasm != 0) { enchant-1.6.0/src/myspell/hashmgr.cxx-816- HUNSPELL_WARNING(stderr, "error: duplicate AM (aliases for morphological descriptions) tables used\n"); ############################################## enchant-1.6.0/src/myspell/hashmgr.cxx-828- case 1: { enchant-1.6.0/src/myspell/hashmgr.cxx:829: numaliasm = atoi(piece); enchant-1.6.0/src/myspell/hashmgr.cxx:830: if (numaliasm < 1) { enchant-1.6.0/src/myspell/hashmgr.cxx-831- HUNSPELL_WARNING(stderr, "incorrect number of entries in AM table\n"); ############################################## enchant-1.6.0/src/myspell/hashmgr.cxx-834- } enchant-1.6.0/src/myspell/hashmgr.cxx:835: aliasm = (char **) malloc(numaliasm * sizeof(char *)); enchant-1.6.0/src/myspell/hashmgr.cxx-836- if (!aliasm) { enchant-1.6.0/src/myspell/hashmgr.cxx:837: numaliasm = 0; enchant-1.6.0/src/myspell/hashmgr.cxx-838- return 1; ############################################## enchant-1.6.0/src/myspell/hashmgr.cxx-850- if (np != 2) { enchant-1.6.0/src/myspell/hashmgr.cxx:851: numaliasm = 0; enchant-1.6.0/src/myspell/hashmgr.cxx-852- free(aliasm); enchant-1.6.0/src/myspell/hashmgr.cxx:853: aliasm = NULL; enchant-1.6.0/src/myspell/hashmgr.cxx-854- HUNSPELL_WARNING(stderr, "error: missing AM alias information\n"); ############################################## enchant-1.6.0/src/myspell/hashmgr.cxx-857- enchant-1.6.0/src/myspell/hashmgr.cxx:858: /* now parse the numaliasm lines to read in the remainder of the table */ enchant-1.6.0/src/myspell/hashmgr.cxx-859- char * nl = line; ############################################## enchant-1.6.0/src/myspell/hashmgr.cxx-873- // free(piece); enchant-1.6.0/src/myspell/hashmgr.cxx:874: numaliasm = 0; enchant-1.6.0/src/myspell/hashmgr.cxx-875- free(aliasm); enchant-1.6.0/src/myspell/hashmgr.cxx:876: aliasm = NULL; enchant-1.6.0/src/myspell/hashmgr.cxx-877- return 1; ############################################## enchant-1.6.0/src/myspell/hashmgr.cxx-900- if (!aliasm[j]) { enchant-1.6.0/src/myspell/hashmgr.cxx:901: numaliasm = 0; enchant-1.6.0/src/myspell/hashmgr.cxx-902- free(aliasm); enchant-1.6.0/src/myspell/hashmgr.cxx:903: aliasm = NULL; enchant-1.6.0/src/myspell/hashmgr.cxx-904- HUNSPELL_WARNING(stderr, "error: map table is corrupt\n"); ############################################## enchant-1.6.0/src/myspell/hashmgr.cxx-911-int HashMgr::is_aliasm() { enchant-1.6.0/src/myspell/hashmgr.cxx:912: return (aliasm != NULL); enchant-1.6.0/src/myspell/hashmgr.cxx-913-} ############################################## enchant-1.6.0/src/myspell/atypes.hxx-29-#define aeALIASF (1 << 2) enchant-1.6.0/src/myspell/atypes.hxx:30:#define aeALIASM (1 << 3) enchant-1.6.0/src/myspell/atypes.hxx-31-#define aeLONGCOND (1 << 4) ############################################## enchant-1.6.0/src/myspell/Makefile.in-46-CONFIG_CLEAN_VPATH_FILES = enchant-1.6.0/src/myspell/Makefile.in:47:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; enchant-1.6.0/src/myspell/Makefile.in-48-am__vpath_adj = case $$p in \ enchant-1.6.0/src/myspell/Makefile.in:49: $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ enchant-1.6.0/src/myspell/Makefile.in-50- *) f=$$p;; \ enchant-1.6.0/src/myspell/Makefile.in-51- esac; enchant-1.6.0/src/myspell/Makefile.in:52:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; enchant-1.6.0/src/myspell/Makefile.in-53-am__install_max = 40 enchant-1.6.0/src/myspell/Makefile.in-54-am__nobase_strip_setup = \ enchant-1.6.0/src/myspell/Makefile.in:55: srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` enchant-1.6.0/src/myspell/Makefile.in-56-am__nobase_strip = \ ############################################## enchant-1.6.0/src/myspell/Makefile.in-377- @list='$(myspell_LTLIBRARIES)'; for p in $$list; do \ enchant-1.6.0/src/myspell/Makefile.in:378: dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ enchant-1.6.0/src/myspell/Makefile.in-379- test "$$dir" != "$$p" || dir=.; \ ############################################## enchant-1.6.0/src/myspell/Makefile.in-412-.cpp.obj: enchant-1.6.0/src/myspell/Makefile.in:413:@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` enchant-1.6.0/src/myspell/Makefile.in-414-@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po ############################################## enchant-1.6.0/src/myspell/Makefile.in-416-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ enchant-1.6.0/src/myspell/Makefile.in:417:@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` enchant-1.6.0/src/myspell/Makefile.in-418- ############################################## enchant-1.6.0/src/myspell/Makefile.in-433-.cxx.obj: enchant-1.6.0/src/myspell/Makefile.in:434:@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` enchant-1.6.0/src/myspell/Makefile.in-435-@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po ############################################## enchant-1.6.0/src/myspell/Makefile.in-437-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ enchant-1.6.0/src/myspell/Makefile.in:438:@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` enchant-1.6.0/src/myspell/Makefile.in-439- ############################################## enchant-1.6.0/src/myspell/Makefile.in-497-GTAGS: enchant-1.6.0/src/myspell/Makefile.in:498: here=`$(am__cd) $(top_builddir) && pwd` \ enchant-1.6.0/src/myspell/Makefile.in-499- && $(am__cd) $(top_srcdir) \ ############################################## enchant-1.6.0/src/myspell/Makefile.in-505-distdir: $(DISTFILES) enchant-1.6.0/src/myspell/Makefile.in:506: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ enchant-1.6.0/src/myspell/Makefile.in:507: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ enchant-1.6.0/src/myspell/Makefile.in-508- list='$(DISTFILES)'; \ ############################################## enchant-1.6.0/src/myspell/Makefile.in-519- if test -d $$d/$$file; then \ enchant-1.6.0/src/myspell/Makefile.in:520: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ enchant-1.6.0/src/myspell/Makefile.in-521- if test -d "$(distdir)/$$file"; then \ ############################################## enchant-1.6.0/src/myspell/htypes.hxx-10-#define H_OPT (1 << 0) enchant-1.6.0/src/myspell/htypes.hxx:11:#define H_OPT_ALIASM (1 << 1) enchant-1.6.0/src/myspell/htypes.hxx-12-#define H_OPT_PHON (1 << 2) ############################################## enchant-1.6.0/src/ispell/Makefile.in-46-CONFIG_CLEAN_VPATH_FILES = enchant-1.6.0/src/ispell/Makefile.in:47:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; enchant-1.6.0/src/ispell/Makefile.in-48-am__vpath_adj = case $$p in \ enchant-1.6.0/src/ispell/Makefile.in:49: $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ enchant-1.6.0/src/ispell/Makefile.in-50- *) f=$$p;; \ enchant-1.6.0/src/ispell/Makefile.in-51- esac; enchant-1.6.0/src/ispell/Makefile.in:52:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; enchant-1.6.0/src/ispell/Makefile.in-53-am__install_max = 40 enchant-1.6.0/src/ispell/Makefile.in-54-am__nobase_strip_setup = \ enchant-1.6.0/src/ispell/Makefile.in:55: srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` enchant-1.6.0/src/ispell/Makefile.in-56-am__nobase_strip = \ ############################################## enchant-1.6.0/src/ispell/Makefile.in-332- @list='$(ispell_LTLIBRARIES)'; for p in $$list; do \ enchant-1.6.0/src/ispell/Makefile.in:333: dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ enchant-1.6.0/src/ispell/Makefile.in-334- test "$$dir" != "$$p" || dir=.; \ ############################################## enchant-1.6.0/src/ispell/Makefile.in-362-.cpp.obj: enchant-1.6.0/src/ispell/Makefile.in:363:@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` enchant-1.6.0/src/ispell/Makefile.in-364-@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po ############################################## enchant-1.6.0/src/ispell/Makefile.in-366-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ enchant-1.6.0/src/ispell/Makefile.in:367:@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` enchant-1.6.0/src/ispell/Makefile.in-368- ############################################## enchant-1.6.0/src/ispell/Makefile.in-426-GTAGS: enchant-1.6.0/src/ispell/Makefile.in:427: here=`$(am__cd) $(top_builddir) && pwd` \ enchant-1.6.0/src/ispell/Makefile.in-428- && $(am__cd) $(top_srcdir) \ ############################################## enchant-1.6.0/src/ispell/Makefile.in-434-distdir: $(DISTFILES) enchant-1.6.0/src/ispell/Makefile.in:435: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ enchant-1.6.0/src/ispell/Makefile.in:436: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ enchant-1.6.0/src/ispell/Makefile.in-437- list='$(DISTFILES)'; \ ############################################## enchant-1.6.0/src/ispell/Makefile.in-448- if test -d $$d/$$file; then \ enchant-1.6.0/src/ispell/Makefile.in:449: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ enchant-1.6.0/src/ispell/Makefile.in-450- if test -d "$(distdir)/$$file"; then \ ############################################## enchant-1.6.0/src/zemberek/Makefile.in-46-CONFIG_CLEAN_VPATH_FILES = enchant-1.6.0/src/zemberek/Makefile.in:47:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; enchant-1.6.0/src/zemberek/Makefile.in-48-am__vpath_adj = case $$p in \ enchant-1.6.0/src/zemberek/Makefile.in:49: $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ enchant-1.6.0/src/zemberek/Makefile.in-50- *) f=$$p;; \ enchant-1.6.0/src/zemberek/Makefile.in-51- esac; enchant-1.6.0/src/zemberek/Makefile.in:52:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; enchant-1.6.0/src/zemberek/Makefile.in-53-am__install_max = 40 enchant-1.6.0/src/zemberek/Makefile.in-54-am__nobase_strip_setup = \ enchant-1.6.0/src/zemberek/Makefile.in:55: srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` enchant-1.6.0/src/zemberek/Makefile.in-56-am__nobase_strip = \ ############################################## enchant-1.6.0/src/zemberek/Makefile.in-323- @list='$(zemberek_LTLIBRARIES)'; for p in $$list; do \ enchant-1.6.0/src/zemberek/Makefile.in:324: dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ enchant-1.6.0/src/zemberek/Makefile.in-325- test "$$dir" != "$$p" || dir=.; \ ############################################## enchant-1.6.0/src/zemberek/Makefile.in-348-.cpp.obj: enchant-1.6.0/src/zemberek/Makefile.in:349:@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` enchant-1.6.0/src/zemberek/Makefile.in-350-@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po ############################################## enchant-1.6.0/src/zemberek/Makefile.in-352-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ enchant-1.6.0/src/zemberek/Makefile.in:353:@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` enchant-1.6.0/src/zemberek/Makefile.in-354- ############################################## enchant-1.6.0/src/zemberek/Makefile.in-412-GTAGS: enchant-1.6.0/src/zemberek/Makefile.in:413: here=`$(am__cd) $(top_builddir) && pwd` \ enchant-1.6.0/src/zemberek/Makefile.in-414- && $(am__cd) $(top_srcdir) \ ############################################## enchant-1.6.0/src/zemberek/Makefile.in-420-distdir: $(DISTFILES) enchant-1.6.0/src/zemberek/Makefile.in:421: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ enchant-1.6.0/src/zemberek/Makefile.in:422: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ enchant-1.6.0/src/zemberek/Makefile.in-423- list='$(DISTFILES)'; \ ############################################## enchant-1.6.0/src/zemberek/Makefile.in-434- if test -d $$d/$$file; then \ enchant-1.6.0/src/zemberek/Makefile.in:435: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ enchant-1.6.0/src/zemberek/Makefile.in-436- if test -d "$(distdir)/$$file"; then \ ############################################## enchant-1.6.0/src/Makefile.in-50-CONFIG_CLEAN_VPATH_FILES = enchant-1.6.0/src/Makefile.in:51:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; enchant-1.6.0/src/Makefile.in-52-am__vpath_adj = case $$p in \ enchant-1.6.0/src/Makefile.in:53: $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ enchant-1.6.0/src/Makefile.in-54- *) f=$$p;; \ enchant-1.6.0/src/Makefile.in-55- esac; enchant-1.6.0/src/Makefile.in:56:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; enchant-1.6.0/src/Makefile.in-57-am__install_max = 40 enchant-1.6.0/src/Makefile.in-58-am__nobase_strip_setup = \ enchant-1.6.0/src/Makefile.in:59: srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` enchant-1.6.0/src/Makefile.in-60-am__nobase_strip = \ ############################################## enchant-1.6.0/src/Makefile.in-119- while test -n "$$dir1"; do \ enchant-1.6.0/src/Makefile.in:120: first=`echo "$$dir1" | sed -e "$$sed_first"`; \ enchant-1.6.0/src/Makefile.in-121- if test "$$first" != "."; then \ enchant-1.6.0/src/Makefile.in-122- if test "$$first" = ".."; then \ enchant-1.6.0/src/Makefile.in:123: dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ enchant-1.6.0/src/Makefile.in:124: dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ enchant-1.6.0/src/Makefile.in-125- else \ enchant-1.6.0/src/Makefile.in:126: first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ enchant-1.6.0/src/Makefile.in-127- if test "$$first2" = "$$first"; then \ enchant-1.6.0/src/Makefile.in:128: dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ enchant-1.6.0/src/Makefile.in-129- else \ ############################################## enchant-1.6.0/src/Makefile.in-134- fi; \ enchant-1.6.0/src/Makefile.in:135: dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ enchant-1.6.0/src/Makefile.in-136- done; \ ############################################## enchant-1.6.0/src/Makefile.in-354- @list='$(lib_LTLIBRARIES)'; for p in $$list; do \ enchant-1.6.0/src/Makefile.in:355: dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ enchant-1.6.0/src/Makefile.in-356- test "$$dir" != "$$p" || dir=.; \ ############################################## enchant-1.6.0/src/Makefile.in-380-.c.obj: enchant-1.6.0/src/Makefile.in:381:@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` enchant-1.6.0/src/Makefile.in-382-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po ############################################## enchant-1.6.0/src/Makefile.in-384-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ enchant-1.6.0/src/Makefile.in:385:@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` enchant-1.6.0/src/Makefile.in-386- ############################################## enchant-1.6.0/src/Makefile.in-414- @list='$(libenchant_include_HEADERS)'; test -n "$(libenchant_includedir)" || list=; \ enchant-1.6.0/src/Makefile.in:415: files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ enchant-1.6.0/src/Makefile.in-416- test -n "$$files" || exit 0; \ ############################################## enchant-1.6.0/src/Makefile.in-434- dot_seen=no; \ enchant-1.6.0/src/Makefile.in:435: target=`echo $@ | sed s/-recursive//`; \ enchant-1.6.0/src/Makefile.in-436- list='$(SUBDIRS)'; for subdir in $$list; do \ ############################################## enchant-1.6.0/src/Makefile.in-469- rev="$$rev ."; \ enchant-1.6.0/src/Makefile.in:470: target=`echo $@ | sed s/-recursive//`; \ enchant-1.6.0/src/Makefile.in-471- for subdir in $$rev; do \ ############################################## enchant-1.6.0/src/Makefile.in-547-GTAGS: enchant-1.6.0/src/Makefile.in:548: here=`$(am__cd) $(top_builddir) && pwd` \ enchant-1.6.0/src/Makefile.in-549- && $(am__cd) $(top_srcdir) \ ############################################## enchant-1.6.0/src/Makefile.in-555-distdir: $(DISTFILES) enchant-1.6.0/src/Makefile.in:556: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ enchant-1.6.0/src/Makefile.in:557: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ enchant-1.6.0/src/Makefile.in-558- list='$(DISTFILES)'; \ ############################################## enchant-1.6.0/src/Makefile.in-569- if test -d $$d/$$file; then \ enchant-1.6.0/src/Makefile.in:570: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ enchant-1.6.0/src/Makefile.in-571- if test -d "$(distdir)/$$file"; then \ ############################################## enchant-1.6.0/src/aspell/Makefile.in-46-CONFIG_CLEAN_VPATH_FILES = enchant-1.6.0/src/aspell/Makefile.in:47:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; enchant-1.6.0/src/aspell/Makefile.in-48-am__vpath_adj = case $$p in \ enchant-1.6.0/src/aspell/Makefile.in:49: $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ enchant-1.6.0/src/aspell/Makefile.in-50- *) f=$$p;; \ enchant-1.6.0/src/aspell/Makefile.in-51- esac; enchant-1.6.0/src/aspell/Makefile.in:52:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; enchant-1.6.0/src/aspell/Makefile.in-53-am__install_max = 40 enchant-1.6.0/src/aspell/Makefile.in-54-am__nobase_strip_setup = \ enchant-1.6.0/src/aspell/Makefile.in:55: srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` enchant-1.6.0/src/aspell/Makefile.in-56-am__nobase_strip = \ ############################################## enchant-1.6.0/src/aspell/Makefile.in-309- @list='$(aspell_LTLIBRARIES)'; for p in $$list; do \ enchant-1.6.0/src/aspell/Makefile.in:310: dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ enchant-1.6.0/src/aspell/Makefile.in-311- test "$$dir" != "$$p" || dir=.; \ ############################################## enchant-1.6.0/src/aspell/Makefile.in-333-.c.obj: enchant-1.6.0/src/aspell/Makefile.in:334:@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` enchant-1.6.0/src/aspell/Makefile.in-335-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po ############################################## enchant-1.6.0/src/aspell/Makefile.in-337-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ enchant-1.6.0/src/aspell/Makefile.in:338:@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` enchant-1.6.0/src/aspell/Makefile.in-339- ############################################## enchant-1.6.0/src/aspell/Makefile.in-397-GTAGS: enchant-1.6.0/src/aspell/Makefile.in:398: here=`$(am__cd) $(top_builddir) && pwd` \ enchant-1.6.0/src/aspell/Makefile.in-399- && $(am__cd) $(top_srcdir) \ ############################################## enchant-1.6.0/src/aspell/Makefile.in-405-distdir: $(DISTFILES) enchant-1.6.0/src/aspell/Makefile.in:406: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ enchant-1.6.0/src/aspell/Makefile.in:407: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ enchant-1.6.0/src/aspell/Makefile.in-408- list='$(DISTFILES)'; \ ############################################## enchant-1.6.0/src/aspell/Makefile.in-419- if test -d $$d/$$file; then \ enchant-1.6.0/src/aspell/Makefile.in:420: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ enchant-1.6.0/src/aspell/Makefile.in-421- if test -d "$(distdir)/$$file"; then \ ############################################## enchant-1.6.0/src/applespell/Makefile.in-244-distdir: $(DISTFILES) enchant-1.6.0/src/applespell/Makefile.in:245: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ enchant-1.6.0/src/applespell/Makefile.in:246: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ enchant-1.6.0/src/applespell/Makefile.in-247- list='$(DISTFILES)'; \ ############################################## enchant-1.6.0/src/applespell/Makefile.in-258- if test -d $$d/$$file; then \ enchant-1.6.0/src/applespell/Makefile.in:259: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ enchant-1.6.0/src/applespell/Makefile.in-260- if test -d "$(distdir)/$$file"; then \ ############################################## enchant-1.6.0/autogen.sh-12- enchant-1.6.0/autogen.sh:13:srcdir=`dirname $0` enchant-1.6.0/autogen.sh-14-test -z "$srcdir" && srcdir=. ############################################## enchant-1.6.0/doc/Makefile.in-47-DIST_SOURCES = enchant-1.6.0/doc/Makefile.in:48:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; enchant-1.6.0/doc/Makefile.in-49-am__vpath_adj = case $$p in \ enchant-1.6.0/doc/Makefile.in:50: $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ enchant-1.6.0/doc/Makefile.in-51- *) f=$$p;; \ enchant-1.6.0/doc/Makefile.in-52- esac; enchant-1.6.0/doc/Makefile.in:53:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; enchant-1.6.0/doc/Makefile.in-54-am__install_max = 40 enchant-1.6.0/doc/Makefile.in-55-am__nobase_strip_setup = \ enchant-1.6.0/doc/Makefile.in:56: srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` enchant-1.6.0/doc/Makefile.in-57-am__nobase_strip = \ ############################################## enchant-1.6.0/doc/Makefile.in-317- else :; fi enchant-1.6.0/doc/Makefile.in:318: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ enchant-1.6.0/doc/Makefile.in:319: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ enchant-1.6.0/doc/Makefile.in-320- list='$(DISTFILES)'; \ ############################################## enchant-1.6.0/doc/Makefile.in-331- if test -d $$d/$$file; then \ enchant-1.6.0/doc/Makefile.in:332: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ enchant-1.6.0/doc/Makefile.in-333- if test -d "$(distdir)/$$file"; then \ ############################################## enchant-1.6.0/ltmain.sh-161- # Extract subdirectory from the argument. enchant-1.6.0/ltmain.sh:162: func_dirname_result=`$ECHO "X${1}" | $Xsed -e "$dirname"` enchant-1.6.0/ltmain.sh-163- if test "X$func_dirname_result" = "X${1}"; then ############################################## enchant-1.6.0/ltmain.sh-167- fi enchant-1.6.0/ltmain.sh:168: func_basename_result=`$ECHO "X${1}" | $Xsed -e "$basename"` enchant-1.6.0/ltmain.sh-169-} ############################################## enchant-1.6.0/ltmain.sh-193- progdir=$func_dirname_result enchant-1.6.0/ltmain.sh:194: progdir=`cd "$progdir" && pwd` enchant-1.6.0/ltmain.sh-195- progpath="$progdir/$progname" ############################################## enchant-1.6.0/ltmain.sh-221-# Since each input `\' is now two `\'s, look for any number of runs of enchant-1.6.0/ltmain.sh:222:# four `\'s followed by two `\'s and then a '$'. `\' that '$'. enchant-1.6.0/ltmain.sh-223-bs='\\' ############################################## enchant-1.6.0/ltmain.sh-328- # ...otherwise throw away the child directory and loop enchant-1.6.0/ltmain.sh:329: my_directory_path=`$ECHO "X$my_directory_path" | $Xsed -e "$dirname"` enchant-1.6.0/ltmain.sh-330- done enchant-1.6.0/ltmain.sh:331: my_dir_list=`$ECHO "X$my_dir_list" | $Xsed -e 's,:*$,,'` enchant-1.6.0/ltmain.sh-332- ############################################## enchant-1.6.0/ltmain.sh-363- # If mktemp works, use that first and foremost enchant-1.6.0/ltmain.sh:364: my_tmpdir=`mktemp -d "${my_template}-XXXXXXXX" 2>/dev/null` enchant-1.6.0/ltmain.sh-365- ############################################## enchant-1.6.0/ltmain.sh-394- *[\\\`\"\$]*) enchant-1.6.0/ltmain.sh:395: func_quote_for_eval_unquoted_result=`$ECHO "X$1" | $Xsed -e "$sed_quote_subst"` ;; enchant-1.6.0/ltmain.sh-396- *) ############################################## enchant-1.6.0/ltmain.sh-536- s/\$with_gnu_ld/'"$with_gnu_ld"'/ enchant-1.6.0/ltmain.sh:537: s/\$automake_version/'"`(automake --version) 2>/dev/null |$SED 1q`"'/ enchant-1.6.0/ltmain.sh:538: s/\$autoconf_version/'"`(autoconf --version) 2>/dev/null |$SED 1q`"'/ enchant-1.6.0/ltmain.sh-539- p ############################################## enchant-1.6.0/ltmain.sh-565- : enchant-1.6.0/ltmain.sh:566:elif test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t'; then enchant-1.6.0/ltmain.sh-567- # Yippee, $ECHO works! ############################################## enchant-1.6.0/ltmain.sh-685- # quotes we have to do it in 2 steps: enchant-1.6.0/ltmain.sh:686: extractedcf=`$SED -n -e "$sed_extractcf" < "$progpath"` enchant-1.6.0/ltmain.sh-687- eval "$extractedcf" ############################################## enchant-1.6.0/ltmain.sh-1021- # but not from the CC environment variable when configure was run. enchant-1.6.0/ltmain.sh:1022: " $CC "* | "$CC "* | " `$ECHO $CC` "* | "`$ECHO $CC` "* | " $CC_quoted"* | "$CC_quoted "* | " `$ECHO $CC_quoted` "* | "`$ECHO $CC_quoted` "*) ;; enchant-1.6.0/ltmain.sh-1023- # Blanks at the start of $base_compile will cause this to fail ############################################## enchant-1.6.0/ltmain.sh-1028- # Evaluate the configuration. enchant-1.6.0/ltmain.sh:1029: eval "`${SED} -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`" enchant-1.6.0/ltmain.sh-1030- CC_quoted= ############################################## enchant-1.6.0/ltmain.sh-1036- case "$@ " in enchant-1.6.0/ltmain.sh:1037: " $CC "* | "$CC "* | " `$ECHO $CC` "* | "`$ECHO $CC` "* | " $CC_quoted"* | "$CC_quoted "* | " `$ECHO $CC_quoted` "* | "`$ECHO $CC_quoted` "*) enchant-1.6.0/ltmain.sh-1038- # The compiler in the base compile command matches ############################################## enchant-1.6.0/ltmain.sh-1213- *.[cCFSifmso] | \ enchant-1.6.0/ltmain.sh:1214: *.ada | *.adb | *.ads | *.asm | \ enchant-1.6.0/ltmain.sh-1215- *.c++ | *.cc | *.ii | *.class | *.cpp | *.cxx | \ ############################################## enchant-1.6.0/ltmain.sh-1290- if test "$compiler_c_o" = no; then enchant-1.6.0/ltmain.sh:1291: output_obj=`$ECHO "X$srcfile" | $Xsed -e 's%^.*/%%' -e 's%\.[^.]*$%%'`.${objext} enchant-1.6.0/ltmain.sh-1292- lockfile="$output_obj.lock" ############################################## enchant-1.6.0/ltmain.sh-1309-*** ERROR, $lockfile exists and contains: enchant-1.6.0/ltmain.sh:1310:`cat $lockfile 2>/dev/null` enchant-1.6.0/ltmain.sh-1311- ############################################## enchant-1.6.0/ltmain.sh-1358- if test "$need_locks" = warn && enchant-1.6.0/ltmain.sh:1359: test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then enchant-1.6.0/ltmain.sh-1360- $ECHO "\ enchant-1.6.0/ltmain.sh-1361-*** ERROR, $lockfile contains: enchant-1.6.0/ltmain.sh:1362:`cat $lockfile 2>/dev/null` enchant-1.6.0/ltmain.sh-1363- ############################################## enchant-1.6.0/ltmain.sh-1407- if test "$need_locks" = warn && enchant-1.6.0/ltmain.sh:1408: test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then enchant-1.6.0/ltmain.sh-1409- $ECHO "\ enchant-1.6.0/ltmain.sh-1410-*** ERROR, $lockfile contains: enchant-1.6.0/ltmain.sh:1411:`cat $lockfile 2>/dev/null` enchant-1.6.0/ltmain.sh-1412- ############################################## enchant-1.6.0/ltmain.sh-1665- test -n "$library_names" && \ enchant-1.6.0/ltmain.sh:1666: func_warning "\`$file' was not linked with \`-export-dynamic'" enchant-1.6.0/ltmain.sh-1667- continue ############################################## enchant-1.6.0/ltmain.sh-1676- if test ! -f "$dir/$dlname"; then enchant-1.6.0/ltmain.sh:1677: func_fatal_error "cannot find \`$dlname' in \`$dir' or \`$dir/$objdir'" enchant-1.6.0/ltmain.sh-1678- fi ############################################## enchant-1.6.0/ltmain.sh-1694- # Get the absolute pathname. enchant-1.6.0/ltmain.sh:1695: absdir=`cd "$dir" && pwd` enchant-1.6.0/ltmain.sh-1696- test -n "$absdir" && dir="$absdir" ############################################## enchant-1.6.0/ltmain.sh-2012- # Determine the prefix the user has applied to our future dir. enchant-1.6.0/ltmain.sh:2013: inst_prefix_dir=`$ECHO "X$destdir" | $Xsed -e "s%$libdir\$%%"` enchant-1.6.0/ltmain.sh-2014- ############################################## enchant-1.6.0/ltmain.sh-2025- # Stick the inst_prefix_dir data into the link command. enchant-1.6.0/ltmain.sh:2026: relink_command=`$ECHO "X$relink_command" | $Xsed -e "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"` enchant-1.6.0/ltmain.sh-2027- else enchant-1.6.0/ltmain.sh:2028: relink_command=`$ECHO "X$relink_command" | $Xsed -e "s%@inst_prefix_dir@%%"` enchant-1.6.0/ltmain.sh-2029- fi ############################################## enchant-1.6.0/ltmain.sh-2185- fi enchant-1.6.0/ltmain.sh:2186: libfile="$libdir/"`$ECHO "X$lib" | $Xsed -e 's%^.*/%%g'` ### testsuite: skip nested quoting test enchant-1.6.0/ltmain.sh-2187- if test -n "$libdir" && test ! -f "$libfile"; then enchant-1.6.0/ltmain.sh:2188: func_warning "\`$lib' has not been installed in \`$libdir'" enchant-1.6.0/ltmain.sh-2189- finalize=no ############################################## enchant-1.6.0/ltmain.sh-2204- # Replace the output file specification. enchant-1.6.0/ltmain.sh:2205: relink_command=`$ECHO "X$relink_command" | $Xsed -e 's%@OUTPUT@%'"$outputname"'%g'` enchant-1.6.0/ltmain.sh-2206- ############################################## enchant-1.6.0/ltmain.sh-2223- # Install the binary that we compiled earlier. enchant-1.6.0/ltmain.sh:2224: file=`$ECHO "X$file$stripped_ext" | $Xsed -e "s%\([^/]*\)$%$objdir/\1%"` enchant-1.6.0/ltmain.sh-2225- fi ############################################## enchant-1.6.0/ltmain.sh-2294- my_pic_p="${3-no}" enchant-1.6.0/ltmain.sh:2295: my_prefix=`$ECHO "$my_originator" | sed 's%[^a-zA-Z0-9]%_%g'` enchant-1.6.0/ltmain.sh-2296- my_dlsyms= ############################################## enchant-1.6.0/ltmain.sh-2334- # Add our own program objects to the symbol list. enchant-1.6.0/ltmain.sh:2335: progfiles=`$ECHO "X$objs$old_deplibs" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP` enchant-1.6.0/ltmain.sh-2336- for progfile in $progfiles; do ############################################## enchant-1.6.0/ltmain.sh-2517- if test -f "$output_objdir/$my_outputname.def"; then enchant-1.6.0/ltmain.sh:2518: compile_command=`$ECHO "X$compile_command" | $Xsed -e "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"` enchant-1.6.0/ltmain.sh:2519: finalize_command=`$ECHO "X$finalize_command" | $Xsed -e "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"` enchant-1.6.0/ltmain.sh-2520- else enchant-1.6.0/ltmain.sh:2521: compile_command=`$ECHO "X$compile_command" | $Xsed -e "s%@SYMFILE@%$symfileobj%"` enchant-1.6.0/ltmain.sh:2522: finalize_command=`$ECHO "X$finalize_command" | $Xsed -e "s%@SYMFILE@%$symfileobj%"` enchant-1.6.0/ltmain.sh-2523- fi ############################################## enchant-1.6.0/ltmain.sh-2525- *) enchant-1.6.0/ltmain.sh:2526: compile_command=`$ECHO "X$compile_command" | $Xsed -e "s%@SYMFILE@%$symfileobj%"` enchant-1.6.0/ltmain.sh:2527: finalize_command=`$ECHO "X$finalize_command" | $Xsed -e "s%@SYMFILE@%$symfileobj%"` enchant-1.6.0/ltmain.sh-2528- ;; ############################################## enchant-1.6.0/ltmain.sh-2540- # Nullify the symbol file. enchant-1.6.0/ltmain.sh:2541: compile_command=`$ECHO "X$compile_command" | $Xsed -e "s% @SYMFILE@%%"` enchant-1.6.0/ltmain.sh:2542: finalize_command=`$ECHO "X$finalize_command" | $Xsed -e "s% @SYMFILE@%%"` enchant-1.6.0/ltmain.sh-2543- fi ############################################## enchant-1.6.0/ltmain.sh-2555- win32_libid_type="unknown" enchant-1.6.0/ltmain.sh:2556: win32_fileres=`file -L $1 2>/dev/null` enchant-1.6.0/ltmain.sh-2557- case $win32_fileres in ############################################## enchant-1.6.0/ltmain.sh-2652- darwin_curdir=`pwd` enchant-1.6.0/ltmain.sh:2653: darwin_base_archive=`basename "$darwin_archive"` enchant-1.6.0/ltmain.sh:2654: darwin_arches=`$LIPO -info "$darwin_archive" 2>/dev/null | $GREP Architectures 2>/dev/null || true` enchant-1.6.0/ltmain.sh-2655- if test -n "$darwin_arches"; then enchant-1.6.0/ltmain.sh:2656: darwin_arches=`$ECHO "$darwin_arches" | $SED -e 's/.*are://'` enchant-1.6.0/ltmain.sh-2657- darwin_arch= ############################################## enchant-1.6.0/ltmain.sh-2667- ## Okay now we've a bunch of thin objects, gotta fatten them up :) enchant-1.6.0/ltmain.sh:2668: darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print | $SED -e "$basename" | sort -u` enchant-1.6.0/ltmain.sh-2669- darwin_file= ############################################## enchant-1.6.0/ltmain.sh-2671- for darwin_file in $darwin_filelist; do enchant-1.6.0/ltmain.sh:2672: darwin_files=`find unfat-$$ -name $darwin_file -print | $NL2SP` enchant-1.6.0/ltmain.sh-2673- $LIPO -create -output "$darwin_file" $darwin_files ############################################## enchant-1.6.0/ltmain.sh-2686- esac enchant-1.6.0/ltmain.sh:2687: my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | $NL2SP` enchant-1.6.0/ltmain.sh-2688- done ############################################## enchant-1.6.0/ltmain.sh-2757- shift enchant-1.6.0/ltmain.sh:2758: elif test \"X\`{ \$ECHO '\t'; } 2>/dev/null\`\" = 'X\t'; then enchant-1.6.0/ltmain.sh-2759- # Yippee, \$ECHO works! ############################################## enchant-1.6.0/ltmain.sh-2769- # Find the directory that this script lives in. enchant-1.6.0/ltmain.sh:2770: thisdir=\`\$ECHO \"X\$file\" | \$Xsed -e 's%/[^/]*$%%'\` enchant-1.6.0/ltmain.sh-2771- test \"x\$thisdir\" = \"x\$file\" && thisdir=. ############################################## enchant-1.6.0/ltmain.sh-2773- # Follow symbolic links until we get to the real thisdir. enchant-1.6.0/ltmain.sh:2774: file=\`ls -ld \"\$file\" | ${SED} -n 's/.*-> //p'\` enchant-1.6.0/ltmain.sh-2775- while test -n \"\$file\"; do enchant-1.6.0/ltmain.sh:2776: destdir=\`\$ECHO \"X\$file\" | \$Xsed -e 's%/[^/]*\$%%'\` enchant-1.6.0/ltmain.sh-2777- ############################################## enchant-1.6.0/ltmain.sh-2785- enchant-1.6.0/ltmain.sh:2786: file=\`\$ECHO \"X\$file\" | \$Xsed -e 's%^.*/%%'\` enchant-1.6.0/ltmain.sh:2787: file=\`ls -ld \"\$thisdir/\$file\" | ${SED} -n 's/.*-> //p'\` enchant-1.6.0/ltmain.sh-2788- done ############################################## enchant-1.6.0/ltmain.sh-2816- case \"\$thisdir\" in enchant-1.6.0/ltmain.sh:2817: *[\\\\/]$objdir ) thisdir=\`\$ECHO \"X\$thisdir\" | \$Xsed -e 's%[\\\\/][^\\\\/]*$%%'\` ;; enchant-1.6.0/ltmain.sh-2818- $objdir ) thisdir=. ;; ############################################## enchant-1.6.0/ltmain.sh-2822- # Try to get the absolute directory name. enchant-1.6.0/ltmain.sh:2823: absdir=\`cd \"\$thisdir\" && pwd\` enchant-1.6.0/ltmain.sh-2824- test -n \"\$absdir\" && thisdir=\"\$absdir\" ############################################## enchant-1.6.0/ltmain.sh-2832- if test ! -f \"\$progdir/\$program\" || enchant-1.6.0/ltmain.sh:2833: { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | ${SED} 1q\`; \\ enchant-1.6.0/ltmain.sh-2834- test \"X\$file\" != \"X\$progdir/\$program\"; }; then ############################################## enchant-1.6.0/ltmain.sh-2847- if test -n \"\$relink_command\"; then enchant-1.6.0/ltmain.sh:2848: if relink_command_output=\`eval \$relink_command 2>&1\`; then : enchant-1.6.0/ltmain.sh-2849- else ############################################## enchant-1.6.0/ltmain.sh-2879- # The second colon is a workaround for a bug in BeOS R4 sed enchant-1.6.0/ltmain.sh:2880: $shlibpath_var=\`\$ECHO \"X\$$shlibpath_var\" | \$Xsed -e 's/::*\$//'\` enchant-1.6.0/ltmain.sh-2881- ############################################## enchant-1.6.0/ltmain.sh-2994- *cygwin* ) enchant-1.6.0/ltmain.sh:2995: func_to_host_path_tmp1=`cygpath -w "$1"` enchant-1.6.0/ltmain.sh-2996- func_to_host_path_result=`echo "$func_to_host_path_tmp1" |\ ############################################## enchant-1.6.0/ltmain.sh-3006- # the odd construction: enchant-1.6.0/ltmain.sh:3007: func_to_host_path_tmp1=`winepath -w "$1" 2>/dev/null` enchant-1.6.0/ltmain.sh-3008- if test "$?" -eq 0 && test -n "${func_to_host_path_tmp1}"; then ############################################## enchant-1.6.0/ltmain.sh-3073- *cygwin* ) enchant-1.6.0/ltmain.sh:3074: func_to_host_pathlist_tmp2=`cygpath -w -p "$func_to_host_pathlist_tmp1"` enchant-1.6.0/ltmain.sh-3075- func_to_host_pathlist_result=`echo "$func_to_host_pathlist_tmp2" |\ ############################################## enchant-1.6.0/ltmain.sh-4240- moreargs= enchant-1.6.0/ltmain.sh:4241: for fil in `cat "$save_arg"` enchant-1.6.0/ltmain.sh-4242- do ############################################## enchant-1.6.0/ltmain.sh-4490- *) enchant-1.6.0/ltmain.sh:4491: absdir=`cd "$dir" && pwd` enchant-1.6.0/ltmain.sh-4492- test -z "$absdir" && \ ############################################## enchant-1.6.0/ltmain.sh-4505- *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*) enchant-1.6.0/ltmain.sh:4506: testbindir=`$ECHO "X$dir" | $Xsed -e 's*/lib$*/bin*'` enchant-1.6.0/ltmain.sh-4507- case :$dllsearchpath: in ############################################## enchant-1.6.0/ltmain.sh-4927- # get the directories listed in $shlibpath_var enchant-1.6.0/ltmain.sh:4928: eval shlib_search_path=\`\$ECHO \"X\${$shlibpath_var}\" \| \$Xsed -e \'s/:/ /g\'\` enchant-1.6.0/ltmain.sh-4929- else ############################################## enchant-1.6.0/ltmain.sh-5050- for deplib in $dependency_libs; do enchant-1.6.0/ltmain.sh:5051: deplib_base=`$ECHO "X$deplib" | $Xsed -e "$basename"` enchant-1.6.0/ltmain.sh-5052- case " $weak_libs " in ############################################## enchant-1.6.0/ltmain.sh-5228- set dummy $deplibs_check_method; shift enchant-1.6.0/ltmain.sh:5229: match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"` enchant-1.6.0/ltmain.sh-5230- if eval "\$ECHO \"X$deplib\"" 2>/dev/null | $Xsed -e 10q \ ############################################## enchant-1.6.0/ltmain.sh-5291- else enchant-1.6.0/ltmain.sh:5292: func_fatal_error "cannot find the library \`$lib' or unhandled argument \`$deplib'" enchant-1.6.0/ltmain.sh-5293- fi ############################################## enchant-1.6.0/ltmain.sh-5320- if test -n "$inherited_linker_flags"; then enchant-1.6.0/ltmain.sh:5321: tmp_inherited_linker_flags=`$ECHO "X$inherited_linker_flags" | $Xsed -e 's/-framework \([^ $]*\)/\1.ltframework/g'` enchant-1.6.0/ltmain.sh-5322- for tmp_inherited_linker_flag in $tmp_inherited_linker_flags; do ############################################## enchant-1.6.0/ltmain.sh-5328- fi enchant-1.6.0/ltmain.sh:5329: dependency_libs=`$ECHO "X $dependency_libs" | $Xsed -e 's% \([^ $]*\).ltframework% -framework \1%g'` enchant-1.6.0/ltmain.sh-5330- if test "$linkmode,$pass" = "lib,link" || ############################################## enchant-1.6.0/ltmain.sh-5395- *) enchant-1.6.0/ltmain.sh:5396: abs_ladir=`cd "$ladir" && pwd` enchant-1.6.0/ltmain.sh-5397- if test -z "$abs_ladir"; then ############################################## enchant-1.6.0/ltmain.sh-5621- shift enchant-1.6.0/ltmain.sh:5622: libname=`eval "\\$ECHO \"$libname_spec\""` enchant-1.6.0/ltmain.sh-5623- # use dlname if we got it. it's perfectly good, no? ############################################## enchant-1.6.0/ltmain.sh-5904- *) enchant-1.6.0/ltmain.sh:5905: absdir=`cd "$dir" && pwd` enchant-1.6.0/ltmain.sh-5906- if test -z "$absdir"; then ############################################## enchant-1.6.0/ltmain.sh-5915- depdepl= enchant-1.6.0/ltmain.sh:5916: eval deplibrary_names=`${SED} -n -e 's/^library_names=\(.*\)$/\1/p' $deplib` enchant-1.6.0/ltmain.sh-5917- if test -n "$deplibrary_names" ; then ############################################## enchant-1.6.0/ltmain.sh-5922- depdepl="$absdir/$objdir/$depdepl" enchant-1.6.0/ltmain.sh:5923: darwin_install_name=`${OTOOL} -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'` enchant-1.6.0/ltmain.sh-5924- if test -z "$darwin_install_name"; then enchant-1.6.0/ltmain.sh:5925: darwin_install_name=`${OTOOL64} -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'` enchant-1.6.0/ltmain.sh-5926- fi ############################################## enchant-1.6.0/ltmain.sh-5937- else enchant-1.6.0/ltmain.sh:5938: eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib` enchant-1.6.0/ltmain.sh-5939- test -z "$libdir" && \ ############################################## enchant-1.6.0/ltmain.sh-5960- else enchant-1.6.0/ltmain.sh:5961: compiler_flags="$compiler_flags "`$ECHO "X $new_inherited_linker_flags" | $Xsed -e 's% \([^ $]*\).ltframework% -framework \1%g'` enchant-1.6.0/ltmain.sh-5962- fi ############################################## enchant-1.6.0/ltmain.sh-6109- test "$module" = no && \ enchant-1.6.0/ltmain.sh:6110: func_fatal_help "libtool library \`$output' must begin with \`lib'" enchant-1.6.0/ltmain.sh-6111- ############################################## enchant-1.6.0/ltmain.sh-6243- if test "$age" -gt "$current"; then enchant-1.6.0/ltmain.sh:6244: func_error "AGE \`$age' is greater than the current interface number \`$current'" enchant-1.6.0/ltmain.sh-6245- func_fatal_error "\`$vinfo' is not valid version information" ############################################## enchant-1.6.0/ltmain.sh-6404- removelist= enchant-1.6.0/ltmain.sh:6405: tempremovelist=`$ECHO "$output_objdir/*"` enchant-1.6.0/ltmain.sh-6406- for p in $tempremovelist; do ############################################## enchant-1.6.0/ltmain.sh-6430- # Transform .lo files to .o files. enchant-1.6.0/ltmain.sh:6431: oldobjs="$objs "`$ECHO "X$libobjs" | $SP2NL | $Xsed -e '/\.'${libext}'$/d' -e "$lo2o" | $NL2SP` enchant-1.6.0/ltmain.sh-6432- fi ############################################## enchant-1.6.0/ltmain.sh-6435- #for path in $notinst_path; do enchant-1.6.0/ltmain.sh:6436: # lib_search_path=`$ECHO "X$lib_search_path " | $Xsed -e "s% $path % %g"` enchant-1.6.0/ltmain.sh:6437: # deplibs=`$ECHO "X$deplibs " | $Xsed -e "s% -L$path % %g"` enchant-1.6.0/ltmain.sh:6438: # dependency_libs=`$ECHO "X$dependency_libs " | $Xsed -e "s% -L$path % %g"` enchant-1.6.0/ltmain.sh-6439- #done ############################################## enchant-1.6.0/ltmain.sh-6555- if test -n "$i" ; then enchant-1.6.0/ltmain.sh:6556: libname=`eval "\\$ECHO \"$libname_spec\""` enchant-1.6.0/ltmain.sh:6557: deplib_matches=`eval "\\$ECHO \"$library_names_spec\""` enchant-1.6.0/ltmain.sh-6558- set dummy $deplib_matches; shift enchant-1.6.0/ltmain.sh-6559- deplib_match=$1 enchant-1.6.0/ltmain.sh:6560: if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then enchant-1.6.0/ltmain.sh-6561- newdeplibs="$newdeplibs $i" ############################################## enchant-1.6.0/ltmain.sh-6598- if test -n "$i" ; then enchant-1.6.0/ltmain.sh:6599: libname=`eval "\\$ECHO \"$libname_spec\""` enchant-1.6.0/ltmain.sh:6600: deplib_matches=`eval "\\$ECHO \"$library_names_spec\""` enchant-1.6.0/ltmain.sh-6601- set dummy $deplib_matches; shift enchant-1.6.0/ltmain.sh-6602- deplib_match=$1 enchant-1.6.0/ltmain.sh:6603: if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then enchant-1.6.0/ltmain.sh-6604- newdeplibs="$newdeplibs $i" ############################################## enchant-1.6.0/ltmain.sh-6633- set dummy $deplibs_check_method; shift enchant-1.6.0/ltmain.sh:6634: file_magic_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"` enchant-1.6.0/ltmain.sh-6635- for a_deplib in $deplibs; do ############################################## enchant-1.6.0/ltmain.sh-6648- if test -n "$a_deplib" ; then enchant-1.6.0/ltmain.sh:6649: libname=`eval "\\$ECHO \"$libname_spec\""` enchant-1.6.0/ltmain.sh-6650- for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do enchant-1.6.0/ltmain.sh:6651: potential_libs=`ls $i/$libname[.-]* 2>/dev/null` enchant-1.6.0/ltmain.sh-6652- for potent_lib in $potential_libs; do ############################################## enchant-1.6.0/ltmain.sh-6664- while test -h "$potlib" 2>/dev/null; do enchant-1.6.0/ltmain.sh:6665: potliblink=`ls -ld $potlib | ${SED} 's/.* -> //'` enchant-1.6.0/ltmain.sh-6666- case $potliblink in enchant-1.6.0/ltmain.sh-6667- [\\/]* | [A-Za-z]:[\\/]*) potlib="$potliblink";; enchant-1.6.0/ltmain.sh:6668: *) potlib=`$ECHO "X$potlib" | $Xsed -e 's,[^/]*$,,'`"$potliblink";; enchant-1.6.0/ltmain.sh-6669- esac ############################################## enchant-1.6.0/ltmain.sh-6705- set dummy $deplibs_check_method; shift enchant-1.6.0/ltmain.sh:6706: match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"` enchant-1.6.0/ltmain.sh-6707- for a_deplib in $deplibs; do ############################################## enchant-1.6.0/ltmain.sh-6720- if test -n "$a_deplib" ; then enchant-1.6.0/ltmain.sh:6721: libname=`eval "\\$ECHO \"$libname_spec\""` enchant-1.6.0/ltmain.sh-6722- for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do enchant-1.6.0/ltmain.sh:6723: potential_libs=`ls $i/$libname[.-]* 2>/dev/null` enchant-1.6.0/ltmain.sh-6724- for potent_lib in $potential_libs; do ############################################## enchant-1.6.0/ltmain.sh-6764- # can't use Xsed below, because $i might contain '/' enchant-1.6.0/ltmain.sh:6765: tmp_deplibs=`$ECHO "X $tmp_deplibs" | $Xsed -e "s,$i,,"` enchant-1.6.0/ltmain.sh-6766- done ############################################## enchant-1.6.0/ltmain.sh-6789- # On Rhapsody replace the C library with the System framework enchant-1.6.0/ltmain.sh:6790: newdeplibs=`$ECHO "X $newdeplibs" | $Xsed -e 's/ -lc / System.ltframework /'` enchant-1.6.0/ltmain.sh-6791- ;; ############################################## enchant-1.6.0/ltmain.sh-6841- *-*-darwin*) enchant-1.6.0/ltmain.sh:6842: newdeplibs=`$ECHO "X $newdeplibs" | $Xsed -e 's% \([^ $]*\).ltframework% -framework \1%g'` enchant-1.6.0/ltmain.sh:6843: new_inherited_linker_flags=`$ECHO "X $new_inherited_linker_flags" | $Xsed -e 's% \([^ $]*\).ltframework% -framework \1%g'` enchant-1.6.0/ltmain.sh:6844: deplibs=`$ECHO "X $deplibs" | $Xsed -e 's% \([^ $]*\).ltframework% -framework \1%g'` enchant-1.6.0/ltmain.sh-6845- ;; ############################################## enchant-1.6.0/ltmain.sh-6965- # Use standard objects if they are pic enchant-1.6.0/ltmain.sh:6966: test -z "$pic_flag" && libobjs=`$ECHO "X$libobjs" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP` enchant-1.6.0/ltmain.sh-6967- test "X$libobjs" = "X " && libobjs= ############################################## enchant-1.6.0/ltmain.sh-6980- # exporting using user supplied symfile enchant-1.6.0/ltmain.sh:6981: if test "x`$SED 1q $export_symbols`" != xEXPORTS; then enchant-1.6.0/ltmain.sh-6982- # and it's NOT already a .def file. Must figure out ############################################## enchant-1.6.0/ltmain.sh-7132- save_output=$output enchant-1.6.0/ltmain.sh:7133: output_la=`$ECHO "X$output" | $Xsed -e "$basename"` enchant-1.6.0/ltmain.sh-7134- ############################################## enchant-1.6.0/ltmain.sh-7436- eval tmp_whole_archive_flags=\"$whole_archive_flag_spec\" enchant-1.6.0/ltmain.sh:7437: reload_conv_objs=$reload_objs\ `$ECHO "X$tmp_whole_archive_flags" | $Xsed -e 's|,| |g'` enchant-1.6.0/ltmain.sh-7438- else ############################################## enchant-1.6.0/ltmain.sh-7447- # Create the old-style object. enchant-1.6.0/ltmain.sh:7448: 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 enchant-1.6.0/ltmain.sh-7449- ############################################## enchant-1.6.0/ltmain.sh-7507- # On Rhapsody replace the C library is the System framework enchant-1.6.0/ltmain.sh:7508: compile_deplibs=`$ECHO "X $compile_deplibs" | $Xsed -e 's/ -lc / System.ltframework /'` enchant-1.6.0/ltmain.sh:7509: finalize_deplibs=`$ECHO "X $finalize_deplibs" | $Xsed -e 's/ -lc / System.ltframework /'` enchant-1.6.0/ltmain.sh-7510- ;; ############################################## enchant-1.6.0/ltmain.sh-7525- # Time to change all our "foo.ltframework" stuff back to "-framework foo" enchant-1.6.0/ltmain.sh:7526: compile_deplibs=`$ECHO "X $compile_deplibs" | $Xsed -e 's% \([^ $]*\).ltframework% -framework \1%g'` enchant-1.6.0/ltmain.sh:7527: finalize_deplibs=`$ECHO "X $finalize_deplibs" | $Xsed -e 's% \([^ $]*\).ltframework% -framework \1%g'` enchant-1.6.0/ltmain.sh-7528- ;; ############################################## enchant-1.6.0/ltmain.sh-7603- *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*) enchant-1.6.0/ltmain.sh:7604: testbindir=`${ECHO} "$libdir" | ${SED} -e 's*/lib$*/bin*'` enchant-1.6.0/ltmain.sh-7605- case :$dllsearchpath: in ############################################## enchant-1.6.0/ltmain.sh-7663- # Transform all the library objects into standard objects. enchant-1.6.0/ltmain.sh:7664: compile_command=`$ECHO "X$compile_command" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP` enchant-1.6.0/ltmain.sh:7665: finalize_command=`$ECHO "X$finalize_command" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP` enchant-1.6.0/ltmain.sh-7666- fi ############################################## enchant-1.6.0/ltmain.sh-7693- # Replace the output file specification. enchant-1.6.0/ltmain.sh:7694: compile_command=`$ECHO "X$compile_command" | $Xsed -e 's%@OUTPUT@%'"$output"'%g'` enchant-1.6.0/ltmain.sh-7695- link_command="$compile_command$compile_rpath" ############################################## enchant-1.6.0/ltmain.sh-7740- # Replace the output file specification. enchant-1.6.0/ltmain.sh:7741: link_command=`$ECHO "X$link_command" | $Xsed -e 's%@OUTPUT@%'"$output"'%g'` enchant-1.6.0/ltmain.sh-7742- # Delete the old output file. ############################################## enchant-1.6.0/ltmain.sh-7759- if test "$fast_install" = yes; then enchant-1.6.0/ltmain.sh:7760: relink_command=`$ECHO "X$compile_var$compile_command$compile_rpath" | $Xsed -e 's%@OUTPUT@%\$progdir/\$file%g'` enchant-1.6.0/ltmain.sh-7761- else ############################################## enchant-1.6.0/ltmain.sh-7771- # Replace the output file specification. enchant-1.6.0/ltmain.sh:7772: link_command=`$ECHO "X$link_command" | $Xsed -e 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'` enchant-1.6.0/ltmain.sh-7773- ############################################## enchant-1.6.0/ltmain.sh-7795- relink_command="(cd `pwd`; $relink_command)" enchant-1.6.0/ltmain.sh:7796: relink_command=`$ECHO "X$relink_command" | $Xsed -e "$sed_quote_subst"` enchant-1.6.0/ltmain.sh-7797- fi ############################################## enchant-1.6.0/ltmain.sh-7804- esac enchant-1.6.0/ltmain.sh:7805: qecho=`$ECHO "X$qecho" | $Xsed -e "$sed_quote_subst"` enchant-1.6.0/ltmain.sh-7806- else enchant-1.6.0/ltmain.sh:7807: qecho=`$ECHO "X$ECHO" | $Xsed -e "$sed_quote_subst"` enchant-1.6.0/ltmain.sh-7808- fi ############################################## enchant-1.6.0/ltmain.sh-8038- relink_command="(cd `pwd`; $SHELL $progpath $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)" enchant-1.6.0/ltmain.sh:8039: relink_command=`$ECHO "X$relink_command" | $Xsed -e "$sed_quote_subst"` enchant-1.6.0/ltmain.sh-8040- if test "$hardcode_automatic" = yes ; then ############################################## enchant-1.6.0/ltmain.sh-8058- name="$func_basename_result" enchant-1.6.0/ltmain.sh:8059: eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib` enchant-1.6.0/ltmain.sh-8060- test -z "$libdir" && \ ############################################## enchant-1.6.0/ltmain.sh-8074- name="$func_basename_result" enchant-1.6.0/ltmain.sh:8075: eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib` enchant-1.6.0/ltmain.sh-8076- test -z "$libdir" && \ ############################################## enchant-1.6.0/ltmain.sh-8093- name="$func_basename_result" enchant-1.6.0/ltmain.sh:8094: eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib` enchant-1.6.0/ltmain.sh-8095- test -z "$libdir" && \ ############################################## enchant-1.6.0/ltmain.sh-8397-# ### BEGIN LIBTOOL TAG CONFIG: disable-static enchant-1.6.0/ltmain.sh:8398:build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac` enchant-1.6.0/ltmain.sh-8399-# ### END LIBTOOL TAG CONFIG: disable-static ############################################## enchant-1.6.0/tests/Makefile.in-346- test -n "$(EXEEXT)" || exit 0; \ enchant-1.6.0/tests/Makefile.in:347: list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ enchant-1.6.0/tests/Makefile.in-348- echo " rm -f" $$list; \ ############################################## enchant-1.6.0/tests/Makefile.in-355- test -n "$(EXEEXT)" || exit 0; \ enchant-1.6.0/tests/Makefile.in:356: list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ enchant-1.6.0/tests/Makefile.in-357- echo " rm -f" $$list; \ ############################################## enchant-1.6.0/tests/Makefile.in-390-.c.obj: enchant-1.6.0/tests/Makefile.in:391:@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` enchant-1.6.0/tests/Makefile.in-392-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po ############################################## enchant-1.6.0/tests/Makefile.in-394-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ enchant-1.6.0/tests/Makefile.in:395:@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` enchant-1.6.0/tests/Makefile.in-396- ############################################## enchant-1.6.0/tests/Makefile.in-411-.cpp.obj: enchant-1.6.0/tests/Makefile.in:412:@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` enchant-1.6.0/tests/Makefile.in-413-@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po ############################################## enchant-1.6.0/tests/Makefile.in-415-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ enchant-1.6.0/tests/Makefile.in:416:@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` enchant-1.6.0/tests/Makefile.in-417- ############################################## enchant-1.6.0/tests/Makefile.in-475-GTAGS: enchant-1.6.0/tests/Makefile.in:476: here=`$(am__cd) $(top_builddir) && pwd` \ enchant-1.6.0/tests/Makefile.in-477- && $(am__cd) $(top_srcdir) \ ############################################## enchant-1.6.0/tests/Makefile.in-483-distdir: $(DISTFILES) enchant-1.6.0/tests/Makefile.in:484: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ enchant-1.6.0/tests/Makefile.in:485: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ enchant-1.6.0/tests/Makefile.in-486- list='$(DISTFILES)'; \ ############################################## enchant-1.6.0/tests/Makefile.in-497- if test -d $$d/$$file; then \ enchant-1.6.0/tests/Makefile.in:498: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ enchant-1.6.0/tests/Makefile.in-499- if test -d "$(distdir)/$$file"; then \ ############################################## enchant-1.6.0/install-sh-217- fi enchant-1.6.0/install-sh:218: cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;; enchant-1.6.0/install-sh-219- *) ############################################## enchant-1.6.0/install-sh-269- dstdir=$dst enchant-1.6.0/install-sh:270: dst=$dstdir/`basename "$src"` enchant-1.6.0/install-sh-271- dstdir_status=0 ############################################## enchant-1.6.0/install-sh-351- # FreeBSD 6.1 mkdir -m -p sets mode of existing directory. enchant-1.6.0/install-sh:352: ls_ld_tmpdir=`ls -ld "$tmpdir"` enchant-1.6.0/install-sh-353- case $ls_ld_tmpdir in ############################################## enchant-1.6.0/install-sh-358- $mkdirprog -m$different_mode -p -- "$tmpdir" && { enchant-1.6.0/install-sh:359: ls_ld_tmpdir_1=`ls -ld "$tmpdir"` enchant-1.6.0/install-sh-360- test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1" ############################################## enchant-1.6.0/install-sh-418- case $prefix in enchant-1.6.0/install-sh:419: *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;; enchant-1.6.0/install-sh-420- *) qprefix=$prefix;; ############################################## enchant-1.6.0/install-sh-467- if $copy_on_change && enchant-1.6.0/install-sh:468: old=`LC_ALL=C ls -dlL "$dst" 2>/dev/null` && enchant-1.6.0/install-sh:469: new=`LC_ALL=C ls -dlL "$dsttmp" 2>/dev/null` && enchant-1.6.0/install-sh-470- ############################################## enchant-1.6.0/data/Makefile.in-48-DIST_SOURCES = enchant-1.6.0/data/Makefile.in:49:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; enchant-1.6.0/data/Makefile.in-50-am__vpath_adj = case $$p in \ enchant-1.6.0/data/Makefile.in:51: $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ enchant-1.6.0/data/Makefile.in-52- *) f=$$p;; \ enchant-1.6.0/data/Makefile.in-53- esac; enchant-1.6.0/data/Makefile.in:54:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; enchant-1.6.0/data/Makefile.in-55-am__install_max = 40 enchant-1.6.0/data/Makefile.in-56-am__nobase_strip_setup = \ enchant-1.6.0/data/Makefile.in:57: srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` enchant-1.6.0/data/Makefile.in-58-am__nobase_strip = \ ############################################## enchant-1.6.0/data/Makefile.in-274- @list='$(ordering_DATA)'; test -n "$(orderingdir)" || list=; \ enchant-1.6.0/data/Makefile.in:275: files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ enchant-1.6.0/data/Makefile.in-276- test -n "$$files" || exit 0; \ ############################################## enchant-1.6.0/data/Makefile.in-286-distdir: $(DISTFILES) enchant-1.6.0/data/Makefile.in:287: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ enchant-1.6.0/data/Makefile.in:288: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ enchant-1.6.0/data/Makefile.in-289- list='$(DISTFILES)'; \ ############################################## enchant-1.6.0/data/Makefile.in-300- if test -d $$d/$$file; then \ enchant-1.6.0/data/Makefile.in:301: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ enchant-1.6.0/data/Makefile.in-302- if test -d "$(distdir)/$$file"; then \ ############################################## enchant-1.6.0/missing-139- # Could not run --version or --help. This is probably someone enchant-1.6.0/missing:140: # running `$TOOL --version' or `$TOOL --help' to check whether enchant-1.6.0/missing-141- # $TOOL exists and not knowing $TOOL uses missing. ############################################## enchant-1.6.0/missing-173- from any GNU archive site." enchant-1.6.0/missing:174: files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}` enchant-1.6.0/missing-175- test -z "$files" && files="config.h" ############################################## enchant-1.6.0/missing-202- proper tools for further handling them. enchant-1.6.0/missing:203: You can get \`$1' as part of \`Autoconf' from any GNU enchant-1.6.0/missing-204- archive site." enchant-1.6.0/missing-205- enchant-1.6.0/missing:206: file=`echo "$*" | sed -n "$sed_output"` enchant-1.6.0/missing:207: test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"` enchant-1.6.0/missing-208- if test -f "$file"; then ############################################## enchant-1.6.0/missing-231- *.y) enchant-1.6.0/missing:232: SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'` enchant-1.6.0/missing-233- if test -f "$SRCFILE"; then ############################################## enchant-1.6.0/missing-235- fi enchant-1.6.0/missing:236: SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'` enchant-1.6.0/missing-237- if test -f "$SRCFILE"; then ############################################## enchant-1.6.0/missing-261- *.l) enchant-1.6.0/missing:262: SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'` enchant-1.6.0/missing-263- if test -f "$SRCFILE"; then ############################################## enchant-1.6.0/missing-280- enchant-1.6.0/missing:281: file=`echo "$*" | sed -n "$sed_output"` enchant-1.6.0/missing:282: test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"` enchant-1.6.0/missing-283- if test -f "$file"; then ############################################## enchant-1.6.0/missing-300- # The file to touch is that specified with -o ... enchant-1.6.0/missing:301: file=`echo "$*" | sed -n "$sed_output"` enchant-1.6.0/missing:302: test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"` enchant-1.6.0/missing-303- if test -z "$file"; then enchant-1.6.0/missing-304- # ... or it is the one specified with @setfilename ... enchant-1.6.0/missing:305: infile=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'` enchant-1.6.0/missing-306- file=`sed -n ' ############################################## enchant-1.6.0/missing-312- # ... or it is derived from the source name (dir/f.texi becomes f.info) enchant-1.6.0/missing:313: test -z "$file" && file=`echo "$infile" | sed 's,.*/,,;s,.[^.]*$,,'`.info enchant-1.6.0/missing-314- fi ############################################## enchant-1.6.0/missing-336- *o*) enchant-1.6.0/missing:337: firstarg=`echo "$firstarg" | sed s/o//` enchant-1.6.0/missing-338- tar "$firstarg" "$@" && exit 0 ############################################## enchant-1.6.0/missing-342- *h*) enchant-1.6.0/missing:343: firstarg=`echo "$firstarg" | sed s/h//` enchant-1.6.0/missing-344- tar "$firstarg" "$@" && exit 0 ############################################## enchant-1.6.0/lt-compile-resource-18-*.lo) enchant-1.6.0/lt-compile-resource:19: resfile=.libs/`basename $lo .lo`.o enchant-1.6.0/lt-compile-resource-20- ;; ############################################## enchant-1.6.0/lt-compile-resource-25-esac enchant-1.6.0/lt-compile-resource:26:d=`dirname $0` enchant-1.6.0/lt-compile-resource-27- ############################################## enchant-1.6.0/Makefile.in-64- ps-recursive uninstall-recursive enchant-1.6.0/Makefile.in:65:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; enchant-1.6.0/Makefile.in-66-am__vpath_adj = case $$p in \ enchant-1.6.0/Makefile.in:67: $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ enchant-1.6.0/Makefile.in-68- *) f=$$p;; \ enchant-1.6.0/Makefile.in-69- esac; enchant-1.6.0/Makefile.in:70:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; enchant-1.6.0/Makefile.in-71-am__install_max = 40 enchant-1.6.0/Makefile.in-72-am__nobase_strip_setup = \ enchant-1.6.0/Makefile.in:73: srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` enchant-1.6.0/Makefile.in-74-am__nobase_strip = \ ############################################## enchant-1.6.0/Makefile.in-109- while test -n "$$dir1"; do \ enchant-1.6.0/Makefile.in:110: first=`echo "$$dir1" | sed -e "$$sed_first"`; \ enchant-1.6.0/Makefile.in-111- if test "$$first" != "."; then \ enchant-1.6.0/Makefile.in-112- if test "$$first" = ".."; then \ enchant-1.6.0/Makefile.in:113: dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ enchant-1.6.0/Makefile.in:114: dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ enchant-1.6.0/Makefile.in-115- else \ enchant-1.6.0/Makefile.in:116: first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ enchant-1.6.0/Makefile.in-117- if test "$$first2" = "$$first"; then \ enchant-1.6.0/Makefile.in:118: dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ enchant-1.6.0/Makefile.in-119- else \ ############################################## enchant-1.6.0/Makefile.in-124- fi; \ enchant-1.6.0/Makefile.in:125: dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ enchant-1.6.0/Makefile.in-126- done; \ ############################################## enchant-1.6.0/Makefile.in-366- @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \ enchant-1.6.0/Makefile.in:367: files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ enchant-1.6.0/Makefile.in-368- test -n "$$files" || exit 0; \ ############################################## enchant-1.6.0/Makefile.in-386- dot_seen=no; \ enchant-1.6.0/Makefile.in:387: target=`echo $@ | sed s/-recursive//`; \ enchant-1.6.0/Makefile.in-388- list='$(SUBDIRS)'; for subdir in $$list; do \ ############################################## enchant-1.6.0/Makefile.in-421- rev="$$rev ."; \ enchant-1.6.0/Makefile.in:422: target=`echo $@ | sed s/-recursive//`; \ enchant-1.6.0/Makefile.in-423- for subdir in $$rev; do \ ############################################## enchant-1.6.0/Makefile.in-499-GTAGS: enchant-1.6.0/Makefile.in:500: here=`$(am__cd) $(top_builddir) && pwd` \ enchant-1.6.0/Makefile.in-501- && $(am__cd) $(top_srcdir) \ ############################################## enchant-1.6.0/Makefile.in-509- test -d "$(distdir)" || mkdir "$(distdir)" enchant-1.6.0/Makefile.in:510: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ enchant-1.6.0/Makefile.in:511: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ enchant-1.6.0/Makefile.in-512- list='$(DISTFILES)'; \ ############################################## enchant-1.6.0/Makefile.in-523- if test -d $$d/$$file; then \ enchant-1.6.0/Makefile.in:524: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ enchant-1.6.0/Makefile.in-525- if test -d "$(distdir)/$$file"; then \ ############################################## enchant-1.6.0/Makefile.in-631- test -d $(distdir)/_build || exit 0; \ enchant-1.6.0/Makefile.in:632: dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ enchant-1.6.0/Makefile.in-633- && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ ############################################## enchant-1.6.0/Makefile.in-665- @$(am__cd) '$(distuninstallcheck_dir)' \ enchant-1.6.0/Makefile.in:666: && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \ enchant-1.6.0/Makefile.in-667- || { echo "ERROR: files left after uninstall:" ; \ ############################################## enchant-1.6.0/Makefile.in-677- fi enchant-1.6.0/Makefile.in:678: @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ enchant-1.6.0/Makefile.in-679- || { echo "ERROR: files left in build directory after distclean:" ; \ ############################################## enchant-1.6.0/compile-resource-28- # Check if we have a build number stamp file. enchant-1.6.0/compile-resource:29: basename=`basename $rcfile .rc` enchant-1.6.0/compile-resource-30- if [ -f $basename-build.stamp ]; then ############################################## enchant-1.6.0/configure-46-as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo enchant-1.6.0/configure:47:if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then enchant-1.6.0/configure-48- as_echo='printf %s\n' ############################################## enchant-1.6.0/configure-50-else enchant-1.6.0/configure:51: if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then enchant-1.6.0/configure-52- as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' ############################################## enchant-1.6.0/configure-60- expr "X$arg" : "X\\(.*\\)$as_nl"; enchant-1.6.0/configure:61: arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; enchant-1.6.0/configure-62- esac; ############################################## enchant-1.6.0/configure-234- test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" && enchant-1.6.0/configure:235: test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; } enchant-1.6.0/configure-236-") 2> /dev/null; then ############################################## enchant-1.6.0/configure-349- test "x$as_lineno_1" != "x$as_lineno_2" && enchant-1.6.0/configure:350: test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; } enchant-1.6.0/configure-351- ############################################## enchant-1.6.0/configure-445- test "x$as_lineno_1" != "x$as_lineno_2" && enchant-1.6.0/configure:446: test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || { enchant-1.6.0/configure-447- ############################################## enchant-1.6.0/configure-558- esac; enchant-1.6.0/configure:559: case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in enchant-1.6.0/configure-560- ???[sx]*):;;*)false;;esac;fi ############################################## enchant-1.6.0/configure-580- # Remove one level of quotation (which was required for Make). enchant-1.6.0/configure:581: ECHO=`echo "$lt_ECHO" | sed 's,\\\\\$\\$0,'$0','` enchant-1.6.0/configure-582- ;; ############################################## enchant-1.6.0/configure-591- : enchant-1.6.0/configure:592:elif test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' ; then enchant-1.6.0/configure-593- # Yippee, $ECHO works! ############################################## enchant-1.6.0/configure-617- # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ... enchant-1.6.0/configure:618: if { echo_test_string=`eval $cmd`; } 2>/dev/null && enchant-1.6.0/configure-619- { test "X$echo_test_string" = "X$echo_test_string"; } 2>/dev/null ############################################## enchant-1.6.0/configure-625- enchant-1.6.0/configure:626: if test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' && enchant-1.6.0/configure:627: echo_testing_string=`{ $ECHO "$echo_test_string"; } 2>/dev/null` && enchant-1.6.0/configure-628- test "X$echo_testing_string" = "X$echo_test_string"; then ############################################## enchant-1.6.0/configure-640- if (test -f $dir/echo || test -f $dir/echo$ac_exeext) && enchant-1.6.0/configure:641: test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' && enchant-1.6.0/configure:642: echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` && enchant-1.6.0/configure-643- test "X$echo_testing_string" = "X$echo_test_string"; then ############################################## enchant-1.6.0/configure-652- if test "X`{ print -r '\t'; } 2>/dev/null`" = 'X\t' && enchant-1.6.0/configure:653: echo_testing_string=`{ print -r "$echo_test_string"; } 2>/dev/null` && enchant-1.6.0/configure-654- test "X$echo_testing_string" = "X$echo_test_string"; then ############################################## enchant-1.6.0/configure-667- ECHO='printf %s\n' enchant-1.6.0/configure:668: if test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' && enchant-1.6.0/configure:669: echo_testing_string=`{ $ECHO "$echo_test_string"; } 2>/dev/null` && enchant-1.6.0/configure-670- test "X$echo_testing_string" = "X$echo_test_string"; then ############################################## enchant-1.6.0/configure-672- : enchant-1.6.0/configure:673: elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` && enchant-1.6.0/configure-674- test "X$echo_testing_string" = 'X\t' && enchant-1.6.0/configure:675: echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` && enchant-1.6.0/configure-676- test "X$echo_testing_string" = "X$echo_test_string"; then ############################################## enchant-1.6.0/configure-681- ECHO="$CONFIG_SHELL $0 --fallback-echo" enchant-1.6.0/configure:682: elif echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` && enchant-1.6.0/configure-683- test "X$echo_testing_string" = 'X\t' && enchant-1.6.0/configure:684: echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` && enchant-1.6.0/configure-685- test "X$echo_testing_string" = "X$echo_test_string"; then ############################################## enchant-1.6.0/configure-691- for cmd in 'echo test' 'sed 2q "$0"' 'sed 10q "$0"' 'sed 20q "$0"' 'sed 50q "$0"'; do enchant-1.6.0/configure:692: if { test "X$echo_test_string" = "X`eval $cmd`"; } 2>/dev/null enchant-1.6.0/configure-693- then ############################################## enchant-1.6.0/configure-699- if test "$prev" != 'sed 50q "$0"'; then enchant-1.6.0/configure:700: echo_test_string=`eval $prev` enchant-1.6.0/configure-701- export echo_test_string ############################################## enchant-1.6.0/configure-1062- case $ac_option in enchant-1.6.0/configure:1063: *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; enchant-1.6.0/configure-1064- *) ac_optarg=yes ;; ############################################## enchant-1.6.0/configure-1105- -disable-* | --disable-*) enchant-1.6.0/configure:1106: ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` enchant-1.6.0/configure-1107- # Reject names that are not valid shell variable names. ############################################## enchant-1.6.0/configure-1111- ac_useropt_orig=$ac_useropt enchant-1.6.0/configure:1112: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` enchant-1.6.0/configure-1113- case $ac_user_opts in ############################################## enchant-1.6.0/configure-1132- -enable-* | --enable-*) enchant-1.6.0/configure:1133: ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` enchant-1.6.0/configure-1134- # Reject names that are not valid shell variable names. ############################################## enchant-1.6.0/configure-1138- ac_useropt_orig=$ac_useropt enchant-1.6.0/configure:1139: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` enchant-1.6.0/configure-1140- case $ac_user_opts in ############################################## enchant-1.6.0/configure-1337- -with-* | --with-*) enchant-1.6.0/configure:1338: ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` enchant-1.6.0/configure-1339- # Reject names that are not valid shell variable names. ############################################## enchant-1.6.0/configure-1343- ac_useropt_orig=$ac_useropt enchant-1.6.0/configure:1344: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` enchant-1.6.0/configure-1345- case $ac_user_opts in ############################################## enchant-1.6.0/configure-1354- -without-* | --without-*) enchant-1.6.0/configure:1355: ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` enchant-1.6.0/configure-1356- # Reject names that are not valid shell variable names. ############################################## enchant-1.6.0/configure-1360- ac_useropt_orig=$ac_useropt enchant-1.6.0/configure:1361: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` enchant-1.6.0/configure-1362- case $ac_user_opts in ############################################## enchant-1.6.0/configure-1394- *=*) enchant-1.6.0/configure:1395: ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` enchant-1.6.0/configure-1396- # Reject names that are not valid shell variable names. ############################################## enchant-1.6.0/configure-1414-if test -n "$ac_prev"; then enchant-1.6.0/configure:1415: ac_option=--`echo $ac_prev | sed 's/_/-/g'` enchant-1.6.0/configure-1416- { $as_echo "$as_me: error: missing argument to $ac_option" >&2 ############################################## enchant-1.6.0/configure-1438- */ ) enchant-1.6.0/configure:1439: ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'` enchant-1.6.0/configure-1440- eval $ac_var=\$ac_val;; ############################################## enchant-1.6.0/configure-1476-ac_ls_di=`ls -di .` && enchant-1.6.0/configure:1477:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || enchant-1.6.0/configure-1478- { $as_echo "$as_me: error: working directory cannot be determined" >&2 ############################################## enchant-1.6.0/configure-1536-case $srcdir in enchant-1.6.0/configure:1537:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;; enchant-1.6.0/configure-1538-esac ############################################## enchant-1.6.0/configure-1579-By default, \`make install' will install all the files in enchant-1.6.0/configure:1580:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify enchant-1.6.0/configure:1581:an installation prefix other than \`$ac_default_prefix' using \`--prefix', enchant-1.6.0/configure-1582-for instance \`--prefix=\$HOME'. ############################################## enchant-1.6.0/configure-1707-*) enchant-1.6.0/configure:1708: ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` enchant-1.6.0/configure-1709- # A ".." for each directory in $ac_dir_suffix. enchant-1.6.0/configure:1710: ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` enchant-1.6.0/configure-1711- case $ac_top_builddir_sub in ############################################## enchant-1.6.0/configure-1840- *\'*) enchant-1.6.0/configure:1841: ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; enchant-1.6.0/configure-1842- esac ############################################## enchant-1.6.0/configure-1927- case $ac_val in enchant-1.6.0/configure:1928: *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; enchant-1.6.0/configure-1929- esac ############################################## enchant-1.6.0/configure-1944- case $ac_val in enchant-1.6.0/configure:1945: *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; enchant-1.6.0/configure-1946- esac ############################################## enchant-1.6.0/configure-2055- set,) enchant-1.6.0/configure:2056: { $as_echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 enchant-1.6.0/configure:2057:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} enchant-1.6.0/configure-2058- ac_cache_corrupted=: ;; ############################################## enchant-1.6.0/configure-2066- # differences in whitespace do not lead to failure. enchant-1.6.0/configure:2067: ac_old_val_w=`echo x $ac_old_val` enchant-1.6.0/configure:2068: ac_new_val_w=`echo x $ac_new_val` enchant-1.6.0/configure-2069- if test "$ac_old_val_w" != "$ac_new_val_w"; then ############################################## enchant-1.6.0/configure-2086- case $ac_new_val in enchant-1.6.0/configure:2087: *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; enchant-1.6.0/configure-2088- *) ac_arg=$ac_var=$ac_new_val ;; ############################################## enchant-1.6.0/configure-2172-test "x$ac_build_alias" = x && enchant-1.6.0/configure:2173: ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"` enchant-1.6.0/configure-2174-test "x$ac_build_alias" = x && ############################################## enchant-1.6.0/configure-2177- { (exit 1); exit 1; }; } enchant-1.6.0/configure:2178:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` || enchant-1.6.0/configure-2179- { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5 ############################################## enchant-1.6.0/configure-2202-IFS=$ac_save_IFS enchant-1.6.0/configure:2203:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac enchant-1.6.0/configure-2204- ############################################## enchant-1.6.0/configure-2213-else enchant-1.6.0/configure:2214: ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` || enchant-1.6.0/configure-2215- { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5 ############################################## enchant-1.6.0/configure-2239-IFS=$ac_save_IFS enchant-1.6.0/configure:2240:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac enchant-1.6.0/configure-2241- ############################################## enchant-1.6.0/configure-2247-ENCHANT_MICRO_VERSION=0 enchant-1.6.0/configure:2248:MAJOR_VERSION_PLUS_MINOR_VERSION=`expr $ENCHANT_MAJOR_VERSION + $ENCHANT_MINOR_VERSION` enchant-1.6.0/configure-2249-VERSION=$ENCHANT_MAJOR_VERSION.$ENCHANT_MINOR_VERSION.$ENCHANT_MICRO_VERSION ############################################## enchant-1.6.0/configure-2378-if ( enchant-1.6.0/configure:2379: set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` enchant-1.6.0/configure-2380- if test "$*" = "X"; then enchant-1.6.0/configure-2381- # -L didn't work. enchant-1.6.0/configure:2382: set X `ls -t "$srcdir/configure" conftest.file` enchant-1.6.0/configure-2383- fi ############################################## enchant-1.6.0/configure-2420-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//' enchant-1.6.0/configure:2421:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"` enchant-1.6.0/configure-2422- enchant-1.6.0/configure-2423-# expand $ac_aux_dir to an absolute path enchant-1.6.0/configure:2424:am_aux_dir=`cd $ac_aux_dir && pwd` enchant-1.6.0/configure-2425- ############################################## enchant-1.6.0/configure-2565- { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue enchant-1.6.0/configure:2566: case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #( enchant-1.6.0/configure-2567- 'mkdir (GNU coreutils) '* | \ ############################################## enchant-1.6.0/configure-2644-set x ${MAKE-make} enchant-1.6.0/configure:2645:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` enchant-1.6.0/configure-2646-if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then ############################################## enchant-1.6.0/configure-2654-# GNU make sometimes prints "make[1]: Entering...", which would confuse us. enchant-1.6.0/configure:2655:case `${MAKE-make} -f conftest.make 2>/dev/null` in enchant-1.6.0/configure-2656- *@@@%%%=?*=@@@%%%*) ############################################## enchant-1.6.0/configure-2681- enchant-1.6.0/configure:2682:if test "`cd $srcdir && pwd`" != "`pwd`"; then enchant-1.6.0/configure-2683- # Use -I$(srcdir) only when $(srcdir) != ., so that make's output ############################################## enchant-1.6.0/configure-2789-# Ignore all kinds of additional output from `make'. enchant-1.6.0/configure:2790:case `$am_make -s -f confmf 2> /dev/null` in #( enchant-1.6.0/configure-2791-*the\ am__doit\ target*) ############################################## enchant-1.6.0/configure-2799- echo '.include "confinc"' > confmf enchant-1.6.0/configure:2800: case `$am_make -s -f confmf 2> /dev/null` in #( enchant-1.6.0/configure-2801- *the\ am__doit\ target*) ############################################## enchant-1.6.0/configure-3197-$as_echo_n "checking for C compiler default output file name... " >&6; } enchant-1.6.0/configure:3198:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` enchant-1.6.0/configure-3199- ############################################## enchant-1.6.0/configure-3241- then :; else enchant-1.6.0/configure:3242: ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` enchant-1.6.0/configure-3243- fi ############################################## enchant-1.6.0/configure-3344- *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; enchant-1.6.0/configure:3345: *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` enchant-1.6.0/configure-3346- break;; ############################################## enchant-1.6.0/configure-3402- *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;; enchant-1.6.0/configure:3403: *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` enchant-1.6.0/configure-3404- break;; ############################################## enchant-1.6.0/configure-3792- if test "$am_compiler_list" = ""; then enchant-1.6.0/configure:3793: am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` enchant-1.6.0/configure-3794- fi ############################################## enchant-1.6.0/configure-4690- if test "$am_compiler_list" = ""; then enchant-1.6.0/configure:4691: am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` enchant-1.6.0/configure-4692- fi ############################################## enchant-1.6.0/configure-5132-set x ${MAKE-make} enchant-1.6.0/configure:5133:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` enchant-1.6.0/configure-5134-if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then ############################################## enchant-1.6.0/configure-5142-# GNU make sometimes prints "make[1]: Entering...", which would confuse us. enchant-1.6.0/configure:5143:case `${MAKE-make} -f conftest.make 2>/dev/null` in enchant-1.6.0/configure-5144- *@@@%%%=?*=@@@%%%*) ############################################## enchant-1.6.0/configure-5180- # Check for GNU $ac_path_GREP enchant-1.6.0/configure:5181:case `"$ac_path_GREP" --version 2>&1` in enchant-1.6.0/configure-5182-*GNU*) ############################################## enchant-1.6.0/configure-5194- diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break enchant-1.6.0/configure:5195: ac_count=`expr $ac_count + 1` enchant-1.6.0/configure-5196- if test $ac_count -gt ${ac_path_GREP_max-0}; then ############################################## enchant-1.6.0/configure-5248- # Check for GNU $ac_path_EGREP enchant-1.6.0/configure:5249:case `"$ac_path_EGREP" --version 2>&1` in enchant-1.6.0/configure-5250-*GNU*) ############################################## enchant-1.6.0/configure-5262- diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break enchant-1.6.0/configure:5263: ac_count=`expr $ac_count + 1` enchant-1.6.0/configure-5264- if test $ac_count -gt ${ac_path_EGREP_max-0}; then ############################################## enchant-1.6.0/configure-5826- # Check for GNU $ac_path_SED enchant-1.6.0/configure:5827:case `"$ac_path_SED" --version 2>&1` in enchant-1.6.0/configure-5828-*GNU*) ############################################## enchant-1.6.0/configure-5840- diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break enchant-1.6.0/configure:5841: ac_count=`expr $ac_count + 1` enchant-1.6.0/configure-5842- if test $ac_count -gt ${ac_path_SED_max-0}; then ############################################## enchant-1.6.0/configure-5907- # Check for GNU $ac_path_FGREP enchant-1.6.0/configure:5908:case `"$ac_path_FGREP" --version 2>&1` in enchant-1.6.0/configure-5909-*GNU*) ############################################## enchant-1.6.0/configure-5921- diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break enchant-1.6.0/configure:5922: ac_count=`expr $ac_count + 1` enchant-1.6.0/configure-5923- if test $ac_count -gt ${ac_path_FGREP_max-0}; then ############################################## enchant-1.6.0/configure-5989- # gcc leaves a trailing carriage return which upsets mingw enchant-1.6.0/configure:5990: ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; enchant-1.6.0/configure-5991- *) enchant-1.6.0/configure:5992: ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; enchant-1.6.0/configure-5993- esac ############################################## enchant-1.6.0/configure-5998- # Canonicalize the pathname of ld enchant-1.6.0/configure:5999: ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'` enchant-1.6.0/configure-6000- while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do enchant-1.6.0/configure:6001: ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"` enchant-1.6.0/configure-6002- done ############################################## enchant-1.6.0/configure-6033- # Break only if it was the GNU/non-GNU ld that we prefer. enchant-1.6.0/configure:6034: case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in enchant-1.6.0/configure-6035- *GNU* | *'with BFD'*) ############################################## enchant-1.6.0/configure-6066- # I'd rather use --version here, but apparently some GNU lds only accept -v. enchant-1.6.0/configure:6067:case `$LD -v 2>&1 </dev/null` in enchant-1.6.0/configure-6068-*GNU* | *'with BFD'*) ############################################## enchant-1.6.0/configure-6111- # Tru64's nm complains that /dev/null is an invalid object file enchant-1.6.0/configure:6112: case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in enchant-1.6.0/configure-6113- */dev/null* | *'Invalid file or object type'*) ############################################## enchant-1.6.0/configure-6117- *) enchant-1.6.0/configure:6118: case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in enchant-1.6.0/configure-6119- */dev/null*) ############################################## enchant-1.6.0/configure-6329- # And add a safety zone enchant-1.6.0/configure:6330: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` enchant-1.6.0/configure:6331: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` enchant-1.6.0/configure-6332- ;; ############################################## enchant-1.6.0/configure-6357- if test -n "$kargmax"; then enchant-1.6.0/configure:6358: lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'` enchant-1.6.0/configure-6359- else ############################################## enchant-1.6.0/configure-6365- if test -n "$lt_cv_sys_max_cmd_len"; then enchant-1.6.0/configure:6366: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` enchant-1.6.0/configure:6367: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` enchant-1.6.0/configure-6368- else ############################################## enchant-1.6.0/configure-6377- # we can't tell. enchant-1.6.0/configure:6378: while { test "X"`$SHELL $0 --fallback-echo "X$teststring$teststring" 2>/dev/null` \ enchant-1.6.0/configure-6379- = "XX$teststring$teststring"; } >/dev/null 2>&1 && ############################################## enchant-1.6.0/configure-6381- do enchant-1.6.0/configure:6382: i=`expr $i + 1` enchant-1.6.0/configure-6383- teststring=$teststring$teststring ############################################## enchant-1.6.0/configure-6385- # Only check the string length outside the loop. enchant-1.6.0/configure:6386: lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1` enchant-1.6.0/configure-6387- teststring= ############################################## enchant-1.6.0/configure-6390- # linker. It appears as though 1/2 is a usable value. enchant-1.6.0/configure:6391: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2` enchant-1.6.0/configure-6392- fi ############################################## enchant-1.6.0/configure-6742-openbsd*) enchant-1.6.0/configure:6743: if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then enchant-1.6.0/configure-6744- lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$' ############################################## enchant-1.6.0/configure-7231-# If we're using GNU nm, then use its standard symbol codes. enchant-1.6.0/configure:7232:case `$NM -V 2>&1` in enchant-1.6.0/configure-7233-*GNU* | *'with BFD'*) ############################################## enchant-1.6.0/configure-7249-mingw*) enchant-1.6.0/configure:7250: opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp enchant-1.6.0/configure-7251- ;; ############################################## enchant-1.6.0/configure-7445- (exit $ac_status); }; then enchant-1.6.0/configure:7446: case `/usr/bin/file conftest.$ac_objext` in enchant-1.6.0/configure-7447- *ELF-32*) ############################################## enchant-1.6.0/configure-7465- if test "$lt_cv_prog_gnu_ld" = yes; then enchant-1.6.0/configure:7466: case `/usr/bin/file conftest.$ac_objext` in enchant-1.6.0/configure-7467- *32-bit*) ############################################## enchant-1.6.0/configure-7477- else enchant-1.6.0/configure:7478: case `/usr/bin/file conftest.$ac_objext` in enchant-1.6.0/configure-7479- *32-bit*) ############################################## enchant-1.6.0/configure-8276-do enchant-1.6.0/configure:8277:as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` enchant-1.6.0/configure-8278-{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 ############################################## enchant-1.6.0/configure-8328- cat >>confdefs.h <<_ACEOF enchant-1.6.0/configure:8329:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 enchant-1.6.0/configure-8330-_ACEOF ############################################## enchant-1.6.0/configure-8339-do enchant-1.6.0/configure:8340:as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` enchant-1.6.0/configure-8341-{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 ############################################## enchant-1.6.0/configure-8391- cat >>confdefs.h <<_ACEOF enchant-1.6.0/configure:8392:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 enchant-1.6.0/configure-8393-_ACEOF ############################################## enchant-1.6.0/configure-8669-done enchant-1.6.0/configure:8670:cc_basename=`$ECHO "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"` enchant-1.6.0/configure-8671- ############################################## enchant-1.6.0/configure-8698- "file_magic "*) enchant-1.6.0/configure:8699: file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"` enchant-1.6.0/configure-8700- MAGIC_CMD="$lt_cv_path_MAGIC_CMD" ############################################## enchant-1.6.0/configure-8764- "file_magic "*) enchant-1.6.0/configure:8765: file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"` enchant-1.6.0/configure-8766- MAGIC_CMD="$lt_cv_path_MAGIC_CMD" ############################################## enchant-1.6.0/configure-9103- *) enchant-1.6.0/configure:9104: case `$CC -V 2>&1 | sed 5q` in enchant-1.6.0/configure-9105- *Sun\ C*) ############################################## enchant-1.6.0/configure-9439- if test "$hard_links" = no; then enchant-1.6.0/configure:9440: { $as_echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5 enchant-1.6.0/configure:9441:$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;} enchant-1.6.0/configure-9442- need_locks=warn ############################################## enchant-1.6.0/configure-9532- supports_anon_versioning=no enchant-1.6.0/configure:9533: case `$LD -v 2>&1` in enchant-1.6.0/configure-9534- *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11 ############################################## enchant-1.6.0/configure-9597- # is EXPORTS), use it as is; otherwise, prepend... enchant-1.6.0/configure:9598: archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then enchant-1.6.0/configure-9599- cp $export_symbols $output_objdir/$soname.def; ############################################## enchant-1.6.0/configure-9620- # time. Moving up from 0x10000000 also allows more sbrk(2) space. enchant-1.6.0/configure:9621: archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' enchant-1.6.0/configure:9622: 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' enchant-1.6.0/configure-9623- ;; ############################################## enchant-1.6.0/configure-9638- pgcc*) # Portland Group C compiler enchant-1.6.0/configure:9639: 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' enchant-1.6.0/configure-9640- tmp_addflag=' $pic_flag' ############################################## enchant-1.6.0/configure-9642- pgf77* | pgf90* | pgf95*) # Portland Group f77 and f90 compilers enchant-1.6.0/configure:9643: 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' enchant-1.6.0/configure-9644- tmp_addflag=' $pic_flag -Mnomain' ;; ############################################## enchant-1.6.0/configure-9657- esac enchant-1.6.0/configure:9658: case `$CC -V 2>&1 | sed 5q` in enchant-1.6.0/configure-9659- *Sun\ C*) # Sun C 5.9 enchant-1.6.0/configure:9660: 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' enchant-1.6.0/configure-9661- compiler_needs_object=yes ############################################## enchant-1.6.0/configure-9726- sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*) enchant-1.6.0/configure:9727: case `$LD -v 2>&1` in enchant-1.6.0/configure-9728- *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*) ############################################## enchant-1.6.0/configure-9847- # below for broken collect2 doesn't work under 4.3+ enchant-1.6.0/configure:9848: collect2name=`${CC} -print-prog-name=collect2` enchant-1.6.0/configure-9849- if test -f "$collect2name" && ############################################## enchant-1.6.0/configure-9938- }' enchant-1.6.0/configure:9939:aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` enchant-1.6.0/configure-9940-# Check for a 64-bit object if we didn't find anything. enchant-1.6.0/configure-9941-if test -z "$aix_libpath"; then enchant-1.6.0/configure:9942: aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` enchant-1.6.0/configure-9943-fi ############################################## enchant-1.6.0/configure-9956- hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" enchant-1.6.0/configure:9957: archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then $ECHO "X${wl}${allow_undefined_flag}" | $Xsed; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag" enchant-1.6.0/configure-9958- else ############################################## enchant-1.6.0/configure-10009- }' enchant-1.6.0/configure:10010:aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` enchant-1.6.0/configure-10011-# Check for a 64-bit object if we didn't find anything. enchant-1.6.0/configure-10012-if test -z "$aix_libpath"; then enchant-1.6.0/configure:10013: aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` enchant-1.6.0/configure-10014-fi ############################################## enchant-1.6.0/configure-10071- # FIXME: Setting linknames here is a bad hack. enchant-1.6.0/configure:10072: archive_cmds='$CC -o $lib $libobjs $compiler_flags `$ECHO "X$deplibs" | $Xsed -e '\''s/ -lc$//'\''` -link -dll~linknames=' enchant-1.6.0/configure-10073- # The linker will automatically build a .lib file if we build a DLL. ############################################## enchant-1.6.0/configure-10076- old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs' enchant-1.6.0/configure:10077: fix_srcfile_path='`cygpath -w "$srcfile"`' enchant-1.6.0/configure-10078- enable_shared_with_static_runtimes=yes ############################################## enchant-1.6.0/configure-10229- if test "$GCC" = yes; then enchant-1.6.0/configure:10230: archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' enchant-1.6.0/configure-10231- # Try to use the -exported_symbol ld option, if it does not ############################################## enchant-1.6.0/configure-10259- }; then enchant-1.6.0/configure:10260: archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib' enchant-1.6.0/configure-10261- ############################################## enchant-1.6.0/configure-10273- else enchant-1.6.0/configure:10274: archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib' enchant-1.6.0/configure:10275: archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib' enchant-1.6.0/configure-10276- fi ############################################## enchant-1.6.0/configure-10310- hardcode_direct_absolute=yes enchant-1.6.0/configure:10311: if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then enchant-1.6.0/configure-10312- archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' ############################################## enchant-1.6.0/configure-10343- allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*' enchant-1.6.0/configure:10344: archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' enchant-1.6.0/configure-10345- else enchant-1.6.0/configure-10346- allow_undefined_flag=' -expect_unresolved \*' enchant-1.6.0/configure:10347: archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib' enchant-1.6.0/configure-10348- fi ############################################## enchant-1.6.0/configure-10356- allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*' enchant-1.6.0/configure:10357: archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' enchant-1.6.0/configure-10358- hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' ############################################## enchant-1.6.0/configure-10360- allow_undefined_flag=' -expect_unresolved \*' enchant-1.6.0/configure:10361: archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib' enchant-1.6.0/configure:10362: archive_expsym_cmds='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~ enchant-1.6.0/configure:10363: $CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp' enchant-1.6.0/configure-10364- ############################################## enchant-1.6.0/configure-10379- else enchant-1.6.0/configure:10380: case `$CC -V 2>&1` in enchant-1.6.0/configure-10381- *"Compilers 5.0"*) ############################################## enchant-1.6.0/configure-10773- esac enchant-1.6.0/configure:10774: lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e "s,=/,/,g"` enchant-1.6.0/configure-10775- if $ECHO "$lt_search_path_spec" | $GREP ';' >/dev/null ; then ############################################## enchant-1.6.0/configure-10779- # okay in the real world where ";" in dirpaths is itself problematic. enchant-1.6.0/configure:10780: lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED -e 's/;/ /g'` enchant-1.6.0/configure-10781- else enchant-1.6.0/configure:10782: lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` enchant-1.6.0/configure-10783- fi ############################################## enchant-1.6.0/configure-10786- lt_tmp_lt_search_path_spec= enchant-1.6.0/configure:10787: lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null` enchant-1.6.0/configure-10788- for lt_sys_path in $lt_search_path_spec; do ############################################## enchant-1.6.0/configure-10815-}'` enchant-1.6.0/configure:10816: sys_lib_search_path_spec=`$ECHO $lt_search_path_spec` enchant-1.6.0/configure-10817-else ############################################## enchant-1.6.0/configure-10903- # Create ${libname}_ixlibrary.a entries in /sys/libs. enchant-1.6.0/configure:10904: 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' enchant-1.6.0/configure-10905- ;; ############################################## enchant-1.6.0/configure-10938- # DLL is installed to $(libdir)/../bin by postinstall_cmds enchant-1.6.0/configure:10939: postinstall_cmds='base_file=`basename \${file}`~ enchant-1.6.0/configure:10940: dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~ enchant-1.6.0/configure:10941: dldir=$destdir/`dirname \$dlpath`~ enchant-1.6.0/configure-10942- test -d \$dldir || mkdir -p \$dldir~ ############################################## enchant-1.6.0/configure-10947- fi' enchant-1.6.0/configure:10948: postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ enchant-1.6.0/configure-10949- dlpath=$dir/\$dldll~ ############################################## enchant-1.6.0/configure-10955- # Cygwin DLLs use 'cyg' prefix rather than 'lib' enchant-1.6.0/configure:10956: soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' enchant-1.6.0/configure-10957- sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib" ############################################## enchant-1.6.0/configure-10960- # MinGW DLLs use traditional 'lib' prefix enchant-1.6.0/configure:10961: soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' enchant-1.6.0/configure:10962: sys_lib_search_path_spec=`$CC -print-search-dirs | $GREP "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"` enchant-1.6.0/configure-10963- if $ECHO "$sys_lib_search_path_spec" | $GREP ';[c-zC-Z]:/' >/dev/null; then ############################################## enchant-1.6.0/configure-10969- # which wouldn't understand a cygwinified path. Ahh. enchant-1.6.0/configure:10970: sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` enchant-1.6.0/configure-10971- else enchant-1.6.0/configure:10972: sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` enchant-1.6.0/configure-10973- fi ############################################## enchant-1.6.0/configure-10976- # pw32 DLLs use 'pw' prefix rather than 'lib' enchant-1.6.0/configure:10977: library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' enchant-1.6.0/configure-10978- ;; ############################################## enchant-1.6.0/configure-10982- *) enchant-1.6.0/configure:10983: library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib' enchant-1.6.0/configure-10984- ;; ############################################## enchant-1.6.0/configure-10999- shlibpath_var=DYLD_LIBRARY_PATH enchant-1.6.0/configure:11000: shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`' enchant-1.6.0/configure-11001- ############################################## enchant-1.6.0/configure-11250- if test -f /etc/ld.so.conf; then enchant-1.6.0/configure:11251: 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' ' '` enchant-1.6.0/configure-11252- sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec $lt_ld_extra" ############################################## enchant-1.6.0/configure-11312- shlibpath_var=LD_LIBRARY_PATH enchant-1.6.0/configure:11313: if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then enchant-1.6.0/configure-11314- case $host_os in ############################################## enchant-1.6.0/configure-12692-do enchant-1.6.0/configure:12693:as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` enchant-1.6.0/configure-12694-{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 ############################################## enchant-1.6.0/configure-12784- cat >>confdefs.h <<_ACEOF enchant-1.6.0/configure:12785:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 enchant-1.6.0/configure-12786-_ACEOF ############################################## enchant-1.6.0/configure-13192- if test "$am_compiler_list" = ""; then enchant-1.6.0/configure:13193: am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` enchant-1.6.0/configure-13194- fi ############################################## enchant-1.6.0/configure-13692- if test "$am_compiler_list" = ""; then enchant-1.6.0/configure:13693: am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` enchant-1.6.0/configure-13694- fi ############################################## enchant-1.6.0/configure-14136-done enchant-1.6.0/configure:14137:cc_basename=`$ECHO "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"` enchant-1.6.0/configure-14138- ############################################## enchant-1.6.0/configure-14168- # gcc leaves a trailing carriage return which upsets mingw enchant-1.6.0/configure:14169: ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; enchant-1.6.0/configure-14170- *) enchant-1.6.0/configure:14171: ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; enchant-1.6.0/configure-14172- esac ############################################## enchant-1.6.0/configure-14177- # Canonicalize the pathname of ld enchant-1.6.0/configure:14178: ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'` enchant-1.6.0/configure-14179- while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do enchant-1.6.0/configure:14180: ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"` enchant-1.6.0/configure-14181- done ############################################## enchant-1.6.0/configure-14212- # Break only if it was the GNU/non-GNU ld that we prefer. enchant-1.6.0/configure:14213: case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in enchant-1.6.0/configure-14214- *GNU* | *'with BFD'*) ############################################## enchant-1.6.0/configure-14245- # I'd rather use --version here, but apparently some GNU lds only accept -v. enchant-1.6.0/configure:14246:case `$LD -v 2>&1 </dev/null` in enchant-1.6.0/configure-14247-*GNU* | *'with BFD'*) ############################################## enchant-1.6.0/configure-14279- # ancient GNU ld didn't support --whole-archive et. al. enchant-1.6.0/configure:14280: if eval "`$CC -print-prog-name=ld` --help 2>&1" | enchant-1.6.0/configure-14281- $GREP 'no-whole-archive' > /dev/null; then ############################################## enchant-1.6.0/configure-14363- # below for broken collect2 doesn't work under 4.3+ enchant-1.6.0/configure:14364: collect2name=`${CC} -print-prog-name=collect2` enchant-1.6.0/configure-14365- if test -f "$collect2name" && ############################################## enchant-1.6.0/configure-14454- }' enchant-1.6.0/configure:14455:aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` enchant-1.6.0/configure-14456-# Check for a 64-bit object if we didn't find anything. enchant-1.6.0/configure-14457-if test -z "$aix_libpath"; then enchant-1.6.0/configure:14458: aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` enchant-1.6.0/configure-14459-fi ############################################## enchant-1.6.0/configure-14473- enchant-1.6.0/configure:14474: archive_expsym_cmds_CXX='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then $ECHO "X${wl}${allow_undefined_flag}" | $Xsed; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag" enchant-1.6.0/configure-14475- else ############################################## enchant-1.6.0/configure-14526- }' enchant-1.6.0/configure:14527:aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` enchant-1.6.0/configure-14528-# Check for a 64-bit object if we didn't find anything. enchant-1.6.0/configure-14529-if test -z "$aix_libpath"; then enchant-1.6.0/configure:14530: aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` enchant-1.6.0/configure-14531-fi ############################################## enchant-1.6.0/configure-14590- # is EXPORTS), use it as is; otherwise, prepend... enchant-1.6.0/configure:14591: archive_expsym_cmds_CXX='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then enchant-1.6.0/configure-14592- cp $export_symbols $output_objdir/$soname.def; ############################################## enchant-1.6.0/configure-14693- # dependencies. enchant-1.6.0/configure:14694: output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; $ECHO "X$list" | $Xsed' enchant-1.6.0/configure-14695- ;; ############################################## enchant-1.6.0/configure-14758- # dependencies. enchant-1.6.0/configure:14759: output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; $ECHO "X$list" | $Xsed' enchant-1.6.0/configure-14760- ;; ############################################## enchant-1.6.0/configure-14794- # time. Moving up from 0x10000000 also allows more sbrk(2) space. enchant-1.6.0/configure:14795: 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' enchant-1.6.0/configure:14796: 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' enchant-1.6.0/configure-14797- ;; ############################################## enchant-1.6.0/configure-14801- # SGI C++ enchant-1.6.0/configure:14802: archive_cmds_CXX='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib' enchant-1.6.0/configure-14803- ############################################## enchant-1.6.0/configure-14812- if test "$with_gnu_ld" = no; then enchant-1.6.0/configure:14813: archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' enchant-1.6.0/configure-14814- else enchant-1.6.0/configure:14815: archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` -o $lib' enchant-1.6.0/configure-14816- fi ############################################## enchant-1.6.0/configure-14833- # to its proper name (with version) after linking. enchant-1.6.0/configure:14834: 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' enchant-1.6.0/configure:14835: 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' enchant-1.6.0/configure-14836- # Commands to make compiler produce verbose output that lists ############################################## enchant-1.6.0/configure-14843- # dependencies. enchant-1.6.0/configure:14844: output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | $GREP "ld"`; rm -f libconftest$shared_ext; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; $ECHO "X$list" | $Xsed' enchant-1.6.0/configure-14845- ############################################## enchant-1.6.0/configure-14858- # earlier do not add the objects themselves. enchant-1.6.0/configure:14859: case `$CC -V 2>&1` in enchant-1.6.0/configure-14860- *"Version 7."*) ############################################## enchant-1.6.0/configure-14879- # Portland Group C++ compiler enchant-1.6.0/configure:14880: case `$CC -V` in enchant-1.6.0/configure-14881- *pgCC\ [1-5]* | *pgcpp\ [1-5]*) ############################################## enchant-1.6.0/configure-14884- $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~ enchant-1.6.0/configure:14885: compile_command="$compile_command `find $tpldir -name \*.o | $NL2SP`"' enchant-1.6.0/configure-14886- old_archive_cmds_CXX='tpldir=Template.dir~ ############################################## enchant-1.6.0/configure-14888- $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~ enchant-1.6.0/configure:14889: $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | $NL2SP`~ enchant-1.6.0/configure-14890- $RANLIB $oldlib' ############################################## enchant-1.6.0/configure-14893- $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~ enchant-1.6.0/configure:14894: $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib' enchant-1.6.0/configure-14895- archive_expsym_cmds_CXX='tpldir=Template.dir~ ############################################## enchant-1.6.0/configure-14897- $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~ enchant-1.6.0/configure:14898: $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib' enchant-1.6.0/configure-14899- ;; ############################################## enchant-1.6.0/configure-14907- export_dynamic_flag_spec_CXX='${wl}--export-dynamic' enchant-1.6.0/configure:14908: 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' enchant-1.6.0/configure-14909- ;; ############################################## enchant-1.6.0/configure-14926- # dependencies. enchant-1.6.0/configure:14927: output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`$ECHO "X$templist" | $Xsed -e "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; $ECHO "X$list" | $Xsed' enchant-1.6.0/configure-14928- ;; ############################################## enchant-1.6.0/configure-14941- *) enchant-1.6.0/configure:14942: case `$CC -V 2>&1 | sed 5q` in enchant-1.6.0/configure-14943- *Sun\ C*) ############################################## enchant-1.6.0/configure-14948- hardcode_libdir_flag_spec_CXX='-R$libdir' enchant-1.6.0/configure:14949: 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' enchant-1.6.0/configure-14950- compiler_needs_object_CXX=yes ############################################## enchant-1.6.0/configure-15018- hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir' enchant-1.6.0/configure:15019: if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then enchant-1.6.0/configure-15020- archive_expsym_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file,$export_symbols -o $lib' ############################################## enchant-1.6.0/configure-15037- # to its proper name (with version) after linking. enchant-1.6.0/configure:15038: 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' enchant-1.6.0/configure-15039- ############################################## enchant-1.6.0/configure-15058- allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*' enchant-1.6.0/configure:15059: archive_cmds_CXX='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && $ECHO "X${wl}-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib' enchant-1.6.0/configure-15060- hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir' ############################################## enchant-1.6.0/configure-15063- allow_undefined_flag_CXX=' -expect_unresolved \*' enchant-1.6.0/configure:15064: archive_cmds_CXX='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib' enchant-1.6.0/configure:15065: archive_expsym_cmds_CXX='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~ enchant-1.6.0/configure-15066- echo "-hidden">> $lib.exp~ enchant-1.6.0/configure:15067: $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname ${wl}-input ${wl}$lib.exp `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib~ enchant-1.6.0/configure-15068- $RM $lib.exp' ############################################## enchant-1.6.0/configure-15082- # dependencies. enchant-1.6.0/configure:15083: output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`$ECHO "X$templist" | $Xsed -e "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; $ECHO "X$list" | $Xsed' enchant-1.6.0/configure-15084- ;; ############################################## enchant-1.6.0/configure-15089- osf3*) enchant-1.6.0/configure:15090: archive_cmds_CXX='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' enchant-1.6.0/configure-15091- ;; enchant-1.6.0/configure-15092- *) enchant-1.6.0/configure:15093: archive_cmds_CXX='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' enchant-1.6.0/configure-15094- ;; ############################################## enchant-1.6.0/configure-15324- enchant-1.6.0/configure:15325: for p in `eval "$output_verbose_link_cmd"`; do enchant-1.6.0/configure-15326- case $p in ############################################## enchant-1.6.0/configure-15409-linux*) enchant-1.6.0/configure:15410: case `$CC -V 2>&1 | sed 5q` in enchant-1.6.0/configure-15411- *Sun\ C*) ############################################## enchant-1.6.0/configure-15460-if test -n "${compiler_lib_search_path_CXX}"; then enchant-1.6.0/configure:15461: compiler_lib_search_dirs_CXX=`echo " ${compiler_lib_search_path_CXX}" | ${SED} -e 's! -L! !g' -e 's!^ !!'` enchant-1.6.0/configure-15462-fi ############################################## enchant-1.6.0/configure-15693- *) enchant-1.6.0/configure:15694: case `$CC -V 2>&1 | sed 5q` in enchant-1.6.0/configure-15695- *Sun\ C*) ############################################## enchant-1.6.0/configure-16038- if test "$hard_links" = no; then enchant-1.6.0/configure:16039: { $as_echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5 enchant-1.6.0/configure:16040:$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;} enchant-1.6.0/configure-16041- need_locks=warn ############################################## enchant-1.6.0/configure-16298- # Create ${libname}_ixlibrary.a entries in /sys/libs. enchant-1.6.0/configure:16299: 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' enchant-1.6.0/configure-16300- ;; ############################################## enchant-1.6.0/configure-16333- # DLL is installed to $(libdir)/../bin by postinstall_cmds enchant-1.6.0/configure:16334: postinstall_cmds='base_file=`basename \${file}`~ enchant-1.6.0/configure:16335: dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~ enchant-1.6.0/configure:16336: dldir=$destdir/`dirname \$dlpath`~ enchant-1.6.0/configure-16337- test -d \$dldir || mkdir -p \$dldir~ ############################################## enchant-1.6.0/configure-16342- fi' enchant-1.6.0/configure:16343: postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ enchant-1.6.0/configure-16344- dlpath=$dir/\$dldll~ ############################################## enchant-1.6.0/configure-16350- # Cygwin DLLs use 'cyg' prefix rather than 'lib' enchant-1.6.0/configure:16351: soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' enchant-1.6.0/configure-16352- sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib" ############################################## enchant-1.6.0/configure-16355- # MinGW DLLs use traditional 'lib' prefix enchant-1.6.0/configure:16356: soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' enchant-1.6.0/configure:16357: sys_lib_search_path_spec=`$CC -print-search-dirs | $GREP "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"` enchant-1.6.0/configure-16358- if $ECHO "$sys_lib_search_path_spec" | $GREP ';[c-zC-Z]:/' >/dev/null; then ############################################## enchant-1.6.0/configure-16364- # which wouldn't understand a cygwinified path. Ahh. enchant-1.6.0/configure:16365: sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` enchant-1.6.0/configure-16366- else enchant-1.6.0/configure:16367: sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` enchant-1.6.0/configure-16368- fi ############################################## enchant-1.6.0/configure-16371- # pw32 DLLs use 'pw' prefix rather than 'lib' enchant-1.6.0/configure:16372: library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' enchant-1.6.0/configure-16373- ;; ############################################## enchant-1.6.0/configure-16377- *) enchant-1.6.0/configure:16378: library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib' enchant-1.6.0/configure-16379- ;; ############################################## enchant-1.6.0/configure-16394- shlibpath_var=DYLD_LIBRARY_PATH enchant-1.6.0/configure:16395: shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`' enchant-1.6.0/configure-16396- ############################################## enchant-1.6.0/configure-16644- if test -f /etc/ld.so.conf; then enchant-1.6.0/configure:16645: 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' ' '` enchant-1.6.0/configure-16646- sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec $lt_ld_extra" ############################################## enchant-1.6.0/configure-16706- shlibpath_var=LD_LIBRARY_PATH enchant-1.6.0/configure:16707: if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then enchant-1.6.0/configure-16708- case $host_os in ############################################## enchant-1.6.0/configure-17141- (exit $ac_status); }; then enchant-1.6.0/configure:17142: pkg_cv_ENCHANT_CFLAGS=`$PKG_CONFIG --cflags "glib-2.0 >= 2.6 gmodule-2.0" 2>/dev/null` enchant-1.6.0/configure-17143-else ############################################## enchant-1.6.0/configure-17157- (exit $ac_status); }; then enchant-1.6.0/configure:17158: pkg_cv_ENCHANT_LIBS=`$PKG_CONFIG --libs "glib-2.0 >= 2.6 gmodule-2.0" 2>/dev/null` enchant-1.6.0/configure-17159-else ############################################## enchant-1.6.0/configure-17175- if test $_pkg_short_errors_supported = yes; then enchant-1.6.0/configure:17176: ENCHANT_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "glib-2.0 >= 2.6 gmodule-2.0" 2>&1` enchant-1.6.0/configure-17177- else enchant-1.6.0/configure:17178: ENCHANT_PKG_ERRORS=`$PKG_CONFIG --print-errors "glib-2.0 >= 2.6 gmodule-2.0" 2>&1` enchant-1.6.0/configure-17179- fi ############################################## enchant-1.6.0/configure-17490- fi enchant-1.6.0/configure:17491: case `$our_gcc --version | sed -e 's,\..*,.,' -e q` in enchant-1.6.0/configure-17492- 2.) ############################################## enchant-1.6.0/configure-17523-do enchant-1.6.0/configure:17524:as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` enchant-1.6.0/configure-17525-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then ############################################## enchant-1.6.0/configure-17659- cat >>confdefs.h <<_ACEOF enchant-1.6.0/configure:17660:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 enchant-1.6.0/configure-17661-_ACEOF ############################################## enchant-1.6.0/configure-17835- (exit $ac_status); }; then enchant-1.6.0/configure:17836: pkg_cv_MYSPELL_CFLAGS=`$PKG_CONFIG --cflags "hunspell" 2>/dev/null` enchant-1.6.0/configure-17837-else ############################################## enchant-1.6.0/configure-17851- (exit $ac_status); }; then enchant-1.6.0/configure:17852: pkg_cv_MYSPELL_LIBS=`$PKG_CONFIG --libs "hunspell" 2>/dev/null` enchant-1.6.0/configure-17853-else ############################################## enchant-1.6.0/configure-17869- if test $_pkg_short_errors_supported = yes; then enchant-1.6.0/configure:17870: MYSPELL_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "hunspell" 2>&1` enchant-1.6.0/configure-17871- else enchant-1.6.0/configure:17872: MYSPELL_PKG_ERRORS=`$PKG_CONFIG --print-errors "hunspell" 2>&1` enchant-1.6.0/configure-17873- fi ############################################## enchant-1.6.0/configure-17975-$as_echo_n "checking For Aspell >= 0.50.0... " >&6; } enchant-1.6.0/configure:17976: aspell_major=`aspell -v | awk -F. '{print $4;}' | awk -F")" '{print $1;}'` enchant-1.6.0/configure-17977- if test "$aspell_major" -ge "50"; then ############################################## enchant-1.6.0/configure-18600- (exit $ac_status); }; then enchant-1.6.0/configure:18601: pkg_cv_USPELL_CFLAGS=`$PKG_CONFIG --cflags "libuspell >= 1.1.0" 2>/dev/null` enchant-1.6.0/configure-18602-else ############################################## enchant-1.6.0/configure-18616- (exit $ac_status); }; then enchant-1.6.0/configure:18617: pkg_cv_USPELL_LIBS=`$PKG_CONFIG --libs "libuspell >= 1.1.0" 2>/dev/null` enchant-1.6.0/configure-18618-else ############################################## enchant-1.6.0/configure-18634- if test $_pkg_short_errors_supported = yes; then enchant-1.6.0/configure:18635: USPELL_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "libuspell >= 1.1.0" 2>&1` enchant-1.6.0/configure-18636- else enchant-1.6.0/configure:18637: USPELL_PKG_ERRORS=`$PKG_CONFIG --print-errors "libuspell >= 1.1.0" 2>&1` enchant-1.6.0/configure-18638- fi ############################################## enchant-1.6.0/configure-18949-' enchant-1.6.0/configure:18950:DEFS=`sed -n "$ac_script" confdefs.h` enchant-1.6.0/configure-18951- ############################################## enchant-1.6.0/configure-18957- ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' enchant-1.6.0/configure:18958: ac_i=`$as_echo "$ac_i" | sed "$ac_script"` enchant-1.6.0/configure-18959- # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR ############################################## enchant-1.6.0/configure-19154-as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo enchant-1.6.0/configure:19155:if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then enchant-1.6.0/configure-19156- as_echo='printf %s\n' ############################################## enchant-1.6.0/configure-19158-else enchant-1.6.0/configure:19159: if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then enchant-1.6.0/configure-19160- as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' ############################################## enchant-1.6.0/configure-19168- expr "X$arg" : "X\\(.*\\)$as_nl"; enchant-1.6.0/configure:19169: arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; enchant-1.6.0/configure-19170- esac; ############################################## enchant-1.6.0/configure-19284- test "x$as_lineno_1" != "x$as_lineno_2" && enchant-1.6.0/configure:19285: test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || { enchant-1.6.0/configure-19286- ############################################## enchant-1.6.0/configure-19397- esac; enchant-1.6.0/configure:19398: case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in enchant-1.6.0/configure-19399- ???[sx]*):;;*)false;;esac;fi ############################################## enchant-1.6.0/configure-19473-configured by $0, generated by GNU Autoconf 2.63, enchant-1.6.0/configure:19474: with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" enchant-1.6.0/configure-19475- ############################################## enchant-1.6.0/configure-19494- --*=*) enchant-1.6.0/configure:19495: ac_option=`expr "X$1" : 'X\([^=]*\)='` enchant-1.6.0/configure:19496: ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` enchant-1.6.0/configure-19497- ac_shift=: ############################################## enchant-1.6.0/configure-19516- case $ac_optarg in enchant-1.6.0/configure:19517: *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; enchant-1.6.0/configure-19518- esac ############################################## enchant-1.6.0/configure-19582-delay_variable_subst='$delay_variable_subst' enchant-1.6.0/configure:19583:AS='`$ECHO "X$AS" | $Xsed -e "$delay_single_quote_subst"`' enchant-1.6.0/configure:19584:DLLTOOL='`$ECHO "X$DLLTOOL" | $Xsed -e "$delay_single_quote_subst"`' enchant-1.6.0/configure:19585:OBJDUMP='`$ECHO "X$OBJDUMP" | $Xsed -e "$delay_single_quote_subst"`' enchant-1.6.0/configure:19586:macro_version='`$ECHO "X$macro_version" | $Xsed -e "$delay_single_quote_subst"`' enchant-1.6.0/configure:19587:macro_revision='`$ECHO "X$macro_revision" | $Xsed -e "$delay_single_quote_subst"`' enchant-1.6.0/configure:19588:enable_shared='`$ECHO "X$enable_shared" | $Xsed -e "$delay_single_quote_subst"`' enchant-1.6.0/configure:19589:enable_static='`$ECHO "X$enable_static" | $Xsed -e "$delay_single_quote_subst"`' enchant-1.6.0/configure:19590:pic_mode='`$ECHO "X$pic_mode" | $Xsed -e "$delay_single_quote_subst"`' enchant-1.6.0/configure:19591:enable_fast_install='`$ECHO "X$enable_fast_install" | $Xsed -e "$delay_single_quote_subst"`' enchant-1.6.0/configure:19592:host_alias='`$ECHO "X$host_alias" | $Xsed -e "$delay_single_quote_subst"`' enchant-1.6.0/configure:19593:host='`$ECHO "X$host" | $Xsed -e "$delay_single_quote_subst"`' enchant-1.6.0/configure:19594:host_os='`$ECHO "X$host_os" | $Xsed -e "$delay_single_quote_subst"`' enchant-1.6.0/configure:19595:build_alias='`$ECHO "X$build_alias" | $Xsed -e "$delay_single_quote_subst"`' enchant-1.6.0/configure:19596:build='`$ECHO "X$build" | $Xsed -e "$delay_single_quote_subst"`' enchant-1.6.0/configure:19597:build_os='`$ECHO "X$build_os" | $Xsed -e "$delay_single_quote_subst"`' enchant-1.6.0/configure:19598:SED='`$ECHO "X$SED" | $Xsed -e "$delay_single_quote_subst"`' enchant-1.6.0/configure:19599:Xsed='`$ECHO "X$Xsed" | $Xsed -e "$delay_single_quote_subst"`' enchant-1.6.0/configure:19600:GREP='`$ECHO "X$GREP" | $Xsed -e "$delay_single_quote_subst"`' enchant-1.6.0/configure:19601:EGREP='`$ECHO "X$EGREP" | $Xsed -e "$delay_single_quote_subst"`' enchant-1.6.0/configure:19602:FGREP='`$ECHO "X$FGREP" | $Xsed -e "$delay_single_quote_subst"`' enchant-1.6.0/configure:19603:LD='`$ECHO "X$LD" | $Xsed -e "$delay_single_quote_subst"`' enchant-1.6.0/configure:19604:NM='`$ECHO "X$NM" | $Xsed -e "$delay_single_quote_subst"`' enchant-1.6.0/configure:19605:LN_S='`$ECHO "X$LN_S" | $Xsed -e "$delay_single_quote_subst"`' enchant-1.6.0/configure:19606:max_cmd_len='`$ECHO "X$max_cmd_len" | $Xsed -e "$delay_single_quote_subst"`' enchant-1.6.0/configure:19607:ac_objext='`$ECHO "X$ac_objext" | $Xsed -e "$delay_single_quote_subst"`' enchant-1.6.0/configure:19608:exeext='`$ECHO "X$exeext" | $Xsed -e "$delay_single_quote_subst"`' enchant-1.6.0/configure:19609:lt_unset='`$ECHO "X$lt_unset" | $Xsed -e "$delay_single_quote_subst"`' enchant-1.6.0/configure:19610:lt_SP2NL='`$ECHO "X$lt_SP2NL" | $Xsed -e "$delay_single_quote_subst"`' enchant-1.6.0/configure:19611:lt_NL2SP='`$ECHO "X$lt_NL2SP" | $Xsed -e "$delay_single_quote_subst"`' enchant-1.6.0/configure:19612:reload_flag='`$ECHO "X$reload_flag" | $Xsed -e "$delay_single_quote_subst"`' enchant-1.6.0/configure:19613:reload_cmds='`$ECHO "X$reload_cmds" | $Xsed -e "$delay_single_quote_subst"`' enchant-1.6.0/configure:19614:deplibs_check_method='`$ECHO "X$deplibs_check_method" | $Xsed -e "$delay_single_quote_subst"`' enchant-1.6.0/configure:19615:file_magic_cmd='`$ECHO "X$file_magic_cmd" | $Xsed -e "$delay_single_quote_subst"`' enchant-1.6.0/configure:19616:AR='`$ECHO "X$AR" | $Xsed -e "$delay_single_quote_subst"`' enchant-1.6.0/configure:19617:AR_FLAGS='`$ECHO "X$AR_FLAGS" | $Xsed -e "$delay_single_quote_subst"`' enchant-1.6.0/configure:19618:STRIP='`$ECHO "X$STRIP" | $Xsed -e "$delay_single_quote_subst"`' enchant-1.6.0/configure:19619:RANLIB='`$ECHO "X$RANLIB" | $Xsed -e "$delay_single_quote_subst"`' enchant-1.6.0/configure:19620:old_postinstall_cmds='`$ECHO "X$old_postinstall_cmds" | $Xsed -e "$delay_single_quote_subst"`' enchant-1.6.0/configure:19621:old_postuninstall_cmds='`$ECHO "X$old_postuninstall_cmds" | $Xsed -e "$delay_single_quote_subst"`' enchant-1.6.0/configure:19622:old_archive_cmds='`$ECHO "X$old_archive_cmds" | $Xsed -e "$delay_single_quote_subst"`' enchant-1.6.0/configure:19623:CC='`$ECHO "X$CC" | $Xsed -e "$delay_single_quote_subst"`' enchant-1.6.0/configure:19624:CFLAGS='`$ECHO "X$CFLAGS" | $Xsed -e "$delay_single_quote_subst"`' enchant-1.6.0/configure:19625:compiler='`$ECHO "X$compiler" | $Xsed -e "$delay_single_quote_subst"`' enchant-1.6.0/configure:19626:GCC='`$ECHO "X$GCC" | $Xsed -e "$delay_single_quote_subst"`' enchant-1.6.0/configure:19627:lt_cv_sys_global_symbol_pipe='`$ECHO "X$lt_cv_sys_global_symbol_pipe" | $Xsed -e "$delay_single_quote_subst"`' enchant-1.6.0/configure:19628:lt_cv_sys_global_symbol_to_cdecl='`$ECHO "X$lt_cv_sys_global_symbol_to_cdecl" | $Xsed -e "$delay_single_quote_subst"`' enchant-1.6.0/configure:19629:lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "X$lt_cv_sys_global_symbol_to_c_name_address" | $Xsed -e "$delay_single_quote_subst"`' enchant-1.6.0/configure:19630:lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "X$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $Xsed -e "$delay_single_quote_subst"`' enchant-1.6.0/configure:19631:objdir='`$ECHO "X$objdir" | $Xsed -e "$delay_single_quote_subst"`' enchant-1.6.0/configure:19632:SHELL='`$ECHO "X$SHELL" | $Xsed -e "$delay_single_quote_subst"`' enchant-1.6.0/configure:19633:ECHO='`$ECHO "X$ECHO" | $Xsed -e "$delay_single_quote_subst"`' enchant-1.6.0/configure:19634:MAGIC_CMD='`$ECHO "X$MAGIC_CMD" | $Xsed -e "$delay_single_quote_subst"`' enchant-1.6.0/configure:19635:lt_prog_compiler_no_builtin_flag='`$ECHO "X$lt_prog_compiler_no_builtin_flag" | $Xsed -e "$delay_single_quote_subst"`' enchant-1.6.0/configure:19636:lt_prog_compiler_wl='`$ECHO "X$lt_prog_compiler_wl" | $Xsed -e "$delay_single_quote_subst"`' enchant-1.6.0/configure:19637:lt_prog_compiler_pic='`$ECHO "X$lt_prog_compiler_pic" | $Xsed -e "$delay_single_quote_subst"`' enchant-1.6.0/configure:19638:lt_prog_compiler_static='`$ECHO "X$lt_prog_compiler_static" | $Xsed -e "$delay_single_quote_subst"`' enchant-1.6.0/configure:19639:lt_cv_prog_compiler_c_o='`$ECHO "X$lt_cv_prog_compiler_c_o" | $Xsed -e "$delay_single_quote_subst"`' enchant-1.6.0/configure:19640:need_locks='`$ECHO "X$need_locks" | $Xsed -e "$delay_single_quote_subst"`' enchant-1.6.0/configure:19641:DSYMUTIL='`$ECHO "X$DSYMUTIL" | $Xsed -e "$delay_single_quote_subst"`' enchant-1.6.0/configure:19642:NMEDIT='`$ECHO "X$NMEDIT" | $Xsed -e "$delay_single_quote_subst"`' enchant-1.6.0/configure:19643:LIPO='`$ECHO "X$LIPO" | $Xsed -e "$delay_single_quote_subst"`' enchant-1.6.0/configure:19644:OTOOL='`$ECHO "X$OTOOL" | $Xsed -e "$delay_single_quote_subst"`' enchant-1.6.0/configure:19645:OTOOL64='`$ECHO "X$OTOOL64" | $Xsed -e "$delay_single_quote_subst"`' enchant-1.6.0/configure:19646:libext='`$ECHO "X$libext" | $Xsed -e "$delay_single_quote_subst"`' enchant-1.6.0/configure:19647:shrext_cmds='`$ECHO "X$shrext_cmds" | $Xsed -e "$delay_single_quote_subst"`' enchant-1.6.0/configure:19648:extract_expsyms_cmds='`$ECHO "X$extract_expsyms_cmds" | $Xsed -e "$delay_single_quote_subst"`' enchant-1.6.0/configure:19649:archive_cmds_need_lc='`$ECHO "X$archive_cmds_need_lc" | $Xsed -e "$delay_single_quote_subst"`' enchant-1.6.0/configure:19650:enable_shared_with_static_runtimes='`$ECHO "X$enable_shared_with_static_runtimes" | $Xsed -e "$delay_single_quote_subst"`' enchant-1.6.0/configure:19651:export_dynamic_flag_spec='`$ECHO "X$export_dynamic_flag_spec" | $Xsed -e "$delay_single_quote_subst"`' enchant-1.6.0/configure:19652:whole_archive_flag_spec='`$ECHO "X$whole_archive_flag_spec" | $Xsed -e "$delay_single_quote_subst"`' enchant-1.6.0/configure:19653:compiler_needs_object='`$ECHO "X$compiler_needs_object" | $Xsed -e "$delay_single_quote_subst"`' enchant-1.6.0/configure:19654:old_archive_from_new_cmds='`$ECHO "X$old_archive_from_new_cmds" | $Xsed -e "$delay_single_quote_subst"`' enchant-1.6.0/configure:19655:old_archive_from_expsyms_cmds='`$ECHO "X$old_archive_from_expsyms_cmds" | $Xsed -e "$delay_single_quote_subst"`' enchant-1.6.0/configure:19656:archive_cmds='`$ECHO "X$archive_cmds" | $Xsed -e "$delay_single_quote_subst"`' enchant-1.6.0/configure:19657:archive_expsym_cmds='`$ECHO "X$archive_expsym_cmds" | $Xsed -e "$delay_single_quote_subst"`' enchant-1.6.0/configure:19658:module_cmds='`$ECHO "X$module_cmds" | $Xsed -e "$delay_single_quote_subst"`' enchant-1.6.0/configure:19659:module_expsym_cmds='`$ECHO "X$module_expsym_cmds" | $Xsed -e "$delay_single_quote_subst"`' enchant-1.6.0/configure:19660:with_gnu_ld='`$ECHO "X$with_gnu_ld" | $Xsed -e "$delay_single_quote_subst"`' enchant-1.6.0/configure:19661:allow_undefined_flag='`$ECHO "X$allow_undefined_flag" | $Xsed -e "$delay_single_quote_subst"`' enchant-1.6.0/configure:19662:no_undefined_flag='`$ECHO "X$no_undefined_flag" | $Xsed -e "$delay_single_quote_subst"`' enchant-1.6.0/configure:19663:hardcode_libdir_flag_spec='`$ECHO "X$hardcode_libdir_flag_spec" | $Xsed -e "$delay_single_quote_subst"`' enchant-1.6.0/configure:19664:hardcode_libdir_flag_spec_ld='`$ECHO "X$hardcode_libdir_flag_spec_ld" | $Xsed -e "$delay_single_quote_subst"`' enchant-1.6.0/configure:19665:hardcode_libdir_separator='`$ECHO "X$hardcode_libdir_separator" | $Xsed -e "$delay_single_quote_subst"`' enchant-1.6.0/configure:19666:hardcode_direct='`$ECHO "X$hardcode_direct" | $Xsed -e "$delay_single_quote_subst"`' enchant-1.6.0/configure:19667:hardcode_direct_absolute='`$ECHO "X$hardcode_direct_absolute" | $Xsed -e "$delay_single_quote_subst"`' enchant-1.6.0/configure:19668:hardcode_minus_L='`$ECHO "X$hardcode_minus_L" | $Xsed -e "$delay_single_quote_subst"`' enchant-1.6.0/configure:19669:hardcode_shlibpath_var='`$ECHO "X$hardcode_shlibpath_var" | $Xsed -e "$delay_single_quote_subst"`' enchant-1.6.0/configure:19670:hardcode_automatic='`$ECHO "X$hardcode_automatic" | $Xsed -e "$delay_single_quote_subst"`' enchant-1.6.0/configure:19671:inherit_rpath='`$ECHO "X$inherit_rpath" | $Xsed -e "$delay_single_quote_subst"`' enchant-1.6.0/configure:19672:link_all_deplibs='`$ECHO "X$link_all_deplibs" | $Xsed -e "$delay_single_quote_subst"`' enchant-1.6.0/configure:19673:fix_srcfile_path='`$ECHO "X$fix_srcfile_path" | $Xsed -e "$delay_single_quote_subst"`' enchant-1.6.0/configure:19674:always_export_symbols='`$ECHO "X$always_export_symbols" | $Xsed -e "$delay_single_quote_subst"`' enchant-1.6.0/configure:19675:export_symbols_cmds='`$ECHO "X$export_symbols_cmds" | $Xsed -e "$delay_single_quote_subst"`' enchant-1.6.0/configure:19676:exclude_expsyms='`$ECHO "X$exclude_expsyms" | $Xsed -e "$delay_single_quote_subst"`' enchant-1.6.0/configure:19677:include_expsyms='`$ECHO "X$include_expsyms" | $Xsed -e "$delay_single_quote_subst"`' enchant-1.6.0/configure:19678:prelink_cmds='`$ECHO "X$prelink_cmds" | $Xsed -e "$delay_single_quote_subst"`' enchant-1.6.0/configure:19679:file_list_spec='`$ECHO "X$file_list_spec" | $Xsed -e "$delay_single_quote_subst"`' enchant-1.6.0/configure:19680:variables_saved_for_relink='`$ECHO "X$variables_saved_for_relink" | $Xsed -e "$delay_single_quote_subst"`' enchant-1.6.0/configure:19681:need_lib_prefix='`$ECHO "X$need_lib_prefix" | $Xsed -e "$delay_single_quote_subst"`' enchant-1.6.0/configure:19682:need_version='`$ECHO "X$need_version" | $Xsed -e "$delay_single_quote_subst"`' enchant-1.6.0/configure:19683:version_type='`$ECHO "X$version_type" | $Xsed -e "$delay_single_quote_subst"`' enchant-1.6.0/configure:19684:runpath_var='`$ECHO "X$runpath_var" | $Xsed -e "$delay_single_quote_subst"`' enchant-1.6.0/configure:19685:shlibpath_var='`$ECHO "X$shlibpath_var" | $Xsed -e "$delay_single_quote_subst"`' enchant-1.6.0/configure:19686:shlibpath_overrides_runpath='`$ECHO "X$shlibpath_overrides_runpath" | $Xsed -e "$delay_single_quote_subst"`' enchant-1.6.0/configure:19687:libname_spec='`$ECHO "X$libname_spec" | $Xsed -e "$delay_single_quote_subst"`' enchant-1.6.0/configure:19688:library_names_spec='`$ECHO "X$library_names_spec" | $Xsed -e "$delay_single_quote_subst"`' enchant-1.6.0/configure:19689:soname_spec='`$ECHO "X$soname_spec" | $Xsed -e "$delay_single_quote_subst"`' enchant-1.6.0/configure:19690:postinstall_cmds='`$ECHO "X$postinstall_cmds" | $Xsed -e "$delay_single_quote_subst"`' enchant-1.6.0/configure:19691:postuninstall_cmds='`$ECHO "X$postuninstall_cmds" | $Xsed -e "$delay_single_quote_subst"`' enchant-1.6.0/configure:19692:finish_cmds='`$ECHO "X$finish_cmds" | $Xsed -e "$delay_single_quote_subst"`' enchant-1.6.0/configure:19693:finish_eval='`$ECHO "X$finish_eval" | $Xsed -e "$delay_single_quote_subst"`' enchant-1.6.0/configure:19694:hardcode_into_libs='`$ECHO "X$hardcode_into_libs" | $Xsed -e "$delay_single_quote_subst"`' enchant-1.6.0/configure:19695:sys_lib_search_path_spec='`$ECHO "X$sys_lib_search_path_spec" | $Xsed -e "$delay_single_quote_subst"`' enchant-1.6.0/configure:19696:sys_lib_dlsearch_path_spec='`$ECHO "X$sys_lib_dlsearch_path_spec" | $Xsed -e "$delay_single_quote_subst"`' enchant-1.6.0/configure:19697:hardcode_action='`$ECHO "X$hardcode_action" | $Xsed -e "$delay_single_quote_subst"`' enchant-1.6.0/configure:19698:enable_dlopen='`$ECHO "X$enable_dlopen" | $Xsed -e "$delay_single_quote_subst"`' enchant-1.6.0/configure:19699:enable_dlopen_self='`$ECHO "X$enable_dlopen_self" | $Xsed -e "$delay_single_quote_subst"`' enchant-1.6.0/configure:19700:enable_dlopen_self_static='`$ECHO "X$enable_dlopen_self_static" | $Xsed -e "$delay_single_quote_subst"`' enchant-1.6.0/configure:19701:old_striplib='`$ECHO "X$old_striplib" | $Xsed -e "$delay_single_quote_subst"`' enchant-1.6.0/configure:19702:striplib='`$ECHO "X$striplib" | $Xsed -e "$delay_single_quote_subst"`' enchant-1.6.0/configure:19703:compiler_lib_search_dirs='`$ECHO "X$compiler_lib_search_dirs" | $Xsed -e "$delay_single_quote_subst"`' enchant-1.6.0/configure:19704:predep_objects='`$ECHO "X$predep_objects" | $Xsed -e "$delay_single_quote_subst"`' enchant-1.6.0/configure:19705:postdep_objects='`$ECHO "X$postdep_objects" | $Xsed -e "$delay_single_quote_subst"`' enchant-1.6.0/configure:19706:predeps='`$ECHO "X$predeps" | $Xsed -e "$delay_single_quote_subst"`' enchant-1.6.0/configure:19707:postdeps='`$ECHO "X$postdeps" | $Xsed -e "$delay_single_quote_subst"`' enchant-1.6.0/configure:19708:compiler_lib_search_path='`$ECHO "X$compiler_lib_search_path" | $Xsed -e "$delay_single_quote_subst"`' enchant-1.6.0/configure:19709:LD_CXX='`$ECHO "X$LD_CXX" | $Xsed -e "$delay_single_quote_subst"`' enchant-1.6.0/configure:19710:old_archive_cmds_CXX='`$ECHO "X$old_archive_cmds_CXX" | $Xsed -e "$delay_single_quote_subst"`' enchant-1.6.0/configure:19711:compiler_CXX='`$ECHO "X$compiler_CXX" | $Xsed -e "$delay_single_quote_subst"`' enchant-1.6.0/configure:19712:GCC_CXX='`$ECHO "X$GCC_CXX" | $Xsed -e "$delay_single_quote_subst"`' enchant-1.6.0/configure:19713:lt_prog_compiler_no_builtin_flag_CXX='`$ECHO "X$lt_prog_compiler_no_builtin_flag_CXX" | $Xsed -e "$delay_single_quote_subst"`' enchant-1.6.0/configure:19714:lt_prog_compiler_wl_CXX='`$ECHO "X$lt_prog_compiler_wl_CXX" | $Xsed -e "$delay_single_quote_subst"`' enchant-1.6.0/configure:19715:lt_prog_compiler_pic_CXX='`$ECHO "X$lt_prog_compiler_pic_CXX" | $Xsed -e "$delay_single_quote_subst"`' enchant-1.6.0/configure:19716:lt_prog_compiler_static_CXX='`$ECHO "X$lt_prog_compiler_static_CXX" | $Xsed -e "$delay_single_quote_subst"`' enchant-1.6.0/configure:19717:lt_cv_prog_compiler_c_o_CXX='`$ECHO "X$lt_cv_prog_compiler_c_o_CXX" | $Xsed -e "$delay_single_quote_subst"`' enchant-1.6.0/configure:19718:archive_cmds_need_lc_CXX='`$ECHO "X$archive_cmds_need_lc_CXX" | $Xsed -e "$delay_single_quote_subst"`' enchant-1.6.0/configure:19719:enable_shared_with_static_runtimes_CXX='`$ECHO "X$enable_shared_with_static_runtimes_CXX" | $Xsed -e "$delay_single_quote_subst"`' enchant-1.6.0/configure:19720:export_dynamic_flag_spec_CXX='`$ECHO "X$export_dynamic_flag_spec_CXX" | $Xsed -e "$delay_single_quote_subst"`' enchant-1.6.0/configure:19721:whole_archive_flag_spec_CXX='`$ECHO "X$whole_archive_flag_spec_CXX" | $Xsed -e "$delay_single_quote_subst"`' enchant-1.6.0/configure:19722:compiler_needs_object_CXX='`$ECHO "X$compiler_needs_object_CXX" | $Xsed -e "$delay_single_quote_subst"`' enchant-1.6.0/configure:19723:old_archive_from_new_cmds_CXX='`$ECHO "X$old_archive_from_new_cmds_CXX" | $Xsed -e "$delay_single_quote_subst"`' enchant-1.6.0/configure:19724:old_archive_from_expsyms_cmds_CXX='`$ECHO "X$old_archive_from_expsyms_cmds_CXX" | $Xsed -e "$delay_single_quote_subst"`' enchant-1.6.0/configure:19725:archive_cmds_CXX='`$ECHO "X$archive_cmds_CXX" | $Xsed -e "$delay_single_quote_subst"`' enchant-1.6.0/configure:19726:archive_expsym_cmds_CXX='`$ECHO "X$archive_expsym_cmds_CXX" | $Xsed -e "$delay_single_quote_subst"`' enchant-1.6.0/configure:19727:module_cmds_CXX='`$ECHO "X$module_cmds_CXX" | $Xsed -e "$delay_single_quote_subst"`' enchant-1.6.0/configure:19728:module_expsym_cmds_CXX='`$ECHO "X$module_expsym_cmds_CXX" | $Xsed -e "$delay_single_quote_subst"`' enchant-1.6.0/configure:19729:with_gnu_ld_CXX='`$ECHO "X$with_gnu_ld_CXX" | $Xsed -e "$delay_single_quote_subst"`' enchant-1.6.0/configure:19730:allow_undefined_flag_CXX='`$ECHO "X$allow_undefined_flag_CXX" | $Xsed -e "$delay_single_quote_subst"`' enchant-1.6.0/configure:19731:no_undefined_flag_CXX='`$ECHO "X$no_undefined_flag_CXX" | $Xsed -e "$delay_single_quote_subst"`' enchant-1.6.0/configure:19732:hardcode_libdir_flag_spec_CXX='`$ECHO "X$hardcode_libdir_flag_spec_CXX" | $Xsed -e "$delay_single_quote_subst"`' enchant-1.6.0/configure:19733:hardcode_libdir_flag_spec_ld_CXX='`$ECHO "X$hardcode_libdir_flag_spec_ld_CXX" | $Xsed -e "$delay_single_quote_subst"`' enchant-1.6.0/configure:19734:hardcode_libdir_separator_CXX='`$ECHO "X$hardcode_libdir_separator_CXX" | $Xsed -e "$delay_single_quote_subst"`' enchant-1.6.0/configure:19735:hardcode_direct_CXX='`$ECHO "X$hardcode_direct_CXX" | $Xsed -e "$delay_single_quote_subst"`' enchant-1.6.0/configure:19736:hardcode_direct_absolute_CXX='`$ECHO "X$hardcode_direct_absolute_CXX" | $Xsed -e "$delay_single_quote_subst"`' enchant-1.6.0/configure:19737:hardcode_minus_L_CXX='`$ECHO "X$hardcode_minus_L_CXX" | $Xsed -e "$delay_single_quote_subst"`' enchant-1.6.0/configure:19738:hardcode_shlibpath_var_CXX='`$ECHO "X$hardcode_shlibpath_var_CXX" | $Xsed -e "$delay_single_quote_subst"`' enchant-1.6.0/configure:19739:hardcode_automatic_CXX='`$ECHO "X$hardcode_automatic_CXX" | $Xsed -e "$delay_single_quote_subst"`' enchant-1.6.0/configure:19740:inherit_rpath_CXX='`$ECHO "X$inherit_rpath_CXX" | $Xsed -e "$delay_single_quote_subst"`' enchant-1.6.0/configure:19741:link_all_deplibs_CXX='`$ECHO "X$link_all_deplibs_CXX" | $Xsed -e "$delay_single_quote_subst"`' enchant-1.6.0/configure:19742:fix_srcfile_path_CXX='`$ECHO "X$fix_srcfile_path_CXX" | $Xsed -e "$delay_single_quote_subst"`' enchant-1.6.0/configure:19743:always_export_symbols_CXX='`$ECHO "X$always_export_symbols_CXX" | $Xsed -e "$delay_single_quote_subst"`' enchant-1.6.0/configure:19744:export_symbols_cmds_CXX='`$ECHO "X$export_symbols_cmds_CXX" | $Xsed -e "$delay_single_quote_subst"`' enchant-1.6.0/configure:19745:exclude_expsyms_CXX='`$ECHO "X$exclude_expsyms_CXX" | $Xsed -e "$delay_single_quote_subst"`' enchant-1.6.0/configure:19746:include_expsyms_CXX='`$ECHO "X$include_expsyms_CXX" | $Xsed -e "$delay_single_quote_subst"`' enchant-1.6.0/configure:19747:prelink_cmds_CXX='`$ECHO "X$prelink_cmds_CXX" | $Xsed -e "$delay_single_quote_subst"`' enchant-1.6.0/configure:19748:file_list_spec_CXX='`$ECHO "X$file_list_spec_CXX" | $Xsed -e "$delay_single_quote_subst"`' enchant-1.6.0/configure:19749:hardcode_action_CXX='`$ECHO "X$hardcode_action_CXX" | $Xsed -e "$delay_single_quote_subst"`' enchant-1.6.0/configure:19750:compiler_lib_search_dirs_CXX='`$ECHO "X$compiler_lib_search_dirs_CXX" | $Xsed -e "$delay_single_quote_subst"`' enchant-1.6.0/configure:19751:predep_objects_CXX='`$ECHO "X$predep_objects_CXX" | $Xsed -e "$delay_single_quote_subst"`' enchant-1.6.0/configure:19752:postdep_objects_CXX='`$ECHO "X$postdep_objects_CXX" | $Xsed -e "$delay_single_quote_subst"`' enchant-1.6.0/configure:19753:predeps_CXX='`$ECHO "X$predeps_CXX" | $Xsed -e "$delay_single_quote_subst"`' enchant-1.6.0/configure:19754:postdeps_CXX='`$ECHO "X$postdeps_CXX" | $Xsed -e "$delay_single_quote_subst"`' enchant-1.6.0/configure:19755:compiler_lib_search_path_CXX='`$ECHO "X$compiler_lib_search_path_CXX" | $Xsed -e "$delay_single_quote_subst"`' enchant-1.6.0/configure-19756- ############################################## enchant-1.6.0/configure-19850-compiler_lib_search_path_CXX; do enchant-1.6.0/configure:19851: case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in enchant-1.6.0/configure-19852- *[\\\\\\\`\\"\\\$]*) enchant-1.6.0/configure:19853: eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" enchant-1.6.0/configure-19854- ;; ############################################## enchant-1.6.0/configure-19888-prelink_cmds_CXX; do enchant-1.6.0/configure:19889: case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in enchant-1.6.0/configure-19890- *[\\\\\\\`\\"\\\$]*) enchant-1.6.0/configure:19891: eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" enchant-1.6.0/configure-19892- ;; ############################################## enchant-1.6.0/configure-19900-case \$lt_ECHO in enchant-1.6.0/configure:19901:*'\\\$0 --fallback-echo"') lt_ECHO=\`\$ECHO "X\$lt_ECHO" | \$Xsed -e 's/\\\\\\\\\\\\\\\$0 --fallback-echo"\$/\$0 --fallback-echo"/'\` enchant-1.6.0/configure-19902- ;; ############################################## enchant-1.6.0/configure-20008-ac_cr='' enchant-1.6.0/configure:20009:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null` enchant-1.6.0/configure-20010-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then ############################################## enchant-1.6.0/configure-20027- { (exit 1); exit 1; }; } enchant-1.6.0/configure:20028:ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'` enchant-1.6.0/configure-20029-ac_delim='%!_!# ' ############################################## enchant-1.6.0/configure-20035- enchant-1.6.0/configure:20036: ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` enchant-1.6.0/configure-20037- if test $ac_delim_n = $ac_delim_num; then ############################################## enchant-1.6.0/configure-20197- esac enchant-1.6.0/configure:20198: case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac enchant-1.6.0/configure-20199- ac_file_inputs="$ac_file_inputs '$ac_f'" ############################################## enchant-1.6.0/configure-20260- case $as_dir in #( enchant-1.6.0/configure:20261: *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( enchant-1.6.0/configure-20262- *) as_qdir=$as_dir;; ############################################## enchant-1.6.0/configure-20298-*) enchant-1.6.0/configure:20299: ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` enchant-1.6.0/configure-20300- # A ".." for each directory in $ac_dir_suffix. enchant-1.6.0/configure:20301: ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` enchant-1.6.0/configure-20302- case $ac_top_builddir_sub in ############################################## enchant-1.6.0/configure-20361-' enchant-1.6.0/configure:20362:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in enchant-1.6.0/configure-20363-*datarootdir*) ac_datarootdir_seen=yes;; ############################################## enchant-1.6.0/configure-20378- enchant-1.6.0/configure:20379:# Neutralize VPATH when `$srcdir' = `.'. enchant-1.6.0/configure-20380-# Shell code in configure.ac might set extrasub. ############################################## enchant-1.6.0/configure-20408-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && enchant-1.6.0/configure:20409: { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } && enchant-1.6.0/configure:20410: { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } && enchant-1.6.0/configure-20411- { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir' ############################################## enchant-1.6.0/configure-20445- # Strip MF so we end up with the name of the file. enchant-1.6.0/configure:20446: mf=`echo "$mf" | sed -e 's/:.*$//'` enchant-1.6.0/configure-20447- # Check whether this is an Automake generated Makefile or not. ############################################## enchant-1.6.0/configure-20482- # from the Makefile without running `make'. enchant-1.6.0/configure:20483: DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` enchant-1.6.0/configure-20484- test -z "$DEPDIR" && continue enchant-1.6.0/configure:20485: am__include=`sed -n 's/^am__include = //p' < "$mf"` enchant-1.6.0/configure-20486- test -z "am__include" && continue enchant-1.6.0/configure:20487: am__quote=`sed -n 's/^am__quote = //p' < "$mf"` enchant-1.6.0/configure-20488- # When using ansi2knr, U may be empty or an underscore; expand it enchant-1.6.0/configure:20489: U=`sed -n 's/^U = //p' < "$mf"` enchant-1.6.0/configure-20490- # Find all dependency output files, they are included files with ############################################## enchant-1.6.0/configure-20529- case $as_dir in #( enchant-1.6.0/configure:20530: *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( enchant-1.6.0/configure-20531- *) as_qdir=$as_dir;; ############################################## enchant-1.6.0/configure-20583- enchant-1.6.0/configure:20584:# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services. enchant-1.6.0/configure-20585-# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION ############################################## enchant-1.6.0/configure-21118- # Extract subdirectory from the argument. enchant-1.6.0/configure:21119: func_dirname_result=`$ECHO "X${1}" | $Xsed -e "$dirname"` enchant-1.6.0/configure-21120- if test "X$func_dirname_result" = "X${1}"; then ############################################## enchant-1.6.0/configure-21129-{ enchant-1.6.0/configure:21130: func_basename_result=`$ECHO "X${1}" | $Xsed -e "$basename"` enchant-1.6.0/configure-21131-} ############################################## enchant-1.6.0/configure-21156-{ enchant-1.6.0/configure:21157: func_opt_split_opt=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_opt"` enchant-1.6.0/configure:21158: func_opt_split_arg=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_arg"` enchant-1.6.0/configure-21159-} ############################################## enchant-1.6.0/configure-21163-{ enchant-1.6.0/configure:21164: func_lo2o_result=`$ECHO "X${1}" | $Xsed -e "$lo2o"` enchant-1.6.0/configure-21165-} ############################################## enchant-1.6.0/configure-21169-{ enchant-1.6.0/configure:21170: func_xform_result=`$ECHO "X${1}" | $Xsed -e 's/\.[^.]*$/.lo/'` enchant-1.6.0/configure-21171-} ############################################## enchant-1.6.0/configure-21175-{ enchant-1.6.0/configure:21176: func_arith_result=`expr "$@"` enchant-1.6.0/configure-21177-} ############################################## enchant-1.6.0/configure-21182-{ enchant-1.6.0/configure:21183: func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len` enchant-1.6.0/configure-21184-} ############################################## enchant-1.6.0/aclocal.m4-141-done enchant-1.6.0/aclocal.m4:142:cc_basename=`$ECHO "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"` enchant-1.6.0/aclocal.m4-143-]) ############################################## enchant-1.6.0/aclocal.m4-425-m4_define([_LT_CONFIG_STATUS_DECLARE], enchant-1.6.0/aclocal.m4:426:[$1='`$ECHO "X$][$1" | $Xsed -e "$delay_single_quote_subst"`']) enchant-1.6.0/aclocal.m4-427- ############################################## enchant-1.6.0/aclocal.m4-435-# enchant-1.6.0/aclocal.m4:436:# <var>='`$ECHO "X$<var>" | $Xsed -e "$delay_single_quote_subst"`' enchant-1.6.0/aclocal.m4-437-m4_defun([_LT_CONFIG_STATUS_DECLARATIONS], ############################################## enchant-1.6.0/aclocal.m4-537-]], lt_decl_quote_varnames); do enchant-1.6.0/aclocal.m4:538: case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in enchant-1.6.0/aclocal.m4-539- *[[\\\\\\\`\\"\\\$]]*) enchant-1.6.0/aclocal.m4:540: eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" enchant-1.6.0/aclocal.m4-541- ;; ############################################## enchant-1.6.0/aclocal.m4-550-]], lt_decl_dquote_varnames); do enchant-1.6.0/aclocal.m4:551: case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in enchant-1.6.0/aclocal.m4-552- *[[\\\\\\\`\\"\\\$]]*) enchant-1.6.0/aclocal.m4:553: eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" enchant-1.6.0/aclocal.m4-554- ;; ############################################## enchant-1.6.0/aclocal.m4-563-*'\\\[$]0 --fallback-echo"')dnl " enchant-1.6.0/aclocal.m4:564: lt_ECHO=\`\$ECHO "X\$lt_ECHO" | \$Xsed -e 's/\\\\\\\\\\\\\\\[$]0 --fallback-echo"\[$]/\[$]0 --fallback-echo"/'\` enchant-1.6.0/aclocal.m4-565- ;; ############################################## enchant-1.6.0/aclocal.m4-699- enchant-1.6.0/aclocal.m4:700:# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services. enchant-1.6.0/aclocal.m4-701-# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION ############################################## enchant-1.6.0/aclocal.m4-1046- }' enchant-1.6.0/aclocal.m4:1047:aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` enchant-1.6.0/aclocal.m4-1048-# Check for a 64-bit object if we didn't find anything. enchant-1.6.0/aclocal.m4-1049-if test -z "$aix_libpath"; then enchant-1.6.0/aclocal.m4:1050: aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` enchant-1.6.0/aclocal.m4-1051-fi],[]) ############################################## enchant-1.6.0/aclocal.m4-1078- # Remove one level of quotation (which was required for Make). enchant-1.6.0/aclocal.m4:1079: ECHO=`echo "$lt_ECHO" | sed 's,\\\\\[$]\\[$]0,'[$]0','` enchant-1.6.0/aclocal.m4-1080- ;; ############################################## enchant-1.6.0/aclocal.m4-1089- : enchant-1.6.0/aclocal.m4:1090:elif test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' ; then enchant-1.6.0/aclocal.m4-1091- # Yippee, $ECHO works! ############################################## enchant-1.6.0/aclocal.m4-1115- # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ... enchant-1.6.0/aclocal.m4:1116: if { echo_test_string=`eval $cmd`; } 2>/dev/null && enchant-1.6.0/aclocal.m4-1117- { test "X$echo_test_string" = "X$echo_test_string"; } 2>/dev/null ############################################## enchant-1.6.0/aclocal.m4-1123- enchant-1.6.0/aclocal.m4:1124: if test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' && enchant-1.6.0/aclocal.m4:1125: echo_testing_string=`{ $ECHO "$echo_test_string"; } 2>/dev/null` && enchant-1.6.0/aclocal.m4-1126- test "X$echo_testing_string" = "X$echo_test_string"; then ############################################## enchant-1.6.0/aclocal.m4-1138- if (test -f $dir/echo || test -f $dir/echo$ac_exeext) && enchant-1.6.0/aclocal.m4:1139: test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' && enchant-1.6.0/aclocal.m4:1140: echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` && enchant-1.6.0/aclocal.m4-1141- test "X$echo_testing_string" = "X$echo_test_string"; then ############################################## enchant-1.6.0/aclocal.m4-1150- if test "X`{ print -r '\t'; } 2>/dev/null`" = 'X\t' && enchant-1.6.0/aclocal.m4:1151: echo_testing_string=`{ print -r "$echo_test_string"; } 2>/dev/null` && enchant-1.6.0/aclocal.m4-1152- test "X$echo_testing_string" = "X$echo_test_string"; then ############################################## enchant-1.6.0/aclocal.m4-1165- ECHO='printf %s\n' enchant-1.6.0/aclocal.m4:1166: if test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' && enchant-1.6.0/aclocal.m4:1167: echo_testing_string=`{ $ECHO "$echo_test_string"; } 2>/dev/null` && enchant-1.6.0/aclocal.m4-1168- test "X$echo_testing_string" = "X$echo_test_string"; then ############################################## enchant-1.6.0/aclocal.m4-1170- : enchant-1.6.0/aclocal.m4:1171: elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` && enchant-1.6.0/aclocal.m4-1172- test "X$echo_testing_string" = 'X\t' && enchant-1.6.0/aclocal.m4:1173: echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` && enchant-1.6.0/aclocal.m4-1174- test "X$echo_testing_string" = "X$echo_test_string"; then ############################################## enchant-1.6.0/aclocal.m4-1179- ECHO="$CONFIG_SHELL [$]0 --fallback-echo" enchant-1.6.0/aclocal.m4:1180: elif echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` && enchant-1.6.0/aclocal.m4-1181- test "X$echo_testing_string" = 'X\t' && enchant-1.6.0/aclocal.m4:1182: echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` && enchant-1.6.0/aclocal.m4-1183- test "X$echo_testing_string" = "X$echo_test_string"; then ############################################## enchant-1.6.0/aclocal.m4-1189- for cmd in 'echo test' 'sed 2q "[$]0"' 'sed 10q "[$]0"' 'sed 20q "[$]0"' 'sed 50q "[$]0"'; do enchant-1.6.0/aclocal.m4:1190: if { test "X$echo_test_string" = "X`eval $cmd`"; } 2>/dev/null enchant-1.6.0/aclocal.m4-1191- then ############################################## enchant-1.6.0/aclocal.m4-1197- if test "$prev" != 'sed 50q "[$]0"'; then enchant-1.6.0/aclocal.m4:1198: echo_test_string=`eval $prev` enchant-1.6.0/aclocal.m4-1199- export echo_test_string ############################################## enchant-1.6.0/aclocal.m4-1240- if AC_TRY_EVAL(ac_compile); then enchant-1.6.0/aclocal.m4:1241: case `/usr/bin/file conftest.$ac_objext` in enchant-1.6.0/aclocal.m4-1242- *ELF-32*) ############################################## enchant-1.6.0/aclocal.m4-1256- if test "$lt_cv_prog_gnu_ld" = yes; then enchant-1.6.0/aclocal.m4:1257: case `/usr/bin/file conftest.$ac_objext` in enchant-1.6.0/aclocal.m4-1258- *32-bit*) ############################################## enchant-1.6.0/aclocal.m4-1268- else enchant-1.6.0/aclocal.m4:1269: case `/usr/bin/file conftest.$ac_objext` in enchant-1.6.0/aclocal.m4-1270- *32-bit*) ############################################## enchant-1.6.0/aclocal.m4-1560- # And add a safety zone enchant-1.6.0/aclocal.m4:1561: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` enchant-1.6.0/aclocal.m4:1562: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` enchant-1.6.0/aclocal.m4-1563- ;; ############################################## enchant-1.6.0/aclocal.m4-1588- if test -n "$kargmax"; then enchant-1.6.0/aclocal.m4:1589: lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[ ]]//'` enchant-1.6.0/aclocal.m4-1590- else ############################################## enchant-1.6.0/aclocal.m4-1596- if test -n "$lt_cv_sys_max_cmd_len"; then enchant-1.6.0/aclocal.m4:1597: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` enchant-1.6.0/aclocal.m4:1598: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` enchant-1.6.0/aclocal.m4-1599- else ############################################## enchant-1.6.0/aclocal.m4-1608- # we can't tell. enchant-1.6.0/aclocal.m4:1609: while { test "X"`$SHELL [$]0 --fallback-echo "X$teststring$teststring" 2>/dev/null` \ enchant-1.6.0/aclocal.m4-1610- = "XX$teststring$teststring"; } >/dev/null 2>&1 && ############################################## enchant-1.6.0/aclocal.m4-1612- do enchant-1.6.0/aclocal.m4:1613: i=`expr $i + 1` enchant-1.6.0/aclocal.m4-1614- teststring=$teststring$teststring ############################################## enchant-1.6.0/aclocal.m4-1616- # Only check the string length outside the loop. enchant-1.6.0/aclocal.m4:1617: lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1` enchant-1.6.0/aclocal.m4-1618- teststring= ############################################## enchant-1.6.0/aclocal.m4-1621- # linker. It appears as though 1/2 is a usable value. enchant-1.6.0/aclocal.m4:1622: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2` enchant-1.6.0/aclocal.m4-1623- fi ############################################## enchant-1.6.0/aclocal.m4-1936- if test "$hard_links" = no; then enchant-1.6.0/aclocal.m4:1937: AC_MSG_WARN([`$CC' does not support `-c -o', so `make -j' may be unsafe]) enchant-1.6.0/aclocal.m4-1938- need_locks=warn ############################################## enchant-1.6.0/aclocal.m4-2062- esac enchant-1.6.0/aclocal.m4:2063: lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e "s,=/,/,g"` enchant-1.6.0/aclocal.m4-2064- if $ECHO "$lt_search_path_spec" | $GREP ';' >/dev/null ; then ############################################## enchant-1.6.0/aclocal.m4-2068- # okay in the real world where ";" in dirpaths is itself problematic. enchant-1.6.0/aclocal.m4:2069: lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED -e 's/;/ /g'` enchant-1.6.0/aclocal.m4-2070- else enchant-1.6.0/aclocal.m4:2071: lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` enchant-1.6.0/aclocal.m4-2072- fi ############################################## enchant-1.6.0/aclocal.m4-2075- lt_tmp_lt_search_path_spec= enchant-1.6.0/aclocal.m4:2076: lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null` enchant-1.6.0/aclocal.m4-2077- for lt_sys_path in $lt_search_path_spec; do ############################################## enchant-1.6.0/aclocal.m4-2104-}'` enchant-1.6.0/aclocal.m4:2105: sys_lib_search_path_spec=`$ECHO $lt_search_path_spec` enchant-1.6.0/aclocal.m4-2106-else ############################################## enchant-1.6.0/aclocal.m4-2192- # Create ${libname}_ixlibrary.a entries in /sys/libs. enchant-1.6.0/aclocal.m4:2193: finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$ECHO "X$lib" | $Xsed -e '\''s%^.*/\([[^/]]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done' enchant-1.6.0/aclocal.m4-2194- ;; ############################################## enchant-1.6.0/aclocal.m4-2227- # DLL is installed to $(libdir)/../bin by postinstall_cmds enchant-1.6.0/aclocal.m4:2228: postinstall_cmds='base_file=`basename \${file}`~ enchant-1.6.0/aclocal.m4:2229: dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~ enchant-1.6.0/aclocal.m4:2230: dldir=$destdir/`dirname \$dlpath`~ enchant-1.6.0/aclocal.m4-2231- test -d \$dldir || mkdir -p \$dldir~ ############################################## enchant-1.6.0/aclocal.m4-2236- fi' enchant-1.6.0/aclocal.m4:2237: postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ enchant-1.6.0/aclocal.m4-2238- dlpath=$dir/\$dldll~ ############################################## enchant-1.6.0/aclocal.m4-2244- # Cygwin DLLs use 'cyg' prefix rather than 'lib' enchant-1.6.0/aclocal.m4:2245: soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}' enchant-1.6.0/aclocal.m4-2246- sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib" ############################################## enchant-1.6.0/aclocal.m4-2249- # MinGW DLLs use traditional 'lib' prefix enchant-1.6.0/aclocal.m4:2250: soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}' enchant-1.6.0/aclocal.m4:2251: sys_lib_search_path_spec=`$CC -print-search-dirs | $GREP "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"` enchant-1.6.0/aclocal.m4-2252- if $ECHO "$sys_lib_search_path_spec" | [$GREP ';[c-zC-Z]:/' >/dev/null]; then ############################################## enchant-1.6.0/aclocal.m4-2258- # which wouldn't understand a cygwinified path. Ahh. enchant-1.6.0/aclocal.m4:2259: sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` enchant-1.6.0/aclocal.m4-2260- else enchant-1.6.0/aclocal.m4:2261: sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` enchant-1.6.0/aclocal.m4-2262- fi ############################################## enchant-1.6.0/aclocal.m4-2265- # pw32 DLLs use 'pw' prefix rather than 'lib' enchant-1.6.0/aclocal.m4:2266: library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}' enchant-1.6.0/aclocal.m4-2267- ;; ############################################## enchant-1.6.0/aclocal.m4-2271- *) enchant-1.6.0/aclocal.m4:2272: library_names_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext} $libname.lib' enchant-1.6.0/aclocal.m4-2273- ;; ############################################## enchant-1.6.0/aclocal.m4-2288- shlibpath_var=DYLD_LIBRARY_PATH enchant-1.6.0/aclocal.m4:2289: shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`' enchant-1.6.0/aclocal.m4-2290-m4_if([$1], [],[ ############################################## enchant-1.6.0/aclocal.m4-2492- if test -f /etc/ld.so.conf; then enchant-1.6.0/aclocal.m4:2493: 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' ' '` enchant-1.6.0/aclocal.m4-2494- sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec $lt_ld_extra" ############################################## enchant-1.6.0/aclocal.m4-2554- shlibpath_var=LD_LIBRARY_PATH enchant-1.6.0/aclocal.m4:2555: if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then enchant-1.6.0/aclocal.m4-2556- case $host_os in ############################################## enchant-1.6.0/aclocal.m4-2769- "file_magic "*) enchant-1.6.0/aclocal.m4:2770: file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"` enchant-1.6.0/aclocal.m4-2771- MAGIC_CMD="$lt_cv_path_MAGIC_CMD" ############################################## enchant-1.6.0/aclocal.m4-2851- # gcc leaves a trailing carriage return which upsets mingw enchant-1.6.0/aclocal.m4:2852: ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; enchant-1.6.0/aclocal.m4-2853- *) enchant-1.6.0/aclocal.m4:2854: ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; enchant-1.6.0/aclocal.m4-2855- esac ############################################## enchant-1.6.0/aclocal.m4-2860- # Canonicalize the pathname of ld enchant-1.6.0/aclocal.m4:2861: ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'` enchant-1.6.0/aclocal.m4-2862- while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do enchant-1.6.0/aclocal.m4:2863: ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"` enchant-1.6.0/aclocal.m4-2864- done ############################################## enchant-1.6.0/aclocal.m4-2891- # Break only if it was the GNU/non-GNU ld that we prefer. enchant-1.6.0/aclocal.m4:2892: case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in enchant-1.6.0/aclocal.m4-2893- *GNU* | *'with BFD'*) ############################################## enchant-1.6.0/aclocal.m4-2931-[# I'd rather use --version here, but apparently some GNU lds only accept -v. enchant-1.6.0/aclocal.m4:2932:case `$LD -v 2>&1 </dev/null` in enchant-1.6.0/aclocal.m4-2933-*GNU* | *'with BFD'*) ############################################## enchant-1.6.0/aclocal.m4-3115-openbsd*) enchant-1.6.0/aclocal.m4:3116: if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then enchant-1.6.0/aclocal.m4-3117- lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$' ############################################## enchant-1.6.0/aclocal.m4-3206- # Tru64's nm complains that /dev/null is an invalid object file enchant-1.6.0/aclocal.m4:3207: case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in enchant-1.6.0/aclocal.m4-3208- */dev/null* | *'Invalid file or object type'*) ############################################## enchant-1.6.0/aclocal.m4-3212- *) enchant-1.6.0/aclocal.m4:3213: case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in enchant-1.6.0/aclocal.m4-3214- */dev/null*) ############################################## enchant-1.6.0/aclocal.m4-3377-# If we're using GNU nm, then use its standard symbol codes. enchant-1.6.0/aclocal.m4:3378:case `$NM -V 2>&1` in enchant-1.6.0/aclocal.m4-3379-*GNU* | *'with BFD'*) ############################################## enchant-1.6.0/aclocal.m4-3395-mingw*) enchant-1.6.0/aclocal.m4:3396: opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp enchant-1.6.0/aclocal.m4-3397- ;; ############################################## enchant-1.6.0/aclocal.m4-3446- nlist=conftest.nm enchant-1.6.0/aclocal.m4:3447: if AC_TRY_EVAL(NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) && test -s "$nlist"; then enchant-1.6.0/aclocal.m4-3448- # Try sorting and uniquifying the output. ############################################## enchant-1.6.0/aclocal.m4-3753- *) enchant-1.6.0/aclocal.m4:3754: case `$CC -V 2>&1 | sed 5q` in enchant-1.6.0/aclocal.m4-3755- *Sun\ C*) ############################################## enchant-1.6.0/aclocal.m4-4037- *) enchant-1.6.0/aclocal.m4:4038: case `$CC -V 2>&1 | sed 5q` in enchant-1.6.0/aclocal.m4-4039- *Sun\ C*) ############################################## enchant-1.6.0/aclocal.m4-4286- supports_anon_versioning=no enchant-1.6.0/aclocal.m4:4287: case `$LD -v 2>&1` in enchant-1.6.0/aclocal.m4-4288- *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.10.*) ;; # catch versions < 2.11 ############################################## enchant-1.6.0/aclocal.m4-4351- # is EXPORTS), use it as is; otherwise, prepend... enchant-1.6.0/aclocal.m4:4352: _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then enchant-1.6.0/aclocal.m4-4353- cp $export_symbols $output_objdir/$soname.def; ############################################## enchant-1.6.0/aclocal.m4-4374- # time. Moving up from 0x10000000 also allows more sbrk(2) space. enchant-1.6.0/aclocal.m4:4375: _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' enchant-1.6.0/aclocal.m4:4376: _LT_TAGVAR(archive_expsym_cmds, $1)='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' enchant-1.6.0/aclocal.m4-4377- ;; ############################################## enchant-1.6.0/aclocal.m4-4392- pgcc*) # Portland Group C compiler enchant-1.6.0/aclocal.m4:4393: _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive' enchant-1.6.0/aclocal.m4-4394- tmp_addflag=' $pic_flag' ############################################## enchant-1.6.0/aclocal.m4-4396- pgf77* | pgf90* | pgf95*) # Portland Group f77 and f90 compilers enchant-1.6.0/aclocal.m4:4397: _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive' enchant-1.6.0/aclocal.m4-4398- tmp_addflag=' $pic_flag -Mnomain' ;; ############################################## enchant-1.6.0/aclocal.m4-4411- esac enchant-1.6.0/aclocal.m4:4412: case `$CC -V 2>&1 | sed 5q` in enchant-1.6.0/aclocal.m4-4413- *Sun\ C*) # Sun C 5.9 enchant-1.6.0/aclocal.m4:4414: _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive' enchant-1.6.0/aclocal.m4-4415- _LT_TAGVAR(compiler_needs_object, $1)=yes ############################################## enchant-1.6.0/aclocal.m4-4480- sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*) enchant-1.6.0/aclocal.m4:4481: case `$LD -v 2>&1` in enchant-1.6.0/aclocal.m4-4482- *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*) ############################################## enchant-1.6.0/aclocal.m4-4601- # below for broken collect2 doesn't work under 4.3+ enchant-1.6.0/aclocal.m4:4602: collect2name=`${CC} -print-prog-name=collect2` enchant-1.6.0/aclocal.m4-4603- if test -f "$collect2name" && ############################################## enchant-1.6.0/aclocal.m4-4650- _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath" enchant-1.6.0/aclocal.m4:4651: _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then $ECHO "X${wl}${allow_undefined_flag}" | $Xsed; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag" enchant-1.6.0/aclocal.m4-4652- else ############################################## enchant-1.6.0/aclocal.m4-4705- # FIXME: Setting linknames here is a bad hack. enchant-1.6.0/aclocal.m4:4706: _LT_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `$ECHO "X$deplibs" | $Xsed -e '\''s/ -lc$//'\''` -link -dll~linknames=' enchant-1.6.0/aclocal.m4-4707- # The linker will automatically build a .lib file if we build a DLL. ############################################## enchant-1.6.0/aclocal.m4-4710- _LT_TAGVAR(old_archive_cmds, $1)='lib -OUT:$oldlib$oldobjs$old_deplibs' enchant-1.6.0/aclocal.m4:4711: _LT_TAGVAR(fix_srcfile_path, $1)='`cygpath -w "$srcfile"`' enchant-1.6.0/aclocal.m4-4712- _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes ############################################## enchant-1.6.0/aclocal.m4-4840- if test "$GCC" = yes; then enchant-1.6.0/aclocal.m4:4841: _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' enchant-1.6.0/aclocal.m4-4842- # Try to use the -exported_symbol ld option, if it does not ############################################## enchant-1.6.0/aclocal.m4-4847- AC_LINK_IFELSE(int foo(void) {}, enchant-1.6.0/aclocal.m4:4848: _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib' enchant-1.6.0/aclocal.m4-4849- ) ############################################## enchant-1.6.0/aclocal.m4-4851- else enchant-1.6.0/aclocal.m4:4852: _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib' enchant-1.6.0/aclocal.m4:4853: _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib' enchant-1.6.0/aclocal.m4-4854- fi ############################################## enchant-1.6.0/aclocal.m4-4888- _LT_TAGVAR(hardcode_direct_absolute, $1)=yes enchant-1.6.0/aclocal.m4:4889: if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then enchant-1.6.0/aclocal.m4-4890- _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' ############################################## enchant-1.6.0/aclocal.m4-4921- _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*' enchant-1.6.0/aclocal.m4:4922: _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' enchant-1.6.0/aclocal.m4-4923- else enchant-1.6.0/aclocal.m4-4924- _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' enchant-1.6.0/aclocal.m4:4925: _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib' enchant-1.6.0/aclocal.m4-4926- fi ############################################## enchant-1.6.0/aclocal.m4-4934- _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*' enchant-1.6.0/aclocal.m4:4935: _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' enchant-1.6.0/aclocal.m4-4936- _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' ############################################## enchant-1.6.0/aclocal.m4-4938- _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' enchant-1.6.0/aclocal.m4:4939: _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib' enchant-1.6.0/aclocal.m4:4940: _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~ enchant-1.6.0/aclocal.m4:4941: $CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp' enchant-1.6.0/aclocal.m4-4942- ############################################## enchant-1.6.0/aclocal.m4-4957- else enchant-1.6.0/aclocal.m4:4958: case `$CC -V 2>&1` in enchant-1.6.0/aclocal.m4-4959- *"Compilers 5.0"*) ############################################## enchant-1.6.0/aclocal.m4-5149- _LT_TAGVAR(allow_undefined_flag, $1)= enchant-1.6.0/aclocal.m4:5150: if AC_TRY_EVAL(_LT_TAGVAR(archive_cmds, $1) 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) enchant-1.6.0/aclocal.m4-5151- then ############################################## enchant-1.6.0/aclocal.m4-5459- # ancient GNU ld didn't support --whole-archive et. al. enchant-1.6.0/aclocal.m4:5460: if eval "`$CC -print-prog-name=ld` --help 2>&1" | enchant-1.6.0/aclocal.m4-5461- $GREP 'no-whole-archive' > /dev/null; then ############################################## enchant-1.6.0/aclocal.m4-5542- # below for broken collect2 doesn't work under 4.3+ enchant-1.6.0/aclocal.m4:5543: collect2name=`${CC} -print-prog-name=collect2` enchant-1.6.0/aclocal.m4-5544- if test -f "$collect2name" && ############################################## enchant-1.6.0/aclocal.m4-5592- enchant-1.6.0/aclocal.m4:5593: _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then $ECHO "X${wl}${allow_undefined_flag}" | $Xsed; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag" enchant-1.6.0/aclocal.m4-5594- else ############################################## enchant-1.6.0/aclocal.m4-5649- # is EXPORTS), use it as is; otherwise, prepend... enchant-1.6.0/aclocal.m4:5650: _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then enchant-1.6.0/aclocal.m4-5651- cp $export_symbols $output_objdir/$soname.def; ############################################## enchant-1.6.0/aclocal.m4-5725- # dependencies. enchant-1.6.0/aclocal.m4:5726: output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; $ECHO "X$list" | $Xsed' enchant-1.6.0/aclocal.m4-5727- ;; ############################################## enchant-1.6.0/aclocal.m4-5790- # dependencies. enchant-1.6.0/aclocal.m4:5791: output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; $ECHO "X$list" | $Xsed' enchant-1.6.0/aclocal.m4-5792- ;; ############################################## enchant-1.6.0/aclocal.m4-5826- # time. Moving up from 0x10000000 also allows more sbrk(2) space. enchant-1.6.0/aclocal.m4:5827: _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' enchant-1.6.0/aclocal.m4:5828: _LT_TAGVAR(archive_expsym_cmds, $1)='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' enchant-1.6.0/aclocal.m4-5829- ;; ############################################## enchant-1.6.0/aclocal.m4-5833- # SGI C++ enchant-1.6.0/aclocal.m4:5834: _LT_TAGVAR(archive_cmds, $1)='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib' enchant-1.6.0/aclocal.m4-5835- ############################################## enchant-1.6.0/aclocal.m4-5844- if test "$with_gnu_ld" = no; then enchant-1.6.0/aclocal.m4:5845: _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' enchant-1.6.0/aclocal.m4-5846- else enchant-1.6.0/aclocal.m4:5847: _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` -o $lib' enchant-1.6.0/aclocal.m4-5848- fi ############################################## enchant-1.6.0/aclocal.m4-5865- # to its proper name (with version) after linking. enchant-1.6.0/aclocal.m4:5866: _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib' enchant-1.6.0/aclocal.m4:5867: _LT_TAGVAR(archive_expsym_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib ${wl}-retain-symbols-file,$export_symbols; mv \$templib $lib' enchant-1.6.0/aclocal.m4-5868- # Commands to make compiler produce verbose output that lists ############################################## enchant-1.6.0/aclocal.m4-5875- # dependencies. enchant-1.6.0/aclocal.m4:5876: output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | $GREP "ld"`; rm -f libconftest$shared_ext; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; $ECHO "X$list" | $Xsed' enchant-1.6.0/aclocal.m4-5877- ############################################## enchant-1.6.0/aclocal.m4-5890- # earlier do not add the objects themselves. enchant-1.6.0/aclocal.m4:5891: case `$CC -V 2>&1` in enchant-1.6.0/aclocal.m4-5892- *"Version 7."*) ############################################## enchant-1.6.0/aclocal.m4-5911- # Portland Group C++ compiler enchant-1.6.0/aclocal.m4:5912: case `$CC -V` in enchant-1.6.0/aclocal.m4-5913- *pgCC\ [[1-5]]* | *pgcpp\ [[1-5]]*) ############################################## enchant-1.6.0/aclocal.m4-5916- $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~ enchant-1.6.0/aclocal.m4:5917: compile_command="$compile_command `find $tpldir -name \*.o | $NL2SP`"' enchant-1.6.0/aclocal.m4-5918- _LT_TAGVAR(old_archive_cmds, $1)='tpldir=Template.dir~ ############################################## enchant-1.6.0/aclocal.m4-5920- $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~ enchant-1.6.0/aclocal.m4:5921: $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | $NL2SP`~ enchant-1.6.0/aclocal.m4-5922- $RANLIB $oldlib' ############################################## enchant-1.6.0/aclocal.m4-5925- $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~ enchant-1.6.0/aclocal.m4:5926: $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib' enchant-1.6.0/aclocal.m4-5927- _LT_TAGVAR(archive_expsym_cmds, $1)='tpldir=Template.dir~ ############################################## enchant-1.6.0/aclocal.m4-5929- $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~ enchant-1.6.0/aclocal.m4:5930: $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib' enchant-1.6.0/aclocal.m4-5931- ;; ############################################## enchant-1.6.0/aclocal.m4-5939- _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic' enchant-1.6.0/aclocal.m4:5940: _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive' enchant-1.6.0/aclocal.m4-5941- ;; ############################################## enchant-1.6.0/aclocal.m4-5958- # dependencies. enchant-1.6.0/aclocal.m4:5959: output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`$ECHO "X$templist" | $Xsed -e "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; $ECHO "X$list" | $Xsed' enchant-1.6.0/aclocal.m4-5960- ;; ############################################## enchant-1.6.0/aclocal.m4-5973- *) enchant-1.6.0/aclocal.m4:5974: case `$CC -V 2>&1 | sed 5q` in enchant-1.6.0/aclocal.m4-5975- *Sun\ C*) ############################################## enchant-1.6.0/aclocal.m4-5980- _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' enchant-1.6.0/aclocal.m4:5981: _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive' enchant-1.6.0/aclocal.m4-5982- _LT_TAGVAR(compiler_needs_object, $1)=yes ############################################## enchant-1.6.0/aclocal.m4-6050- _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' enchant-1.6.0/aclocal.m4:6051: if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then enchant-1.6.0/aclocal.m4-6052- _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file,$export_symbols -o $lib' ############################################## enchant-1.6.0/aclocal.m4-6069- # to its proper name (with version) after linking. enchant-1.6.0/aclocal.m4:6070: _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo "$lib" | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib' enchant-1.6.0/aclocal.m4-6071- ############################################## enchant-1.6.0/aclocal.m4-6090- _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*' enchant-1.6.0/aclocal.m4:6091: _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && $ECHO "X${wl}-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib' enchant-1.6.0/aclocal.m4-6092- _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' ############################################## enchant-1.6.0/aclocal.m4-6095- _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' enchant-1.6.0/aclocal.m4:6096: _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib' enchant-1.6.0/aclocal.m4:6097: _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~ enchant-1.6.0/aclocal.m4-6098- echo "-hidden">> $lib.exp~ enchant-1.6.0/aclocal.m4:6099: $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname ${wl}-input ${wl}$lib.exp `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib~ enchant-1.6.0/aclocal.m4-6100- $RM $lib.exp' ############################################## enchant-1.6.0/aclocal.m4-6114- # dependencies. enchant-1.6.0/aclocal.m4:6115: output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`$ECHO "X$templist" | $Xsed -e "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; $ECHO "X$list" | $Xsed' enchant-1.6.0/aclocal.m4-6116- ;; ############################################## enchant-1.6.0/aclocal.m4-6121- osf3*) enchant-1.6.0/aclocal.m4:6122: _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' enchant-1.6.0/aclocal.m4-6123- ;; enchant-1.6.0/aclocal.m4-6124- *) enchant-1.6.0/aclocal.m4:6125: _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' enchant-1.6.0/aclocal.m4-6126- ;; ############################################## enchant-1.6.0/aclocal.m4-6420- enchant-1.6.0/aclocal.m4:6421: for p in `eval "$output_verbose_link_cmd"`; do enchant-1.6.0/aclocal.m4-6422- case $p in ############################################## enchant-1.6.0/aclocal.m4-6506-linux*) enchant-1.6.0/aclocal.m4:6507: case `$CC -V 2>&1 | sed 5q` in enchant-1.6.0/aclocal.m4-6508- *Sun\ C*) ############################################## enchant-1.6.0/aclocal.m4-6557-if test -n "${_LT_TAGVAR(compiler_lib_search_path, $1)}"; then enchant-1.6.0/aclocal.m4:6558: _LT_TAGVAR(compiler_lib_search_dirs, $1)=`echo " ${_LT_TAGVAR(compiler_lib_search_path, $1)}" | ${SED} -e 's! -L! !g' -e 's!^ !!'` enchant-1.6.0/aclocal.m4-6559-fi ############################################## enchant-1.6.0/aclocal.m4-7091- test $lt_ac_count -gt 10 && break enchant-1.6.0/aclocal.m4:7092: lt_ac_count=`expr $lt_ac_count + 1` enchant-1.6.0/aclocal.m4-7093- if test $lt_ac_count -gt $lt_ac_max; then ############################################## enchant-1.6.0/aclocal.m4-7266- # Extract subdirectory from the argument. enchant-1.6.0/aclocal.m4:7267: func_dirname_result=`$ECHO "X${1}" | $Xsed -e "$dirname"` enchant-1.6.0/aclocal.m4-7268- if test "X$func_dirname_result" = "X${1}"; then ############################################## enchant-1.6.0/aclocal.m4-7277-{ enchant-1.6.0/aclocal.m4:7278: func_basename_result=`$ECHO "X${1}" | $Xsed -e "$basename"` enchant-1.6.0/aclocal.m4-7279-} ############################################## enchant-1.6.0/aclocal.m4-7307-{ enchant-1.6.0/aclocal.m4:7308: func_opt_split_opt=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_opt"` enchant-1.6.0/aclocal.m4:7309: func_opt_split_arg=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_arg"` enchant-1.6.0/aclocal.m4-7310-} ############################################## enchant-1.6.0/aclocal.m4-7314-{ enchant-1.6.0/aclocal.m4:7315: func_lo2o_result=`$ECHO "X${1}" | $Xsed -e "$lo2o"` enchant-1.6.0/aclocal.m4-7316-} ############################################## enchant-1.6.0/aclocal.m4-7320-{ enchant-1.6.0/aclocal.m4:7321: func_xform_result=`$ECHO "X${1}" | $Xsed -e 's/\.[[^.]]*$/.lo/'` enchant-1.6.0/aclocal.m4-7322-} ############################################## enchant-1.6.0/aclocal.m4-7326-{ enchant-1.6.0/aclocal.m4:7327: func_arith_result=`expr "$[@]"` enchant-1.6.0/aclocal.m4-7328-} ############################################## enchant-1.6.0/aclocal.m4-7333-{ enchant-1.6.0/aclocal.m4:7334: func_len_result=`expr "$[1]" : ".*" 2>/dev/null || echo $max_cmd_len` enchant-1.6.0/aclocal.m4-7335-} ############################################## enchant-1.6.0/aclocal.m4-7796-m4_define([lt_combine], enchant-1.6.0/aclocal.m4:7797:[m4_if(m4_eval([$# > 3]), [1], enchant-1.6.0/aclocal.m4-7798- [m4_pushdef([_Lt_sep], [m4_define([_Lt_sep], m4_defn([lt_car]))])]]dnl ############################################## enchant-1.6.0/aclocal.m4-8042- PKG_CHECK_EXISTS([$3], enchant-1.6.0/aclocal.m4:8043: [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`], enchant-1.6.0/aclocal.m4-8044- [pkg_failed=yes]) ############################################## enchant-1.6.0/aclocal.m4-8089- if test $_pkg_short_errors_supported = yes; then enchant-1.6.0/aclocal.m4:8090: $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "$2" 2>&1` enchant-1.6.0/aclocal.m4-8091- else enchant-1.6.0/aclocal.m4:8092: $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors "$2" 2>&1` enchant-1.6.0/aclocal.m4-8093- fi ############################################## enchant-1.6.0/aclocal.m4-8172-# $ac_aux_dir to `$srcdir/foo'. In other projects, it is set to enchant-1.6.0/aclocal.m4:8173:# `$srcdir', `$srcdir/..', or `$srcdir/../..'. enchant-1.6.0/aclocal.m4-8174-# ############################################## enchant-1.6.0/aclocal.m4-8196-# iff we strip the leading $srcdir from $ac_aux_dir. That would be: enchant-1.6.0/aclocal.m4:8197:# am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"` enchant-1.6.0/aclocal.m4-8198-# and then we would define $MISSING as ############################################## enchant-1.6.0/aclocal.m4-8212-# expand $ac_aux_dir to an absolute path enchant-1.6.0/aclocal.m4:8213:am_aux_dir=`cd $ac_aux_dir && pwd` enchant-1.6.0/aclocal.m4-8214-]) ############################################## enchant-1.6.0/aclocal.m4-8313- if test "$am_compiler_list" = ""; then enchant-1.6.0/aclocal.m4:8314: am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp` enchant-1.6.0/aclocal.m4-8315- fi ############################################## enchant-1.6.0/aclocal.m4-8459- # Strip MF so we end up with the name of the file. enchant-1.6.0/aclocal.m4:8460: mf=`echo "$mf" | sed -e 's/:.*$//'` enchant-1.6.0/aclocal.m4-8461- # Check whether this is an Automake generated Makefile or not. ############################################## enchant-1.6.0/aclocal.m4-8468- if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then enchant-1.6.0/aclocal.m4:8469: dirpart=`AS_DIRNAME("$mf")` enchant-1.6.0/aclocal.m4-8470- else ############################################## enchant-1.6.0/aclocal.m4-8474- # from the Makefile without running `make'. enchant-1.6.0/aclocal.m4:8475: DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` enchant-1.6.0/aclocal.m4-8476- test -z "$DEPDIR" && continue enchant-1.6.0/aclocal.m4:8477: am__include=`sed -n 's/^am__include = //p' < "$mf"` enchant-1.6.0/aclocal.m4-8478- test -z "am__include" && continue enchant-1.6.0/aclocal.m4:8479: am__quote=`sed -n 's/^am__quote = //p' < "$mf"` enchant-1.6.0/aclocal.m4-8480- # When using ansi2knr, U may be empty or an underscore; expand it enchant-1.6.0/aclocal.m4:8481: U=`sed -n 's/^U = //p' < "$mf"` enchant-1.6.0/aclocal.m4-8482- # Find all dependency output files, they are included files with ############################################## enchant-1.6.0/aclocal.m4-8490- test -f "$dirpart/$file" && continue enchant-1.6.0/aclocal.m4:8491: fdir=`AS_DIRNAME(["$file"])` enchant-1.6.0/aclocal.m4-8492- AS_MKDIR_P([$dirpart/$fdir]) ############################################## enchant-1.6.0/aclocal.m4-8545-AC_REQUIRE([AC_PROG_INSTALL])dnl enchant-1.6.0/aclocal.m4:8546:if test "`cd $srcdir && pwd`" != "`pwd`"; then enchant-1.6.0/aclocal.m4-8547- # Use -I$(srcdir) only when $(srcdir) != ., so that make's output ############################################## enchant-1.6.0/aclocal.m4-8647- * ) enchant-1.6.0/aclocal.m4:8648: _am_stamp_count=`expr $_am_stamp_count + 1` ;; enchant-1.6.0/aclocal.m4-8649- esac enchant-1.6.0/aclocal.m4-8650-done enchant-1.6.0/aclocal.m4:8651:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count]) enchant-1.6.0/aclocal.m4-8652- ############################################## enchant-1.6.0/aclocal.m4-8762-# Ignore all kinds of additional output from `make'. enchant-1.6.0/aclocal.m4:8763:case `$am_make -s -f confmf 2> /dev/null` in #( enchant-1.6.0/aclocal.m4-8764-*the\ am__doit\ target*) ############################################## enchant-1.6.0/aclocal.m4-8772- echo '.include "confinc"' > confmf enchant-1.6.0/aclocal.m4:8773: case `$am_make -s -f confmf 2> /dev/null` in #( enchant-1.6.0/aclocal.m4-8774- *the\ am__doit\ target*) ############################################## enchant-1.6.0/aclocal.m4-8925-if ( enchant-1.6.0/aclocal.m4:8926: set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` enchant-1.6.0/aclocal.m4-8927- if test "$[*]" = "X"; then enchant-1.6.0/aclocal.m4-8928- # -L didn't work. enchant-1.6.0/aclocal.m4:8929: set X `ls -t "$srcdir/configure" conftest.file` enchant-1.6.0/aclocal.m4-8930- fi ############################################## enchant-1.6.0/.pc/cross_build.diff/configure.in-17-dnl Set this too enchant-1.6.0/.pc/cross_build.diff/configure.in:18:MAJOR_VERSION_PLUS_MINOR_VERSION=`expr $ENCHANT_MAJOR_VERSION + $ENCHANT_MINOR_VERSION` enchant-1.6.0/.pc/cross_build.diff/configure.in-19-dnl ############################################## enchant-1.6.0/.pc/cross_build.diff/configure.in-215- fi enchant-1.6.0/.pc/cross_build.diff/configure.in:216: case `$our_gcc --version | sed -e 's,\..*,.,' -e q` in enchant-1.6.0/.pc/cross_build.diff/configure.in-217- 2.) ############################################## enchant-1.6.0/.pc/cross_build.diff/configure.in-332- AC_MSG_CHECKING([For Aspell >= 0.50.0]) enchant-1.6.0/.pc/cross_build.diff/configure.in:333: aspell_major=`aspell -v | awk -F. '{print $4;}' | awk -F")" '{print $1;}'` enchant-1.6.0/.pc/cross_build.diff/configure.in-334- if test "$aspell_major" -ge "50"; then ############################################## enchant-1.6.0/configure.in-17-dnl Set this too enchant-1.6.0/configure.in:18:MAJOR_VERSION_PLUS_MINOR_VERSION=`expr $ENCHANT_MAJOR_VERSION + $ENCHANT_MINOR_VERSION` enchant-1.6.0/configure.in-19-dnl ############################################## enchant-1.6.0/configure.in-213- fi enchant-1.6.0/configure.in:214: case `$our_gcc --version | sed -e 's,\..*,.,' -e q` in enchant-1.6.0/configure.in-215- 2.) ############################################## enchant-1.6.0/configure.in-330- AC_MSG_CHECKING([For Aspell >= 0.50.0]) enchant-1.6.0/configure.in:331: aspell_major=`aspell -v | awk -F. '{print $4;}' | awk -F")" '{print $1;}'` enchant-1.6.0/configure.in-332- if test "$aspell_major" -ge "50"; then