=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== doodle-0.7.0/config.guess-40- doodle-0.7.0/config.guess:41:me=`echo "$0" | sed -e 's,.*/,,'` doodle-0.7.0/config.guess-42- ############################################## doodle-0.7.0/config.guess-109-: ${TMPDIR=/tmp} ; doodle-0.7.0/config.guess:110: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } || doodle-0.7.0/config.guess-111- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } || ############################################## doodle-0.7.0/config.guess-195- *) doodle-0.7.0/config.guess:196: release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'` doodle-0.7.0/config.guess-197- ;; ############################################## doodle-0.7.0/config.guess-222- *4.0) doodle-0.7.0/config.guess:223: UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'` doodle-0.7.0/config.guess-224- ;; doodle-0.7.0/config.guess-225- *5.*) doodle-0.7.0/config.guess:226: UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'` doodle-0.7.0/config.guess-227- ;; ############################################## doodle-0.7.0/config.guess-232- # types through head -n 1, so we only detect the type of CPU 0. doodle-0.7.0/config.guess:233: ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^ The alpha \(.*\) processor.*$/\1/p' | head -n 1` doodle-0.7.0/config.guess-234- case "$ALPHA_CPU_TYPE" in ############################################## doodle-0.7.0/config.guess-270- # 1.2 uses "1.2" for uname -r. doodle-0.7.0/config.guess:271: echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'` doodle-0.7.0/config.guess-272- exit ;; ############################################## doodle-0.7.0/config.guess-327- s390x:SunOS:*:*) doodle-0.7.0/config.guess:328: echo ${UNAME_MACHINE}-ibm-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` doodle-0.7.0/config.guess-329- exit ;; doodle-0.7.0/config.guess-330- sun4H:SunOS:5.*:*) doodle-0.7.0/config.guess:331: echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` doodle-0.7.0/config.guess-332- exit ;; doodle-0.7.0/config.guess-333- sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*) doodle-0.7.0/config.guess:334: echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` doodle-0.7.0/config.guess-335- exit ;; ############################################## doodle-0.7.0/config.guess-352- fi doodle-0.7.0/config.guess:353: echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` doodle-0.7.0/config.guess-354- exit ;; ############################################## doodle-0.7.0/config.guess-358- # it's likely to be more like Solaris than SunOS4. doodle-0.7.0/config.guess:359: echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` doodle-0.7.0/config.guess-360- exit ;; ############################################## doodle-0.7.0/config.guess-367- # Japanese Language versions have a version number like `4.1.3-JL'. doodle-0.7.0/config.guess:368: echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'` doodle-0.7.0/config.guess-369- exit ;; ############################################## doodle-0.7.0/config.guess-373- sun*:*:4.2BSD:*) doodle-0.7.0/config.guess:374: UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null` doodle-0.7.0/config.guess-375- test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3 ############################################## doodle-0.7.0/config.guess-455- $CC_FOR_BUILD -o $dummy $dummy.c && doodle-0.7.0/config.guess:456: dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` && doodle-0.7.0/config.guess:457: SYSTEM_NAME=`$dummy $dummyarg` && doodle-0.7.0/config.guess-458- { echo "$SYSTEM_NAME"; exit; } ############################################## doodle-0.7.0/config.guess-511- *:IRIX*:*:*) doodle-0.7.0/config.guess:512: echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'` doodle-0.7.0/config.guess-513- exit ;; ############################################## doodle-0.7.0/config.guess-541-EOF doodle-0.7.0/config.guess:542: if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` doodle-0.7.0/config.guess-543- then ############################################## doodle-0.7.0/config.guess-554- *:AIX:*:[456]) doodle-0.7.0/config.guess:555: IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'` doodle-0.7.0/config.guess-556- if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then ############################################## doodle-0.7.0/config.guess-589- 9000/[34678]??:HP-UX:*:*) doodle-0.7.0/config.guess:590: HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'` doodle-0.7.0/config.guess-591- case "${UNAME_MACHINE}" in ############################################## doodle-0.7.0/config.guess-643-EOF doodle-0.7.0/config.guess:644: (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy` doodle-0.7.0/config.guess-645- test -z "$HP_ARCH" && HP_ARCH=hppa ############################################## doodle-0.7.0/config.guess-671- ia64:HP-UX:*:*) doodle-0.7.0/config.guess:672: HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'` doodle-0.7.0/config.guess-673- echo ia64-hp-hpux${HPUX_REV} ############################################## doodle-0.7.0/config.guess-701-EOF doodle-0.7.0/config.guess:702: $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` && doodle-0.7.0/config.guess-703- { echo "$SYSTEM_NAME"; exit; } ############################################## doodle-0.7.0/config.guess-772- FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'` doodle-0.7.0/config.guess:773: FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'` doodle-0.7.0/config.guess-774- echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" ############################################## doodle-0.7.0/config.guess-777- FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'` doodle-0.7.0/config.guess:778: FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'` doodle-0.7.0/config.guess-779- echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" ############################################## doodle-0.7.0/config.guess-792- pc98) doodle-0.7.0/config.guess:793: echo i386-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; doodle-0.7.0/config.guess-794- amd64) doodle-0.7.0/config.guess:795: echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; doodle-0.7.0/config.guess-796- *) doodle-0.7.0/config.guess:797: echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; doodle-0.7.0/config.guess-798- esac ############################################## doodle-0.7.0/config.guess-846- prep*:SunOS:5.*:*) doodle-0.7.0/config.guess:847: echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` doodle-0.7.0/config.guess-848- exit ;; ############################################## doodle-0.7.0/config.guess-850- # the GNU system doodle-0.7.0/config.guess:851: echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'` doodle-0.7.0/config.guess-852- exit ;; ############################################## doodle-0.7.0/config.guess-854- # other systems with GNU libc and userland doodle-0.7.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 doodle-0.7.0/config.guess-856- exit ;; ############################################## doodle-0.7.0/config.guess-903-EOF doodle-0.7.0/config.guess:904: eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC'` doodle-0.7.0/config.guess-905- echo "${UNAME_MACHINE}-pc-linux-${LIBC}" ############################################## doodle-0.7.0/config.guess-931-EOF doodle-0.7.0/config.guess:932: eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'` doodle-0.7.0/config.guess-933- test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; } ############################################## doodle-0.7.0/config.guess-1013- i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*) doodle-0.7.0/config.guess:1014: UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'` doodle-0.7.0/config.guess-1015- if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then ############################################## doodle-0.7.0/config.guess-1280- *:DragonFly:*:*) doodle-0.7.0/config.guess:1281: echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` doodle-0.7.0/config.guess-1282- exit ;; ############################################## doodle-0.7.0/config.guess-1293- i*86:skyos:*:*) doodle-0.7.0/config.guess:1294: echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//' doodle-0.7.0/config.guess-1295- exit ;; ############################################## doodle-0.7.0/config.guess-1421- doodle-0.7.0/config.guess:1422:$CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null && SYSTEM_NAME=`$dummy` && doodle-0.7.0/config.guess-1423- { echo "$SYSTEM_NAME"; exit; } ############################################## doodle-0.7.0/config.sub-59- doodle-0.7.0/config.sub:60:me=`echo "$0" | sed -e 's,.*/,,'` doodle-0.7.0/config.sub-61- ############################################## doodle-0.7.0/config.sub-123-# Here we must recognize all the valid KERNEL-OS combinations. doodle-0.7.0/config.sub:124:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'` doodle-0.7.0/config.sub-125-case $maybe_os in ############################################## doodle-0.7.0/config.sub-130- os=-$maybe_os doodle-0.7.0/config.sub:131: basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'` doodle-0.7.0/config.sub-132- ;; doodle-0.7.0/config.sub-133- *) doodle-0.7.0/config.sub:134: basic_machine=`echo $1 | sed 's/-[^-]*$//'` doodle-0.7.0/config.sub-135- if [ $basic_machine != $1 ] doodle-0.7.0/config.sub:136: then os=`echo $1 | sed 's/.*-/-/'` doodle-0.7.0/config.sub-137- else os=; fi ############################################## doodle-0.7.0/config.sub-184- os=-sco5v6 doodle-0.7.0/config.sub:185: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` doodle-0.7.0/config.sub-186- ;; ############################################## doodle-0.7.0/config.sub-188- os=-sco3.2v5 doodle-0.7.0/config.sub:189: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` doodle-0.7.0/config.sub-190- ;; ############################################## doodle-0.7.0/config.sub-192- os=-sco3.2v4 doodle-0.7.0/config.sub:193: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` doodle-0.7.0/config.sub-194- ;; doodle-0.7.0/config.sub-195- -sco3.2.[4-9]*) doodle-0.7.0/config.sub:196: os=`echo $os | sed -e 's/sco3.2./sco3.2v/'` doodle-0.7.0/config.sub:197: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` doodle-0.7.0/config.sub-198- ;; ############################################## doodle-0.7.0/config.sub-200- # Don't forget version if it is 3.2v4 or newer. doodle-0.7.0/config.sub:201: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` doodle-0.7.0/config.sub-202- ;; ############################################## doodle-0.7.0/config.sub-204- # Don't forget version if it is 3.2v4 or newer. doodle-0.7.0/config.sub:205: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` doodle-0.7.0/config.sub-206- ;; ############################################## doodle-0.7.0/config.sub-208- os=-sco3.2v2 doodle-0.7.0/config.sub:209: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` doodle-0.7.0/config.sub-210- ;; doodle-0.7.0/config.sub-211- -udk*) doodle-0.7.0/config.sub:212: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` doodle-0.7.0/config.sub-213- ;; ############################################## doodle-0.7.0/config.sub-215- os=-isc2.2 doodle-0.7.0/config.sub:216: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` doodle-0.7.0/config.sub-217- ;; ############################################## doodle-0.7.0/config.sub-221- -isc*) doodle-0.7.0/config.sub:222: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` doodle-0.7.0/config.sub-223- ;; ############################################## doodle-0.7.0/config.sub-227- -ptx*) doodle-0.7.0/config.sub:228: basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'` doodle-0.7.0/config.sub-229- ;; doodle-0.7.0/config.sub-230- -windowsnt*) doodle-0.7.0/config.sub:231: os=`echo $os | sed -e 's/windowsnt/winnt/'` doodle-0.7.0/config.sub-232- ;; ############################################## doodle-0.7.0/config.sub-323- *-*-*) doodle-0.7.0/config.sub:324: echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2 doodle-0.7.0/config.sub-325- exit 1 ############################################## doodle-0.7.0/config.sub-433- amd64-*) doodle-0.7.0/config.sub:434: basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'` doodle-0.7.0/config.sub-435- ;; ############################################## doodle-0.7.0/config.sub-475- blackfin-*) doodle-0.7.0/config.sub:476: basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'` doodle-0.7.0/config.sub-477- os=-linux ############################################## doodle-0.7.0/config.sub-678- i*86v32) doodle-0.7.0/config.sub:679: basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` doodle-0.7.0/config.sub-680- os=-sysv32 ############################################## doodle-0.7.0/config.sub-682- i*86v4*) doodle-0.7.0/config.sub:683: basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` doodle-0.7.0/config.sub-684- os=-sysv4 ############################################## doodle-0.7.0/config.sub-686- i*86v) doodle-0.7.0/config.sub:687: basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` doodle-0.7.0/config.sub-688- os=-sysv ############################################## doodle-0.7.0/config.sub-690- i*86sol2) doodle-0.7.0/config.sub:691: basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` doodle-0.7.0/config.sub-692- os=-solaris2 ############################################## doodle-0.7.0/config.sub-720- m68knommu-*) doodle-0.7.0/config.sub:721: basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'` doodle-0.7.0/config.sub-722- os=-linux ############################################## doodle-0.7.0/config.sub-753- mips3*-*) doodle-0.7.0/config.sub:754: basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'` doodle-0.7.0/config.sub-755- ;; doodle-0.7.0/config.sub-756- mips3*) doodle-0.7.0/config.sub:757: basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown doodle-0.7.0/config.sub-758- ;; ############################################## doodle-0.7.0/config.sub-771- ms1-*) doodle-0.7.0/config.sub:772: basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'` doodle-0.7.0/config.sub-773- ;; ############################################## doodle-0.7.0/config.sub-876- parisc-*) doodle-0.7.0/config.sub:877: basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'` doodle-0.7.0/config.sub-878- os=-linux ############################################## doodle-0.7.0/config.sub-892- pc98-*) doodle-0.7.0/config.sub:893: basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'` doodle-0.7.0/config.sub-894- ;; ############################################## doodle-0.7.0/config.sub-907- pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*) doodle-0.7.0/config.sub:908: basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'` doodle-0.7.0/config.sub-909- ;; doodle-0.7.0/config.sub-910- pentiumpro-* | p6-* | 6x86-* | athlon-*) doodle-0.7.0/config.sub:911: basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'` doodle-0.7.0/config.sub-912- ;; doodle-0.7.0/config.sub-913- pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*) doodle-0.7.0/config.sub:914: basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'` doodle-0.7.0/config.sub-915- ;; doodle-0.7.0/config.sub-916- pentium4-*) doodle-0.7.0/config.sub:917: basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'` doodle-0.7.0/config.sub-918- ;; ############################################## doodle-0.7.0/config.sub-925- ;; doodle-0.7.0/config.sub:926: ppc-*) basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'` doodle-0.7.0/config.sub-927- ;; ############################################## doodle-0.7.0/config.sub-931- ppcle-* | powerpclittle-*) doodle-0.7.0/config.sub:932: basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'` doodle-0.7.0/config.sub-933- ;; ############################################## doodle-0.7.0/config.sub-935- ;; doodle-0.7.0/config.sub:936: ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'` doodle-0.7.0/config.sub-937- ;; ############################################## doodle-0.7.0/config.sub-941- ppc64le-* | powerpc64little-*) doodle-0.7.0/config.sub:942: basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'` doodle-0.7.0/config.sub-943- ;; ############################################## doodle-0.7.0/config.sub-1233- *) doodle-0.7.0/config.sub:1234: echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2 doodle-0.7.0/config.sub-1235- exit 1 ############################################## doodle-0.7.0/config.sub-1241- *-digital*) doodle-0.7.0/config.sub:1242: basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'` doodle-0.7.0/config.sub-1243- ;; doodle-0.7.0/config.sub-1244- *-commodore*) doodle-0.7.0/config.sub:1245: basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'` doodle-0.7.0/config.sub-1246- ;; ############################################## doodle-0.7.0/config.sub-1262- -solaris1 | -solaris1.*) doodle-0.7.0/config.sub:1263: os=`echo $os | sed -e 's|solaris1|sunos4|'` doodle-0.7.0/config.sub-1264- ;; ############################################## doodle-0.7.0/config.sub-1274- -gnu/linux*) doodle-0.7.0/config.sub:1275: os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'` doodle-0.7.0/config.sub-1276- ;; ############################################## doodle-0.7.0/config.sub-1319- -nto*) doodle-0.7.0/config.sub:1320: os=`echo $os | sed -e 's|nto|nto-qnx|'` doodle-0.7.0/config.sub-1321- ;; ############################################## doodle-0.7.0/config.sub-1326- -mac*) doodle-0.7.0/config.sub:1327: os=`echo $os | sed -e 's|mac|macos|'` doodle-0.7.0/config.sub-1328- ;; ############################################## doodle-0.7.0/config.sub-1332- -linux*) doodle-0.7.0/config.sub:1333: os=`echo $os | sed -e 's|linux|linux-gnu|'` doodle-0.7.0/config.sub-1334- ;; doodle-0.7.0/config.sub-1335- -sunos5*) doodle-0.7.0/config.sub:1336: os=`echo $os | sed -e 's|sunos5|solaris2|'` doodle-0.7.0/config.sub-1337- ;; doodle-0.7.0/config.sub-1338- -sunos6*) doodle-0.7.0/config.sub:1339: os=`echo $os | sed -e 's|sunos6|solaris3|'` doodle-0.7.0/config.sub-1340- ;; ############################################## doodle-0.7.0/config.sub-1387- -sinix5.*) doodle-0.7.0/config.sub:1388: os=`echo $os | sed -e 's|sinix|sysv|'` doodle-0.7.0/config.sub-1389- ;; ############################################## doodle-0.7.0/config.sub-1441- # Get rid of the `-' at the beginning of $os. doodle-0.7.0/config.sub:1442: os=`echo $os | sed 's/[^-]*-//'` doodle-0.7.0/config.sub:1443: echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2 doodle-0.7.0/config.sub-1444- exit 1 ############################################## doodle-0.7.0/config.sub-1692- esac doodle-0.7.0/config.sub:1693: basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"` doodle-0.7.0/config.sub-1694- ;; ############################################## doodle-0.7.0/po/Makefile.in.in-87-.po.gmo: doodle-0.7.0/po/Makefile.in.in:88: @lang=`echo $* | sed -e 's,.*/,,'`; \ doodle-0.7.0/po/Makefile.in.in-89- test "$(srcdir)" = . && cdcmd="" || cdcmd="cd $(srcdir) && "; \ ############################################## doodle-0.7.0/po/Makefile.in.in-166-$(POFILES): $(srcdir)/$(DOMAIN).pot doodle-0.7.0/po/Makefile.in.in:167: @lang=`echo $@ | sed -e 's,.*/,,' -e 's/\.po$$//'`; \ doodle-0.7.0/po/Makefile.in.in-168- if test -f "$(srcdir)/$${lang}.po"; then \ ############################################## doodle-0.7.0/po/Makefile.in.in-196- for cat in $$catalogs; do \ doodle-0.7.0/po/Makefile.in.in:197: cat=`basename $$cat`; \ doodle-0.7.0/po/Makefile.in.in:198: lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \ doodle-0.7.0/po/Makefile.in.in-199- dir=$(localedir)/$$lang/LC_MESSAGES; \ ############################################## doodle-0.7.0/po/Makefile.in.in-206- if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \ doodle-0.7.0/po/Makefile.in.in:207: link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \ doodle-0.7.0/po/Makefile.in.in-208- mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \ ############################################## doodle-0.7.0/po/Makefile.in.in-248- for cat in $$catalogs; do \ doodle-0.7.0/po/Makefile.in.in:249: cat=`basename $$cat`; \ doodle-0.7.0/po/Makefile.in.in:250: lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \ doodle-0.7.0/po/Makefile.in.in-251- dir=$(localedir)/$$lang/LC_MESSAGES; \ ############################################## doodle-0.7.0/po/Makefile.in.in-255- if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \ doodle-0.7.0/po/Makefile.in.in:256: link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \ doodle-0.7.0/po/Makefile.in.in-257- mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \ ############################################## doodle-0.7.0/po/Makefile.in.in-294- for cat in $$catalogs; do \ doodle-0.7.0/po/Makefile.in.in:295: cat=`basename $$cat`; \ doodle-0.7.0/po/Makefile.in.in:296: lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \ doodle-0.7.0/po/Makefile.in.in-297- for lc in LC_MESSAGES $(EXTRA_LOCALE_CATEGORIES); do \ ############################################## doodle-0.7.0/po/Makefile.in.in-359-.nop.po-create: doodle-0.7.0/po/Makefile.in.in:360: @lang=`echo $@ | sed -e 's/\.po-create$$//'`; \ doodle-0.7.0/po/Makefile.in.in-361- echo "File $$lang.po does not exist. If you are a translator, you can create it through 'msginit'." 1>&2; \ ############################################## doodle-0.7.0/po/Makefile.in.in-366-.nop.po-update: doodle-0.7.0/po/Makefile.in.in:367: @lang=`echo $@ | sed -e 's/\.po-update$$//'`; \ doodle-0.7.0/po/Makefile.in.in-368- if test "$(PACKAGE)" = "gettext-tools"; then PATH=`pwd`/../src:$$PATH; fi; \ ############################################## doodle-0.7.0/po/Rules-quot-15-.insert-header.po-update-en: doodle-0.7.0/po/Rules-quot:16: @lang=`echo $@ | sed -e 's/\.po-update-en$$//'`; \ doodle-0.7.0/po/Rules-quot:17: if test "$(PACKAGE)" = "gettext"; then PATH=`pwd`/../src:$$PATH; GETTEXTLIBDIR=`cd $(top_srcdir)/src && pwd`; export GETTEXTLIBDIR; fi; \ doodle-0.7.0/po/Rules-quot-18- tmpdir=`pwd`; \ doodle-0.7.0/po/Rules-quot-19- echo "$$lang:"; \ doodle-0.7.0/po/Rules-quot:20: ll=`echo $$lang | sed -e 's/@.*//'`; \ doodle-0.7.0/po/Rules-quot-21- LC_ALL=C; export LC_ALL; \ doodle-0.7.0/po/Rules-quot-22- cd $(srcdir); \ doodle-0.7.0/po/Rules-quot:23: if $(MSGINIT) -i $(DOMAIN).pot --no-translator -l $$ll -o - 2>/dev/null | sed -f $$tmpdir/$$lang.insert-header | $(MSGCONV) -t UTF-8 | $(MSGFILTER) sed -f `echo $$lang | sed -e 's/.*@//'`.sed 2>/dev/null > $$tmpdir/$$lang.new.po; then \ doodle-0.7.0/po/Rules-quot-24- if cmp $$lang.po $$tmpdir/$$lang.new.po >/dev/null 2>&1; then \ ############################################## doodle-0.7.0/src/doodle/Makefile.in-62-CONFIG_CLEAN_VPATH_FILES = doodle-0.7.0/src/doodle/Makefile.in:63:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; doodle-0.7.0/src/doodle/Makefile.in-64-am__vpath_adj = case $$p in \ doodle-0.7.0/src/doodle/Makefile.in:65: $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ doodle-0.7.0/src/doodle/Makefile.in-66- *) f=$$p;; \ doodle-0.7.0/src/doodle/Makefile.in-67- esac; doodle-0.7.0/src/doodle/Makefile.in:68:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; doodle-0.7.0/src/doodle/Makefile.in-69-am__install_max = 40 doodle-0.7.0/src/doodle/Makefile.in-70-am__nobase_strip_setup = \ doodle-0.7.0/src/doodle/Makefile.in:71: srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` doodle-0.7.0/src/doodle/Makefile.in-72-am__nobase_strip = \ ############################################## doodle-0.7.0/src/doodle/Makefile.in-193- while test -n "$$dir1"; do \ doodle-0.7.0/src/doodle/Makefile.in:194: first=`echo "$$dir1" | sed -e "$$sed_first"`; \ doodle-0.7.0/src/doodle/Makefile.in-195- if test "$$first" != "."; then \ doodle-0.7.0/src/doodle/Makefile.in-196- if test "$$first" = ".."; then \ doodle-0.7.0/src/doodle/Makefile.in:197: dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ doodle-0.7.0/src/doodle/Makefile.in:198: dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ doodle-0.7.0/src/doodle/Makefile.in-199- else \ doodle-0.7.0/src/doodle/Makefile.in:200: first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ doodle-0.7.0/src/doodle/Makefile.in-201- if test "$$first2" = "$$first"; then \ doodle-0.7.0/src/doodle/Makefile.in:202: dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ doodle-0.7.0/src/doodle/Makefile.in-203- else \ ############################################## doodle-0.7.0/src/doodle/Makefile.in-208- fi; \ doodle-0.7.0/src/doodle/Makefile.in:209: dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ doodle-0.7.0/src/doodle/Makefile.in-210- done; \ ############################################## doodle-0.7.0/src/doodle/Makefile.in-552- @list='$(lib_LTLIBRARIES)'; for p in $$list; do \ doodle-0.7.0/src/doodle/Makefile.in:553: dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ doodle-0.7.0/src/doodle/Makefile.in-554- test "$$dir" != "$$p" || dir=.; \ ############################################## doodle-0.7.0/src/doodle/Makefile.in-561- @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \ doodle-0.7.0/src/doodle/Makefile.in:562: dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ doodle-0.7.0/src/doodle/Makefile.in-563- test "$$dir" != "$$p" || dir=.; \ ############################################## doodle-0.7.0/src/doodle/Makefile.in-612- test -n "$(EXEEXT)" || exit 0; \ doodle-0.7.0/src/doodle/Makefile.in:613: list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ doodle-0.7.0/src/doodle/Makefile.in-614- echo " rm -f" $$list; \ ############################################## doodle-0.7.0/src/doodle/Makefile.in-621- test -n "$(EXEEXT)" || exit 0; \ doodle-0.7.0/src/doodle/Makefile.in:622: list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ doodle-0.7.0/src/doodle/Makefile.in-623- echo " rm -f" $$list; \ ############################################## doodle-0.7.0/src/doodle/Makefile.in-630- test -n "$(EXEEXT)" || exit 0; \ doodle-0.7.0/src/doodle/Makefile.in:631: list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ doodle-0.7.0/src/doodle/Makefile.in-632- echo " rm -f" $$list; \ ############################################## doodle-0.7.0/src/doodle/Makefile.in-703-.c.obj: doodle-0.7.0/src/doodle/Makefile.in:704:@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` doodle-0.7.0/src/doodle/Makefile.in-705-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po ############################################## doodle-0.7.0/src/doodle/Makefile.in-707-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ doodle-0.7.0/src/doodle/Makefile.in:708:@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` doodle-0.7.0/src/doodle/Makefile.in-709- ############################################## doodle-0.7.0/src/doodle/Makefile.in-717-doodled-doodled.o: doodled.c doodle-0.7.0/src/doodle/Makefile.in:718:@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(doodled_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT doodled-doodled.o -MD -MP -MF $(DEPDIR)/doodled-doodled.Tpo -c -o doodled-doodled.o `test -f 'doodled.c' || echo '$(srcdir)/'`doodled.c doodle-0.7.0/src/doodle/Makefile.in-719-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/doodled-doodled.Tpo $(DEPDIR)/doodled-doodled.Po ############################################## doodle-0.7.0/src/doodle/Makefile.in-721-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ doodle-0.7.0/src/doodle/Makefile.in:722:@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(doodled_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o doodled-doodled.o `test -f 'doodled.c' || echo '$(srcdir)/'`doodled.c doodle-0.7.0/src/doodle/Makefile.in-723- doodle-0.7.0/src/doodle/Makefile.in-724-doodled-doodled.obj: doodled.c doodle-0.7.0/src/doodle/Makefile.in:725:@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(doodled_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT doodled-doodled.obj -MD -MP -MF $(DEPDIR)/doodled-doodled.Tpo -c -o doodled-doodled.obj `if test -f 'doodled.c'; then $(CYGPATH_W) 'doodled.c'; else $(CYGPATH_W) '$(srcdir)/doodled.c'; fi` doodle-0.7.0/src/doodle/Makefile.in-726-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/doodled-doodled.Tpo $(DEPDIR)/doodled-doodled.Po ############################################## doodle-0.7.0/src/doodle/Makefile.in-728-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ doodle-0.7.0/src/doodle/Makefile.in:729:@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(doodled_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o doodled-doodled.obj `if test -f 'doodled.c'; then $(CYGPATH_W) 'doodled.c'; else $(CYGPATH_W) '$(srcdir)/doodled.c'; fi` doodle-0.7.0/src/doodle/Makefile.in-730- doodle-0.7.0/src/doodle/Makefile.in-731-doodled-semaphore.o: semaphore.c doodle-0.7.0/src/doodle/Makefile.in:732:@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(doodled_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT doodled-semaphore.o -MD -MP -MF $(DEPDIR)/doodled-semaphore.Tpo -c -o doodled-semaphore.o `test -f 'semaphore.c' || echo '$(srcdir)/'`semaphore.c doodle-0.7.0/src/doodle/Makefile.in-733-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/doodled-semaphore.Tpo $(DEPDIR)/doodled-semaphore.Po ############################################## doodle-0.7.0/src/doodle/Makefile.in-735-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ doodle-0.7.0/src/doodle/Makefile.in:736:@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(doodled_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o doodled-semaphore.o `test -f 'semaphore.c' || echo '$(srcdir)/'`semaphore.c doodle-0.7.0/src/doodle/Makefile.in-737- doodle-0.7.0/src/doodle/Makefile.in-738-doodled-semaphore.obj: semaphore.c doodle-0.7.0/src/doodle/Makefile.in:739:@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(doodled_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT doodled-semaphore.obj -MD -MP -MF $(DEPDIR)/doodled-semaphore.Tpo -c -o doodled-semaphore.obj `if test -f 'semaphore.c'; then $(CYGPATH_W) 'semaphore.c'; else $(CYGPATH_W) '$(srcdir)/semaphore.c'; fi` doodle-0.7.0/src/doodle/Makefile.in-740-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/doodled-semaphore.Tpo $(DEPDIR)/doodled-semaphore.Po ############################################## doodle-0.7.0/src/doodle/Makefile.in-742-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ doodle-0.7.0/src/doodle/Makefile.in:743:@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(doodled_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o doodled-semaphore.obj `if test -f 'semaphore.c'; then $(CYGPATH_W) 'semaphore.c'; else $(CYGPATH_W) '$(srcdir)/semaphore.c'; fi` doodle-0.7.0/src/doodle/Makefile.in-744- doodle-0.7.0/src/doodle/Makefile.in-745-doodled-shutdown.o: shutdown.c doodle-0.7.0/src/doodle/Makefile.in:746:@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(doodled_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT doodled-shutdown.o -MD -MP -MF $(DEPDIR)/doodled-shutdown.Tpo -c -o doodled-shutdown.o `test -f 'shutdown.c' || echo '$(srcdir)/'`shutdown.c doodle-0.7.0/src/doodle/Makefile.in-747-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/doodled-shutdown.Tpo $(DEPDIR)/doodled-shutdown.Po ############################################## doodle-0.7.0/src/doodle/Makefile.in-749-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ doodle-0.7.0/src/doodle/Makefile.in:750:@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(doodled_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o doodled-shutdown.o `test -f 'shutdown.c' || echo '$(srcdir)/'`shutdown.c doodle-0.7.0/src/doodle/Makefile.in-751- doodle-0.7.0/src/doodle/Makefile.in-752-doodled-shutdown.obj: shutdown.c doodle-0.7.0/src/doodle/Makefile.in:753:@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(doodled_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT doodled-shutdown.obj -MD -MP -MF $(DEPDIR)/doodled-shutdown.Tpo -c -o doodled-shutdown.obj `if test -f 'shutdown.c'; then $(CYGPATH_W) 'shutdown.c'; else $(CYGPATH_W) '$(srcdir)/shutdown.c'; fi` doodle-0.7.0/src/doodle/Makefile.in-754-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/doodled-shutdown.Tpo $(DEPDIR)/doodled-shutdown.Po ############################################## doodle-0.7.0/src/doodle/Makefile.in-756-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ doodle-0.7.0/src/doodle/Makefile.in:757:@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(doodled_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o doodled-shutdown.obj `if test -f 'shutdown.c'; then $(CYGPATH_W) 'shutdown.c'; else $(CYGPATH_W) '$(srcdir)/shutdown.c'; fi` doodle-0.7.0/src/doodle/Makefile.in-758- ############################################## doodle-0.7.0/src/doodle/Makefile.in-779- @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \ doodle-0.7.0/src/doodle/Makefile.in:780: files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ doodle-0.7.0/src/doodle/Makefile.in-781- test -n "$$files" || exit 0; \ ############################################## doodle-0.7.0/src/doodle/Makefile.in-799- dot_seen=no; \ doodle-0.7.0/src/doodle/Makefile.in:800: target=`echo $@ | sed s/-recursive//`; \ doodle-0.7.0/src/doodle/Makefile.in-801- list='$(SUBDIRS)'; for subdir in $$list; do \ ############################################## doodle-0.7.0/src/doodle/Makefile.in-834- rev="$$rev ."; \ doodle-0.7.0/src/doodle/Makefile.in:835: target=`echo $@ | sed s/-recursive//`; \ doodle-0.7.0/src/doodle/Makefile.in-836- for subdir in $$rev; do \ ############################################## doodle-0.7.0/src/doodle/Makefile.in-912-GTAGS: doodle-0.7.0/src/doodle/Makefile.in:913: here=`$(am__cd) $(top_builddir) && pwd` \ doodle-0.7.0/src/doodle/Makefile.in-914- && $(am__cd) $(top_srcdir) \ ############################################## doodle-0.7.0/src/doodle/Makefile.in-930- if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \ doodle-0.7.0/src/doodle/Makefile.in:931: all=`expr $$all + 1`; \ doodle-0.7.0/src/doodle/Makefile.in-932- case " $(XFAIL_TESTS) " in \ doodle-0.7.0/src/doodle/Makefile.in-933- *[\ \ ]$$tst[\ \ ]*) \ doodle-0.7.0/src/doodle/Makefile.in:934: xpass=`expr $$xpass + 1`; \ doodle-0.7.0/src/doodle/Makefile.in:935: failed=`expr $$failed + 1`; \ doodle-0.7.0/src/doodle/Makefile.in-936- col=$$red; res=XPASS; \ ############################################## doodle-0.7.0/src/doodle/Makefile.in-942- elif test $$? -ne 77; then \ doodle-0.7.0/src/doodle/Makefile.in:943: all=`expr $$all + 1`; \ doodle-0.7.0/src/doodle/Makefile.in-944- case " $(XFAIL_TESTS) " in \ doodle-0.7.0/src/doodle/Makefile.in-945- *[\ \ ]$$tst[\ \ ]*) \ doodle-0.7.0/src/doodle/Makefile.in:946: xfail=`expr $$xfail + 1`; \ doodle-0.7.0/src/doodle/Makefile.in-947- col=$$lgn; res=XFAIL; \ ############################################## doodle-0.7.0/src/doodle/Makefile.in-949- *) \ doodle-0.7.0/src/doodle/Makefile.in:950: failed=`expr $$failed + 1`; \ doodle-0.7.0/src/doodle/Makefile.in-951- col=$$red; res=FAIL; \ ############################################## doodle-0.7.0/src/doodle/Makefile.in-954- else \ doodle-0.7.0/src/doodle/Makefile.in:955: skip=`expr $$skip + 1`; \ doodle-0.7.0/src/doodle/Makefile.in-956- col=$$blu; res=SKIP; \ ############################################## doodle-0.7.0/src/doodle/Makefile.in-989- fi; \ doodle-0.7.0/src/doodle/Makefile.in:990: test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \ doodle-0.7.0/src/doodle/Makefile.in-991- dashes="$$skipped"; \ ############################################## doodle-0.7.0/src/doodle/Makefile.in-995- report="Please report to $(PACKAGE_BUGREPORT)"; \ doodle-0.7.0/src/doodle/Makefile.in:996: test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \ doodle-0.7.0/src/doodle/Makefile.in-997- dashes="$$report"; \ doodle-0.7.0/src/doodle/Makefile.in-998- fi; \ doodle-0.7.0/src/doodle/Makefile.in:999: dashes=`echo "$$dashes" | sed s/./=/g`; \ doodle-0.7.0/src/doodle/Makefile.in-1000- if test "$$failed" -eq 0; then \ ############################################## doodle-0.7.0/src/doodle/Makefile.in-1012-distdir: $(DISTFILES) doodle-0.7.0/src/doodle/Makefile.in:1013: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ doodle-0.7.0/src/doodle/Makefile.in:1014: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ doodle-0.7.0/src/doodle/Makefile.in-1015- list='$(DISTFILES)'; \ ############################################## doodle-0.7.0/src/doodle/Makefile.in-1026- if test -d $$d/$$file; then \ doodle-0.7.0/src/doodle/Makefile.in:1027: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ doodle-0.7.0/src/doodle/Makefile.in-1028- if test -d "$(distdir)/$$file"; then \ ############################################## doodle-0.7.0/src/Makefile.in-78- while test -n "$$dir1"; do \ doodle-0.7.0/src/Makefile.in:79: first=`echo "$$dir1" | sed -e "$$sed_first"`; \ doodle-0.7.0/src/Makefile.in-80- if test "$$first" != "."; then \ doodle-0.7.0/src/Makefile.in-81- if test "$$first" = ".."; then \ doodle-0.7.0/src/Makefile.in:82: dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ doodle-0.7.0/src/Makefile.in:83: dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ doodle-0.7.0/src/Makefile.in-84- else \ doodle-0.7.0/src/Makefile.in:85: first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ doodle-0.7.0/src/Makefile.in-86- if test "$$first2" = "$$first"; then \ doodle-0.7.0/src/Makefile.in:87: dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ doodle-0.7.0/src/Makefile.in-88- else \ ############################################## doodle-0.7.0/src/Makefile.in-93- fi; \ doodle-0.7.0/src/Makefile.in:94: dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ doodle-0.7.0/src/Makefile.in-95- done; \ ############################################## doodle-0.7.0/src/Makefile.in-287- dot_seen=no; \ doodle-0.7.0/src/Makefile.in:288: target=`echo $@ | sed s/-recursive//`; \ doodle-0.7.0/src/Makefile.in-289- list='$(SUBDIRS)'; for subdir in $$list; do \ ############################################## doodle-0.7.0/src/Makefile.in-322- rev="$$rev ."; \ doodle-0.7.0/src/Makefile.in:323: target=`echo $@ | sed s/-recursive//`; \ doodle-0.7.0/src/Makefile.in-324- for subdir in $$rev; do \ ############################################## doodle-0.7.0/src/Makefile.in-400-GTAGS: doodle-0.7.0/src/Makefile.in:401: here=`$(am__cd) $(top_builddir) && pwd` \ doodle-0.7.0/src/Makefile.in-402- && $(am__cd) $(top_srcdir) \ ############################################## doodle-0.7.0/src/Makefile.in-408-distdir: $(DISTFILES) doodle-0.7.0/src/Makefile.in:409: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ doodle-0.7.0/src/Makefile.in:410: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ doodle-0.7.0/src/Makefile.in-411- list='$(DISTFILES)'; \ ############################################## doodle-0.7.0/src/Makefile.in-422- if test -d $$d/$$file; then \ doodle-0.7.0/src/Makefile.in:423: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ doodle-0.7.0/src/Makefile.in-424- if test -d "$(distdir)/$$file"; then \ ############################################## doodle-0.7.0/depcomp-67- sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`} doodle-0.7.0/depcomp:68:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`} doodle-0.7.0/depcomp-69- ############################################## doodle-0.7.0/depcomp-224- # Version 6 uses the directory in both cases. doodle-0.7.0/depcomp:225: dir=`echo "$object" | sed -e 's|/[^/]*$|/|'` doodle-0.7.0/depcomp-226- test "x$dir" = "x$object" && dir= doodle-0.7.0/depcomp:227: base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'` doodle-0.7.0/depcomp-228- if test "$libtool" = yes; then ############################################## doodle-0.7.0/depcomp-253- # Do two passes, one to just change these to doodle-0.7.0/depcomp:254: # `$object: dependent.h' and one to simply `dependent.h:'. doodle-0.7.0/depcomp-255- sed -e "s,^.*\.[a-z]*:,$object:," < "$tmpdepfile" > "$depfile" ############################################## doodle-0.7.0/depcomp-295- # Do two passes, one to just change these to doodle-0.7.0/depcomp:296: # `$object: dependent.h' and one to simply `dependent.h:'. doodle-0.7.0/depcomp-297- sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile" ############################################## doodle-0.7.0/depcomp-311- # Much of this is similar to the tru64 case; see comments there. doodle-0.7.0/depcomp:312: dir=`echo "$object" | sed -e 's|/[^/]*$|/|'` doodle-0.7.0/depcomp-313- test "x$dir" = "x$object" && dir= doodle-0.7.0/depcomp:314: base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'` doodle-0.7.0/depcomp-315- if test "$libtool" = yes; then ############################################## doodle-0.7.0/depcomp-355- # Subdirectories are respected. doodle-0.7.0/depcomp:356: dir=`echo "$object" | sed -e 's|/[^/]*$|/|'` doodle-0.7.0/depcomp-357- test "x$dir" = "x$object" && dir= doodle-0.7.0/depcomp:358: base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'` doodle-0.7.0/depcomp-359- ############################################## doodle-0.7.0/depcomp-501- done doodle-0.7.0/depcomp:502: obj_suffix=`echo "$object" | sed 's/^.*\././'` doodle-0.7.0/depcomp-503- touch "$tmpdepfile" ############################################## doodle-0.7.0/INSTALL-173-directory configuration variables that were expressed in terms of doodle-0.7.0/INSTALL:174:`${prefix}'. Any directories that were specified during `configure', doodle-0.7.0/INSTALL-175-but not in terms of `${prefix}', must each be overridden at install ############################################## doodle-0.7.0/install-sh-217- fi doodle-0.7.0/install-sh:218: cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;; doodle-0.7.0/install-sh-219- *) ############################################## doodle-0.7.0/install-sh-269- dstdir=$dst doodle-0.7.0/install-sh:270: dst=$dstdir/`basename "$src"` doodle-0.7.0/install-sh-271- dstdir_status=0 ############################################## doodle-0.7.0/install-sh-351- # FreeBSD 6.1 mkdir -m -p sets mode of existing directory. doodle-0.7.0/install-sh:352: ls_ld_tmpdir=`ls -ld "$tmpdir"` doodle-0.7.0/install-sh-353- case $ls_ld_tmpdir in ############################################## doodle-0.7.0/install-sh-358- $mkdirprog -m$different_mode -p -- "$tmpdir" && { doodle-0.7.0/install-sh:359: ls_ld_tmpdir_1=`ls -ld "$tmpdir"` doodle-0.7.0/install-sh-360- test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1" ############################################## doodle-0.7.0/install-sh-418- case $prefix in doodle-0.7.0/install-sh:419: *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;; doodle-0.7.0/install-sh-420- *) qprefix=$prefix;; ############################################## doodle-0.7.0/install-sh-467- if $copy_on_change && doodle-0.7.0/install-sh:468: old=`LC_ALL=C ls -dlL "$dst" 2>/dev/null` && doodle-0.7.0/install-sh:469: new=`LC_ALL=C ls -dlL "$dsttmp" 2>/dev/null` && doodle-0.7.0/install-sh-470- ############################################## doodle-0.7.0/m4/iconv.m4-94- am_cv_proto_iconv="extern size_t iconv (iconv_t cd, $am_cv_proto_iconv_arg1 char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);"]) doodle-0.7.0/m4/iconv.m4:95: am_cv_proto_iconv=`echo "[$]am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'` doodle-0.7.0/m4/iconv.m4-96- AC_MSG_RESULT([$]{ac_t:- ############################################## doodle-0.7.0/m4/lib-ld.m4-14-[# I'd rather use --version here, but apparently some GNU ld's only accept -v. doodle-0.7.0/m4/lib-ld.m4:15:case `$LD -v 2>&1 </dev/null` in doodle-0.7.0/m4/lib-ld.m4-16-*GNU* | *'with BFD'*) ############################################## doodle-0.7.0/m4/lib-ld.m4-50- # gcc leaves a trailing carriage return which upsets mingw doodle-0.7.0/m4/lib-ld.m4:51: ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; doodle-0.7.0/m4/lib-ld.m4-52- *) doodle-0.7.0/m4/lib-ld.m4:53: ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; doodle-0.7.0/m4/lib-ld.m4-54- esac ############################################## doodle-0.7.0/m4/lib-ld.m4-59- # Canonicalize the path of ld doodle-0.7.0/m4/lib-ld.m4:60: ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'` doodle-0.7.0/m4/lib-ld.m4-61- while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do doodle-0.7.0/m4/lib-ld.m4:62: ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"` doodle-0.7.0/m4/lib-ld.m4-63- done ############################################## doodle-0.7.0/m4/lib-ld.m4-89- # Break only if it was the GNU/non-GNU ld that we prefer. doodle-0.7.0/m4/lib-ld.m4:90: case `"$acl_cv_path_LD" -v 2>&1 < /dev/null` in doodle-0.7.0/m4/lib-ld.m4-91- *GNU* | *'with BFD'*) ############################################## doodle-0.7.0/m4/lib-prefix.m4-168- acl_libdirstem=lib doodle-0.7.0/m4/lib-prefix.m4:169: searchpath=`(LC_ALL=C $CC -print-search-dirs) 2>/dev/null | sed -n -e 's,^libraries: ,,p' | sed -e 's,^=,,'` doodle-0.7.0/m4/lib-prefix.m4-170- if test -n "$searchpath"; then ############################################## doodle-0.7.0/m4/lib-prefix.m4-175- */lib64/ | */lib64 ) acl_libdirstem=lib64 ;; doodle-0.7.0/m4/lib-prefix.m4:176: *) searchdir=`cd "$searchdir" && pwd` doodle-0.7.0/m4/lib-prefix.m4-177- case "$searchdir" in ############################################## doodle-0.7.0/m4/gettext.m4-247- LTLIBINTL="ifelse([$3],[],\${top_builddir}/intl,[$3])/libintl.[]gt_libtool_suffix_prefix[]a $LTLIBICONV $LTLIBTHREAD" doodle-0.7.0/m4/gettext.m4:248: LIBS=`echo " $LIBS " | sed -e 's/ -lintl / /' -e 's/^ //' -e 's/ $//'` doodle-0.7.0/m4/gettext.m4-249- fi ############################################## doodle-0.7.0/m4/po.m4-43-changequote(,)dnl doodle-0.7.0/m4/po.m4:44: case `$MSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in doodle-0.7.0/m4/po.m4-45- '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) MSGFMT_015=: ;; ############################################## doodle-0.7.0/m4/po.m4-50-changequote(,)dnl doodle-0.7.0/m4/po.m4:51: case `$GMSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in doodle-0.7.0/m4/po.m4-52- '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) GMSGFMT_015=: ;; ############################################## doodle-0.7.0/m4/po.m4-69-changequote(,)dnl doodle-0.7.0/m4/po.m4:70: case `$XGETTEXT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in doodle-0.7.0/m4/po.m4-71- '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) XGETTEXT_015=: ;; ############################################## doodle-0.7.0/m4/po.m4-90- case "$ac_file" in doodle-0.7.0/m4/po.m4:91: *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;; doodle-0.7.0/m4/po.m4-92- esac ############################################## doodle-0.7.0/m4/po.m4-95- # Adjust a relative srcdir. doodle-0.7.0/m4/po.m4:96: ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'` doodle-0.7.0/m4/po.m4:97: ac_dir_suffix="/`echo "$ac_dir"|sed 's%^\./%%'`" doodle-0.7.0/m4/po.m4:98: ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'` doodle-0.7.0/m4/po.m4-99- # In autoconf-2.13 it is called $ac_given_srcdir. ############################################## doodle-0.7.0/m4/po.m4-102- case "$ac_given_srcdir" in doodle-0.7.0/m4/po.m4:103: .) top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;; doodle-0.7.0/m4/po.m4-104- /*) top_srcdir="$ac_given_srcdir" ;; ############################################## doodle-0.7.0/m4/po.m4-122- fi doodle-0.7.0/m4/po.m4:123: ALL_LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"` doodle-0.7.0/m4/po.m4-124- # Hide the ALL_LINGUAS assigment from automake < 1.5. ############################################## doodle-0.7.0/m4/po.m4-219- # Adjust a relative srcdir. doodle-0.7.0/m4/po.m4:220: ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'` doodle-0.7.0/m4/po.m4:221: ac_dir_suffix="/`echo "$ac_dir"|sed 's%^\./%%'`" doodle-0.7.0/m4/po.m4:222: ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'` doodle-0.7.0/m4/po.m4-223- # In autoconf-2.13 it is called $ac_given_srcdir. ############################################## doodle-0.7.0/m4/po.m4-226- case "$ac_given_srcdir" in doodle-0.7.0/m4/po.m4:227: .) top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;; doodle-0.7.0/m4/po.m4-228- /*) top_srcdir="$ac_given_srcdir" ;; ############################################## doodle-0.7.0/m4/po.m4-287- # Set POTFILES to the value of the Makefile variable POTFILES. doodle-0.7.0/m4/po.m4:288: sed_x_POTFILES=`$gt_echo "$sed_x_variable" | sed -e '/^ *#/d' -e 's/VARIABLE/POTFILES/g'` doodle-0.7.0/m4/po.m4:289: POTFILES=`sed -n -e "$sed_x_POTFILES" < "$ac_file"` doodle-0.7.0/m4/po.m4-290- # Compute POTFILES_DEPS as ############################################## doodle-0.7.0/m4/po.m4-302- # The LINGUAS file contains the set of available languages. doodle-0.7.0/m4/po.m4:303: ALL_LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"` doodle-0.7.0/m4/po.m4-304- POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS" ############################################## doodle-0.7.0/m4/po.m4-306- # Set ALL_LINGUAS to the value of the Makefile variable LINGUAS. doodle-0.7.0/m4/po.m4:307: sed_x_LINGUAS=`$gt_echo "$sed_x_variable" | sed -e '/^ *#/d' -e 's/VARIABLE/LINGUAS/g'` doodle-0.7.0/m4/po.m4:308: ALL_LINGUAS_=`sed -n -e "$sed_x_LINGUAS" < "$ac_file"` doodle-0.7.0/m4/po.m4-309- fi ############################################## doodle-0.7.0/m4/po.m4-350- QMFILES="$QMFILES $srcdirpre$lang.qm" doodle-0.7.0/m4/po.m4:351: frobbedlang=`echo $lang | sed -e 's/\..*$//' -e 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/'` doodle-0.7.0/m4/po.m4-352- MSGFILES="$MSGFILES $srcdirpre$frobbedlang.msg" doodle-0.7.0/m4/po.m4:353: frobbedlang=`echo $lang | sed -e 's/_/-/g' -e 's/^sr-CS/sr-SP/' -e 's/@latin$/-Latn/' -e 's/@cyrillic$/-Cyrl/' -e 's/^sr-SP$/sr-SP-Latn/' -e 's/^uz-UZ$/uz-UZ-Latn/'` doodle-0.7.0/m4/po.m4-354- RESOURCESDLLFILES="$RESOURCESDLLFILES $srcdirpre$frobbedlang/\$(DOMAIN).resources.dll" ############################################## doodle-0.7.0/m4/po.m4-391- QTCATALOGS="$QTCATALOGS $lang.qm" doodle-0.7.0/m4/po.m4:392: frobbedlang=`echo $lang | sed -e 's/\..*$//' -e 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/'` doodle-0.7.0/m4/po.m4-393- TCLCATALOGS="$TCLCATALOGS $frobbedlang.msg" doodle-0.7.0/m4/po.m4:394: frobbedlang=`echo $lang | sed -e 's/_/-/g' -e 's/^sr-CS/sr-SP/' -e 's/@latin$/-Latn/' -e 's/@cyrillic$/-Cyrl/' -e 's/^sr-SP$/sr-SP-Latn/' -e 's/^uz-UZ$/uz-UZ-Latn/'` doodle-0.7.0/m4/po.m4-395- CSHARPCATALOGS="$CSHARPCATALOGS $frobbedlang/\$(DOMAIN).resources.dll" ############################################## doodle-0.7.0/m4/po.m4-402- for lang in $ALL_LINGUAS; do doodle-0.7.0/m4/po.m4:403: frobbedlang=`echo $lang | sed -e 's/\..*$//' -e 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/'` doodle-0.7.0/m4/po.m4-404- cat >> "$ac_file.tmp" <<EOF ############################################## doodle-0.7.0/m4/po.m4-413- for lang in $ALL_LINGUAS; do doodle-0.7.0/m4/po.m4:414: frobbedlang=`echo $lang | sed -e 's/_/-/g' -e 's/^sr-CS/sr-SP/' -e 's/@latin$/-Latn/' -e 's/@cyrillic$/-Cyrl/' -e 's/^sr-SP$/sr-SP-Latn/' -e 's/^uz-UZ$/uz-UZ-Latn/'` doodle-0.7.0/m4/po.m4-415- cat >> "$ac_file.tmp" <<EOF ############################################## doodle-0.7.0/m4/libtool.m4-120-done doodle-0.7.0/m4/libtool.m4:121:cc_basename=`$ECHO "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"` doodle-0.7.0/m4/libtool.m4-122-]) ############################################## doodle-0.7.0/m4/libtool.m4-410-m4_define([_LT_CONFIG_STATUS_DECLARE], doodle-0.7.0/m4/libtool.m4:411:[$1='`$ECHO "X$][$1" | $Xsed -e "$delay_single_quote_subst"`']) doodle-0.7.0/m4/libtool.m4-412- ############################################## doodle-0.7.0/m4/libtool.m4-420-# doodle-0.7.0/m4/libtool.m4:421:# <var>='`$ECHO "X$<var>" | $Xsed -e "$delay_single_quote_subst"`' doodle-0.7.0/m4/libtool.m4-422-m4_defun([_LT_CONFIG_STATUS_DECLARATIONS], ############################################## doodle-0.7.0/m4/libtool.m4-522-]], lt_decl_quote_varnames); do doodle-0.7.0/m4/libtool.m4:523: case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in doodle-0.7.0/m4/libtool.m4-524- *[[\\\\\\\`\\"\\\$]]*) doodle-0.7.0/m4/libtool.m4:525: eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" doodle-0.7.0/m4/libtool.m4-526- ;; ############################################## doodle-0.7.0/m4/libtool.m4-535-]], lt_decl_dquote_varnames); do doodle-0.7.0/m4/libtool.m4:536: case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in doodle-0.7.0/m4/libtool.m4-537- *[[\\\\\\\`\\"\\\$]]*) doodle-0.7.0/m4/libtool.m4:538: eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" doodle-0.7.0/m4/libtool.m4-539- ;; ############################################## doodle-0.7.0/m4/libtool.m4-548-*'\\\[$]0 --fallback-echo"')dnl " doodle-0.7.0/m4/libtool.m4:549: lt_ECHO=\`\$ECHO "X\$lt_ECHO" | \$Xsed -e 's/\\\\\\\\\\\\\\\[$]0 --fallback-echo"\[$]/\[$]0 --fallback-echo"/'\` doodle-0.7.0/m4/libtool.m4-550- ;; ############################################## doodle-0.7.0/m4/libtool.m4-684- doodle-0.7.0/m4/libtool.m4:685:# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services. doodle-0.7.0/m4/libtool.m4-686-# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION ############################################## doodle-0.7.0/m4/libtool.m4-1031- }' doodle-0.7.0/m4/libtool.m4:1032:aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` doodle-0.7.0/m4/libtool.m4-1033-# Check for a 64-bit object if we didn't find anything. doodle-0.7.0/m4/libtool.m4-1034-if test -z "$aix_libpath"; then doodle-0.7.0/m4/libtool.m4:1035: aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` doodle-0.7.0/m4/libtool.m4-1036-fi],[]) ############################################## doodle-0.7.0/m4/libtool.m4-1063- # Remove one level of quotation (which was required for Make). doodle-0.7.0/m4/libtool.m4:1064: ECHO=`echo "$lt_ECHO" | sed 's,\\\\\[$]\\[$]0,'[$]0','` doodle-0.7.0/m4/libtool.m4-1065- ;; ############################################## doodle-0.7.0/m4/libtool.m4-1074- : doodle-0.7.0/m4/libtool.m4:1075:elif test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' ; then doodle-0.7.0/m4/libtool.m4-1076- # Yippee, $ECHO works! ############################################## doodle-0.7.0/m4/libtool.m4-1100- # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ... doodle-0.7.0/m4/libtool.m4:1101: if { echo_test_string=`eval $cmd`; } 2>/dev/null && doodle-0.7.0/m4/libtool.m4-1102- { test "X$echo_test_string" = "X$echo_test_string"; } 2>/dev/null ############################################## doodle-0.7.0/m4/libtool.m4-1108- doodle-0.7.0/m4/libtool.m4:1109: if test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' && doodle-0.7.0/m4/libtool.m4:1110: echo_testing_string=`{ $ECHO "$echo_test_string"; } 2>/dev/null` && doodle-0.7.0/m4/libtool.m4-1111- test "X$echo_testing_string" = "X$echo_test_string"; then ############################################## doodle-0.7.0/m4/libtool.m4-1123- if (test -f $dir/echo || test -f $dir/echo$ac_exeext) && doodle-0.7.0/m4/libtool.m4:1124: test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' && doodle-0.7.0/m4/libtool.m4:1125: echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` && doodle-0.7.0/m4/libtool.m4-1126- test "X$echo_testing_string" = "X$echo_test_string"; then ############################################## doodle-0.7.0/m4/libtool.m4-1135- if test "X`{ print -r '\t'; } 2>/dev/null`" = 'X\t' && doodle-0.7.0/m4/libtool.m4:1136: echo_testing_string=`{ print -r "$echo_test_string"; } 2>/dev/null` && doodle-0.7.0/m4/libtool.m4-1137- test "X$echo_testing_string" = "X$echo_test_string"; then ############################################## doodle-0.7.0/m4/libtool.m4-1150- ECHO='printf %s\n' doodle-0.7.0/m4/libtool.m4:1151: if test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' && doodle-0.7.0/m4/libtool.m4:1152: echo_testing_string=`{ $ECHO "$echo_test_string"; } 2>/dev/null` && doodle-0.7.0/m4/libtool.m4-1153- test "X$echo_testing_string" = "X$echo_test_string"; then ############################################## doodle-0.7.0/m4/libtool.m4-1155- : doodle-0.7.0/m4/libtool.m4:1156: elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` && doodle-0.7.0/m4/libtool.m4-1157- test "X$echo_testing_string" = 'X\t' && doodle-0.7.0/m4/libtool.m4:1158: echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` && doodle-0.7.0/m4/libtool.m4-1159- test "X$echo_testing_string" = "X$echo_test_string"; then ############################################## doodle-0.7.0/m4/libtool.m4-1164- ECHO="$CONFIG_SHELL [$]0 --fallback-echo" doodle-0.7.0/m4/libtool.m4:1165: elif echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` && doodle-0.7.0/m4/libtool.m4-1166- test "X$echo_testing_string" = 'X\t' && doodle-0.7.0/m4/libtool.m4:1167: echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` && doodle-0.7.0/m4/libtool.m4-1168- test "X$echo_testing_string" = "X$echo_test_string"; then ############################################## doodle-0.7.0/m4/libtool.m4-1174- for cmd in 'echo test' 'sed 2q "[$]0"' 'sed 10q "[$]0"' 'sed 20q "[$]0"' 'sed 50q "[$]0"'; do doodle-0.7.0/m4/libtool.m4:1175: if { test "X$echo_test_string" = "X`eval $cmd`"; } 2>/dev/null doodle-0.7.0/m4/libtool.m4-1176- then ############################################## doodle-0.7.0/m4/libtool.m4-1182- if test "$prev" != 'sed 50q "[$]0"'; then doodle-0.7.0/m4/libtool.m4:1183: echo_test_string=`eval $prev` doodle-0.7.0/m4/libtool.m4-1184- export echo_test_string ############################################## doodle-0.7.0/m4/libtool.m4-1225- if AC_TRY_EVAL(ac_compile); then doodle-0.7.0/m4/libtool.m4:1226: case `/usr/bin/file conftest.$ac_objext` in doodle-0.7.0/m4/libtool.m4-1227- *ELF-32*) ############################################## doodle-0.7.0/m4/libtool.m4-1241- if test "$lt_cv_prog_gnu_ld" = yes; then doodle-0.7.0/m4/libtool.m4:1242: case `/usr/bin/file conftest.$ac_objext` in doodle-0.7.0/m4/libtool.m4-1243- *32-bit*) ############################################## doodle-0.7.0/m4/libtool.m4-1253- else doodle-0.7.0/m4/libtool.m4:1254: case `/usr/bin/file conftest.$ac_objext` in doodle-0.7.0/m4/libtool.m4-1255- *32-bit*) ############################################## doodle-0.7.0/m4/libtool.m4-1545- # And add a safety zone doodle-0.7.0/m4/libtool.m4:1546: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` doodle-0.7.0/m4/libtool.m4:1547: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` doodle-0.7.0/m4/libtool.m4-1548- ;; ############################################## doodle-0.7.0/m4/libtool.m4-1573- if test -n "$kargmax"; then doodle-0.7.0/m4/libtool.m4:1574: lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[ ]]//'` doodle-0.7.0/m4/libtool.m4-1575- else ############################################## doodle-0.7.0/m4/libtool.m4-1581- if test -n "$lt_cv_sys_max_cmd_len"; then doodle-0.7.0/m4/libtool.m4:1582: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` doodle-0.7.0/m4/libtool.m4:1583: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` doodle-0.7.0/m4/libtool.m4-1584- else ############################################## doodle-0.7.0/m4/libtool.m4-1593- # we can't tell. doodle-0.7.0/m4/libtool.m4:1594: while { test "X"`$SHELL [$]0 --fallback-echo "X$teststring$teststring" 2>/dev/null` \ doodle-0.7.0/m4/libtool.m4-1595- = "XX$teststring$teststring"; } >/dev/null 2>&1 && ############################################## doodle-0.7.0/m4/libtool.m4-1597- do doodle-0.7.0/m4/libtool.m4:1598: i=`expr $i + 1` doodle-0.7.0/m4/libtool.m4-1599- teststring=$teststring$teststring ############################################## doodle-0.7.0/m4/libtool.m4-1601- # Only check the string length outside the loop. doodle-0.7.0/m4/libtool.m4:1602: lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1` doodle-0.7.0/m4/libtool.m4-1603- teststring= ############################################## doodle-0.7.0/m4/libtool.m4-1606- # linker. It appears as though 1/2 is a usable value. doodle-0.7.0/m4/libtool.m4:1607: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2` doodle-0.7.0/m4/libtool.m4-1608- fi ############################################## doodle-0.7.0/m4/libtool.m4-1921- if test "$hard_links" = no; then doodle-0.7.0/m4/libtool.m4:1922: AC_MSG_WARN([`$CC' does not support `-c -o', so `make -j' may be unsafe]) doodle-0.7.0/m4/libtool.m4-1923- need_locks=warn ############################################## doodle-0.7.0/m4/libtool.m4-2047- esac doodle-0.7.0/m4/libtool.m4:2048: lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e "s,=/,/,g"` doodle-0.7.0/m4/libtool.m4-2049- if $ECHO "$lt_search_path_spec" | $GREP ';' >/dev/null ; then ############################################## doodle-0.7.0/m4/libtool.m4-2053- # okay in the real world where ";" in dirpaths is itself problematic. doodle-0.7.0/m4/libtool.m4:2054: lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED -e 's/;/ /g'` doodle-0.7.0/m4/libtool.m4-2055- else doodle-0.7.0/m4/libtool.m4:2056: lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` doodle-0.7.0/m4/libtool.m4-2057- fi ############################################## doodle-0.7.0/m4/libtool.m4-2060- lt_tmp_lt_search_path_spec= doodle-0.7.0/m4/libtool.m4:2061: lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null` doodle-0.7.0/m4/libtool.m4-2062- for lt_sys_path in $lt_search_path_spec; do ############################################## doodle-0.7.0/m4/libtool.m4-2089-}'` doodle-0.7.0/m4/libtool.m4:2090: sys_lib_search_path_spec=`$ECHO $lt_search_path_spec` doodle-0.7.0/m4/libtool.m4-2091-else ############################################## doodle-0.7.0/m4/libtool.m4-2177- # Create ${libname}_ixlibrary.a entries in /sys/libs. doodle-0.7.0/m4/libtool.m4:2178: finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$ECHO "X$lib" | $Xsed -e '\''s%^.*/\([[^/]]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done' doodle-0.7.0/m4/libtool.m4-2179- ;; ############################################## doodle-0.7.0/m4/libtool.m4-2212- # DLL is installed to $(libdir)/../bin by postinstall_cmds doodle-0.7.0/m4/libtool.m4:2213: postinstall_cmds='base_file=`basename \${file}`~ doodle-0.7.0/m4/libtool.m4:2214: dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~ doodle-0.7.0/m4/libtool.m4:2215: dldir=$destdir/`dirname \$dlpath`~ doodle-0.7.0/m4/libtool.m4-2216- test -d \$dldir || mkdir -p \$dldir~ ############################################## doodle-0.7.0/m4/libtool.m4-2221- fi' doodle-0.7.0/m4/libtool.m4:2222: postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ doodle-0.7.0/m4/libtool.m4-2223- dlpath=$dir/\$dldll~ ############################################## doodle-0.7.0/m4/libtool.m4-2229- # Cygwin DLLs use 'cyg' prefix rather than 'lib' doodle-0.7.0/m4/libtool.m4:2230: soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}' doodle-0.7.0/m4/libtool.m4-2231- sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib" ############################################## doodle-0.7.0/m4/libtool.m4-2234- # MinGW DLLs use traditional 'lib' prefix doodle-0.7.0/m4/libtool.m4:2235: soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}' doodle-0.7.0/m4/libtool.m4:2236: sys_lib_search_path_spec=`$CC -print-search-dirs | $GREP "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"` doodle-0.7.0/m4/libtool.m4-2237- if $ECHO "$sys_lib_search_path_spec" | [$GREP ';[c-zC-Z]:/' >/dev/null]; then ############################################## doodle-0.7.0/m4/libtool.m4-2243- # which wouldn't understand a cygwinified path. Ahh. doodle-0.7.0/m4/libtool.m4:2244: sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` doodle-0.7.0/m4/libtool.m4-2245- else doodle-0.7.0/m4/libtool.m4:2246: sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` doodle-0.7.0/m4/libtool.m4-2247- fi ############################################## doodle-0.7.0/m4/libtool.m4-2250- # pw32 DLLs use 'pw' prefix rather than 'lib' doodle-0.7.0/m4/libtool.m4:2251: library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}' doodle-0.7.0/m4/libtool.m4-2252- ;; ############################################## doodle-0.7.0/m4/libtool.m4-2256- *) doodle-0.7.0/m4/libtool.m4:2257: library_names_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext} $libname.lib' doodle-0.7.0/m4/libtool.m4-2258- ;; ############################################## doodle-0.7.0/m4/libtool.m4-2273- shlibpath_var=DYLD_LIBRARY_PATH doodle-0.7.0/m4/libtool.m4:2274: shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`' doodle-0.7.0/m4/libtool.m4-2275-m4_if([$1], [],[ ############################################## doodle-0.7.0/m4/libtool.m4-2474- if test -f /etc/ld.so.conf; then doodle-0.7.0/m4/libtool.m4:2475: lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '` doodle-0.7.0/m4/libtool.m4-2476- sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra" ############################################## doodle-0.7.0/m4/libtool.m4-2548- shlibpath_var=LD_LIBRARY_PATH doodle-0.7.0/m4/libtool.m4:2549: if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then doodle-0.7.0/m4/libtool.m4-2550- case $host_os in ############################################## doodle-0.7.0/m4/libtool.m4-2763- "file_magic "*) doodle-0.7.0/m4/libtool.m4:2764: file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"` doodle-0.7.0/m4/libtool.m4-2765- MAGIC_CMD="$lt_cv_path_MAGIC_CMD" ############################################## doodle-0.7.0/m4/libtool.m4-2845- # gcc leaves a trailing carriage return which upsets mingw doodle-0.7.0/m4/libtool.m4:2846: ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; doodle-0.7.0/m4/libtool.m4-2847- *) doodle-0.7.0/m4/libtool.m4:2848: ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; doodle-0.7.0/m4/libtool.m4-2849- esac ############################################## doodle-0.7.0/m4/libtool.m4-2854- # Canonicalize the pathname of ld doodle-0.7.0/m4/libtool.m4:2855: ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'` doodle-0.7.0/m4/libtool.m4-2856- while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do doodle-0.7.0/m4/libtool.m4:2857: ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"` doodle-0.7.0/m4/libtool.m4-2858- done ############################################## doodle-0.7.0/m4/libtool.m4-2885- # Break only if it was the GNU/non-GNU ld that we prefer. doodle-0.7.0/m4/libtool.m4:2886: case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in doodle-0.7.0/m4/libtool.m4-2887- *GNU* | *'with BFD'*) ############################################## doodle-0.7.0/m4/libtool.m4-2925-[# I'd rather use --version here, but apparently some GNU lds only accept -v. doodle-0.7.0/m4/libtool.m4:2926:case `$LD -v 2>&1 </dev/null` in doodle-0.7.0/m4/libtool.m4-2927-*GNU* | *'with BFD'*) ############################################## doodle-0.7.0/m4/libtool.m4-3109-openbsd*) doodle-0.7.0/m4/libtool.m4:3110: if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then doodle-0.7.0/m4/libtool.m4-3111- lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$' ############################################## doodle-0.7.0/m4/libtool.m4-3200- # Tru64's nm complains that /dev/null is an invalid object file doodle-0.7.0/m4/libtool.m4:3201: case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in doodle-0.7.0/m4/libtool.m4-3202- */dev/null* | *'Invalid file or object type'*) ############################################## doodle-0.7.0/m4/libtool.m4-3206- *) doodle-0.7.0/m4/libtool.m4:3207: case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in doodle-0.7.0/m4/libtool.m4-3208- */dev/null*) ############################################## doodle-0.7.0/m4/libtool.m4-3371-# If we're using GNU nm, then use its standard symbol codes. doodle-0.7.0/m4/libtool.m4:3372:case `$NM -V 2>&1` in doodle-0.7.0/m4/libtool.m4-3373-*GNU* | *'with BFD'*) ############################################## doodle-0.7.0/m4/libtool.m4-3389-mingw*) doodle-0.7.0/m4/libtool.m4:3390: opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp doodle-0.7.0/m4/libtool.m4-3391- ;; ############################################## doodle-0.7.0/m4/libtool.m4-3440- nlist=conftest.nm doodle-0.7.0/m4/libtool.m4:3441: if AC_TRY_EVAL(NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) && test -s "$nlist"; then doodle-0.7.0/m4/libtool.m4-3442- # Try sorting and uniquifying the output. ############################################## doodle-0.7.0/m4/libtool.m4-3747- *) doodle-0.7.0/m4/libtool.m4:3748: case `$CC -V 2>&1 | sed 5q` in doodle-0.7.0/m4/libtool.m4-3749- *Sun\ C*) ############################################## doodle-0.7.0/m4/libtool.m4-4031- *) doodle-0.7.0/m4/libtool.m4:4032: case `$CC -V 2>&1 | sed 5q` in doodle-0.7.0/m4/libtool.m4-4033- *Sun\ C*) ############################################## doodle-0.7.0/m4/libtool.m4-4286- supports_anon_versioning=no doodle-0.7.0/m4/libtool.m4:4287: case `$LD -v 2>&1` in doodle-0.7.0/m4/libtool.m4-4288- *GNU\ gold*) supports_anon_versioning=yes ;; ############################################## doodle-0.7.0/m4/libtool.m4-4352- # is EXPORTS), use it as is; otherwise, prepend... doodle-0.7.0/m4/libtool.m4:4353: _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then doodle-0.7.0/m4/libtool.m4-4354- cp $export_symbols $output_objdir/$soname.def; ############################################## doodle-0.7.0/m4/libtool.m4-4375- # time. Moving up from 0x10000000 also allows more sbrk(2) space. doodle-0.7.0/m4/libtool.m4:4376: _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' doodle-0.7.0/m4/libtool.m4:4377: _LT_TAGVAR(archive_expsym_cmds, $1)='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' doodle-0.7.0/m4/libtool.m4-4378- ;; ############################################## doodle-0.7.0/m4/libtool.m4-4393- pgcc*) # Portland Group C compiler doodle-0.7.0/m4/libtool.m4:4394: _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive' doodle-0.7.0/m4/libtool.m4-4395- tmp_addflag=' $pic_flag' ############################################## doodle-0.7.0/m4/libtool.m4-4397- pgf77* | pgf90* | pgf95*) # Portland Group f77 and f90 compilers doodle-0.7.0/m4/libtool.m4:4398: _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive' doodle-0.7.0/m4/libtool.m4-4399- tmp_addflag=' $pic_flag -Mnomain' ;; ############################################## doodle-0.7.0/m4/libtool.m4-4412- esac doodle-0.7.0/m4/libtool.m4:4413: case `$CC -V 2>&1 | sed 5q` in doodle-0.7.0/m4/libtool.m4-4414- *Sun\ C*) # Sun C 5.9 doodle-0.7.0/m4/libtool.m4:4415: _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive' doodle-0.7.0/m4/libtool.m4-4416- _LT_TAGVAR(compiler_needs_object, $1)=yes ############################################## doodle-0.7.0/m4/libtool.m4-4481- sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*) doodle-0.7.0/m4/libtool.m4:4482: case `$LD -v 2>&1` in doodle-0.7.0/m4/libtool.m4-4483- *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*) ############################################## doodle-0.7.0/m4/libtool.m4-4602- # below for broken collect2 doesn't work under 4.3+ doodle-0.7.0/m4/libtool.m4:4603: collect2name=`${CC} -print-prog-name=collect2` doodle-0.7.0/m4/libtool.m4-4604- if test -f "$collect2name" && ############################################## doodle-0.7.0/m4/libtool.m4-4652- _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath" doodle-0.7.0/m4/libtool.m4:4653: _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then $ECHO "X${wl}${allow_undefined_flag}" | $Xsed; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag" doodle-0.7.0/m4/libtool.m4-4654- else ############################################## doodle-0.7.0/m4/libtool.m4-4707- # FIXME: Setting linknames here is a bad hack. doodle-0.7.0/m4/libtool.m4:4708: _LT_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `$ECHO "X$deplibs" | $Xsed -e '\''s/ -lc$//'\''` -link -dll~linknames=' doodle-0.7.0/m4/libtool.m4-4709- # The linker will automatically build a .lib file if we build a DLL. ############################################## doodle-0.7.0/m4/libtool.m4-4712- _LT_TAGVAR(old_archive_cmds, $1)='lib -OUT:$oldlib$oldobjs$old_deplibs' doodle-0.7.0/m4/libtool.m4:4713: _LT_TAGVAR(fix_srcfile_path, $1)='`cygpath -w "$srcfile"`' doodle-0.7.0/m4/libtool.m4-4714- _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes ############################################## doodle-0.7.0/m4/libtool.m4-4842- if test "$GCC" = yes; then doodle-0.7.0/m4/libtool.m4:4843: _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' doodle-0.7.0/m4/libtool.m4-4844- # Try to use the -exported_symbol ld option, if it does not ############################################## doodle-0.7.0/m4/libtool.m4-4849- AC_LINK_IFELSE(int foo(void) {}, doodle-0.7.0/m4/libtool.m4:4850: _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib' doodle-0.7.0/m4/libtool.m4-4851- ) ############################################## doodle-0.7.0/m4/libtool.m4-4853- else doodle-0.7.0/m4/libtool.m4:4854: _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib' doodle-0.7.0/m4/libtool.m4:4855: _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib' doodle-0.7.0/m4/libtool.m4-4856- fi ############################################## doodle-0.7.0/m4/libtool.m4-4890- _LT_TAGVAR(hardcode_direct_absolute, $1)=yes doodle-0.7.0/m4/libtool.m4:4891: if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then doodle-0.7.0/m4/libtool.m4-4892- _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' ############################################## doodle-0.7.0/m4/libtool.m4-4923- _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*' doodle-0.7.0/m4/libtool.m4:4924: _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' doodle-0.7.0/m4/libtool.m4-4925- else doodle-0.7.0/m4/libtool.m4-4926- _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' doodle-0.7.0/m4/libtool.m4:4927: _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib' doodle-0.7.0/m4/libtool.m4-4928- fi ############################################## doodle-0.7.0/m4/libtool.m4-4936- _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*' doodle-0.7.0/m4/libtool.m4:4937: _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' doodle-0.7.0/m4/libtool.m4-4938- _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' ############################################## doodle-0.7.0/m4/libtool.m4-4940- _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' doodle-0.7.0/m4/libtool.m4:4941: _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib' doodle-0.7.0/m4/libtool.m4:4942: _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~ doodle-0.7.0/m4/libtool.m4:4943: $CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp' doodle-0.7.0/m4/libtool.m4-4944- ############################################## doodle-0.7.0/m4/libtool.m4-4959- else doodle-0.7.0/m4/libtool.m4:4960: case `$CC -V 2>&1` in doodle-0.7.0/m4/libtool.m4-4961- *"Compilers 5.0"*) ############################################## doodle-0.7.0/m4/libtool.m4-5151- _LT_TAGVAR(allow_undefined_flag, $1)= doodle-0.7.0/m4/libtool.m4:5152: if AC_TRY_EVAL(_LT_TAGVAR(archive_cmds, $1) 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) doodle-0.7.0/m4/libtool.m4-5153- then ############################################## doodle-0.7.0/m4/libtool.m4-5465- # ancient GNU ld didn't support --whole-archive et. al. doodle-0.7.0/m4/libtool.m4:5466: if eval "`$CC -print-prog-name=ld` --help 2>&1" | doodle-0.7.0/m4/libtool.m4-5467- $GREP 'no-whole-archive' > /dev/null; then ############################################## doodle-0.7.0/m4/libtool.m4-5548- # below for broken collect2 doesn't work under 4.3+ doodle-0.7.0/m4/libtool.m4:5549: collect2name=`${CC} -print-prog-name=collect2` doodle-0.7.0/m4/libtool.m4-5550- if test -f "$collect2name" && ############################################## doodle-0.7.0/m4/libtool.m4-5598- doodle-0.7.0/m4/libtool.m4:5599: _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then $ECHO "X${wl}${allow_undefined_flag}" | $Xsed; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag" doodle-0.7.0/m4/libtool.m4-5600- else ############################################## doodle-0.7.0/m4/libtool.m4-5655- # is EXPORTS), use it as is; otherwise, prepend... doodle-0.7.0/m4/libtool.m4:5656: _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then doodle-0.7.0/m4/libtool.m4-5657- cp $export_symbols $output_objdir/$soname.def; ############################################## doodle-0.7.0/m4/libtool.m4-5731- # dependencies. doodle-0.7.0/m4/libtool.m4:5732: output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; $ECHO "X$list" | $Xsed' doodle-0.7.0/m4/libtool.m4-5733- ;; ############################################## doodle-0.7.0/m4/libtool.m4-5796- # dependencies. doodle-0.7.0/m4/libtool.m4:5797: output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; $ECHO "X$list" | $Xsed' doodle-0.7.0/m4/libtool.m4-5798- ;; ############################################## doodle-0.7.0/m4/libtool.m4-5832- # time. Moving up from 0x10000000 also allows more sbrk(2) space. doodle-0.7.0/m4/libtool.m4:5833: _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' doodle-0.7.0/m4/libtool.m4:5834: _LT_TAGVAR(archive_expsym_cmds, $1)='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' doodle-0.7.0/m4/libtool.m4-5835- ;; ############################################## doodle-0.7.0/m4/libtool.m4-5839- # SGI C++ doodle-0.7.0/m4/libtool.m4:5840: _LT_TAGVAR(archive_cmds, $1)='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib' doodle-0.7.0/m4/libtool.m4-5841- ############################################## doodle-0.7.0/m4/libtool.m4-5850- if test "$with_gnu_ld" = no; then doodle-0.7.0/m4/libtool.m4:5851: _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' doodle-0.7.0/m4/libtool.m4-5852- else doodle-0.7.0/m4/libtool.m4:5853: _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` -o $lib' doodle-0.7.0/m4/libtool.m4-5854- fi ############################################## doodle-0.7.0/m4/libtool.m4-5871- # to its proper name (with version) after linking. doodle-0.7.0/m4/libtool.m4:5872: _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib' doodle-0.7.0/m4/libtool.m4:5873: _LT_TAGVAR(archive_expsym_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib ${wl}-retain-symbols-file,$export_symbols; mv \$templib $lib' doodle-0.7.0/m4/libtool.m4-5874- # Commands to make compiler produce verbose output that lists ############################################## doodle-0.7.0/m4/libtool.m4-5881- # dependencies. doodle-0.7.0/m4/libtool.m4:5882: output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | $GREP "ld"`; rm -f libconftest$shared_ext; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; $ECHO "X$list" | $Xsed' doodle-0.7.0/m4/libtool.m4-5883- ############################################## doodle-0.7.0/m4/libtool.m4-5896- # earlier do not add the objects themselves. doodle-0.7.0/m4/libtool.m4:5897: case `$CC -V 2>&1` in doodle-0.7.0/m4/libtool.m4-5898- *"Version 7."*) ############################################## doodle-0.7.0/m4/libtool.m4-5917- # Portland Group C++ compiler doodle-0.7.0/m4/libtool.m4:5918: case `$CC -V` in doodle-0.7.0/m4/libtool.m4-5919- *pgCC\ [[1-5]]* | *pgcpp\ [[1-5]]*) ############################################## doodle-0.7.0/m4/libtool.m4-5922- $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~ doodle-0.7.0/m4/libtool.m4:5923: compile_command="$compile_command `find $tpldir -name \*.o | $NL2SP`"' doodle-0.7.0/m4/libtool.m4-5924- _LT_TAGVAR(old_archive_cmds, $1)='tpldir=Template.dir~ ############################################## doodle-0.7.0/m4/libtool.m4-5926- $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~ doodle-0.7.0/m4/libtool.m4:5927: $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | $NL2SP`~ doodle-0.7.0/m4/libtool.m4-5928- $RANLIB $oldlib' ############################################## doodle-0.7.0/m4/libtool.m4-5931- $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~ doodle-0.7.0/m4/libtool.m4:5932: $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib' doodle-0.7.0/m4/libtool.m4-5933- _LT_TAGVAR(archive_expsym_cmds, $1)='tpldir=Template.dir~ ############################################## doodle-0.7.0/m4/libtool.m4-5935- $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~ doodle-0.7.0/m4/libtool.m4:5936: $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib' doodle-0.7.0/m4/libtool.m4-5937- ;; ############################################## doodle-0.7.0/m4/libtool.m4-5945- _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic' doodle-0.7.0/m4/libtool.m4:5946: _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive' doodle-0.7.0/m4/libtool.m4-5947- ;; ############################################## doodle-0.7.0/m4/libtool.m4-5964- # dependencies. doodle-0.7.0/m4/libtool.m4:5965: output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`$ECHO "X$templist" | $Xsed -e "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; $ECHO "X$list" | $Xsed' doodle-0.7.0/m4/libtool.m4-5966- ;; ############################################## doodle-0.7.0/m4/libtool.m4-5979- *) doodle-0.7.0/m4/libtool.m4:5980: case `$CC -V 2>&1 | sed 5q` in doodle-0.7.0/m4/libtool.m4-5981- *Sun\ C*) ############################################## doodle-0.7.0/m4/libtool.m4-5986- _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' doodle-0.7.0/m4/libtool.m4:5987: _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive' doodle-0.7.0/m4/libtool.m4-5988- _LT_TAGVAR(compiler_needs_object, $1)=yes ############################################## doodle-0.7.0/m4/libtool.m4-6056- _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' doodle-0.7.0/m4/libtool.m4:6057: if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then doodle-0.7.0/m4/libtool.m4-6058- _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file,$export_symbols -o $lib' ############################################## doodle-0.7.0/m4/libtool.m4-6075- # to its proper name (with version) after linking. doodle-0.7.0/m4/libtool.m4:6076: _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo "$lib" | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib' doodle-0.7.0/m4/libtool.m4-6077- ############################################## doodle-0.7.0/m4/libtool.m4-6096- _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*' doodle-0.7.0/m4/libtool.m4:6097: _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && $ECHO "X${wl}-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib' doodle-0.7.0/m4/libtool.m4-6098- _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' ############################################## doodle-0.7.0/m4/libtool.m4-6101- _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' doodle-0.7.0/m4/libtool.m4:6102: _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib' doodle-0.7.0/m4/libtool.m4:6103: _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~ doodle-0.7.0/m4/libtool.m4-6104- echo "-hidden">> $lib.exp~ doodle-0.7.0/m4/libtool.m4:6105: $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname ${wl}-input ${wl}$lib.exp `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib~ doodle-0.7.0/m4/libtool.m4-6106- $RM $lib.exp' ############################################## doodle-0.7.0/m4/libtool.m4-6120- # dependencies. doodle-0.7.0/m4/libtool.m4:6121: output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`$ECHO "X$templist" | $Xsed -e "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; $ECHO "X$list" | $Xsed' doodle-0.7.0/m4/libtool.m4-6122- ;; ############################################## doodle-0.7.0/m4/libtool.m4-6127- osf3*) doodle-0.7.0/m4/libtool.m4:6128: _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' doodle-0.7.0/m4/libtool.m4-6129- ;; doodle-0.7.0/m4/libtool.m4-6130- *) doodle-0.7.0/m4/libtool.m4:6131: _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' doodle-0.7.0/m4/libtool.m4-6132- ;; ############################################## doodle-0.7.0/m4/libtool.m4-6426- doodle-0.7.0/m4/libtool.m4:6427: for p in `eval "$output_verbose_link_cmd"`; do doodle-0.7.0/m4/libtool.m4-6428- case $p in ############################################## doodle-0.7.0/m4/libtool.m4-6512-linux*) doodle-0.7.0/m4/libtool.m4:6513: case `$CC -V 2>&1 | sed 5q` in doodle-0.7.0/m4/libtool.m4-6514- *Sun\ C*) ############################################## doodle-0.7.0/m4/libtool.m4-6563-if test -n "${_LT_TAGVAR(compiler_lib_search_path, $1)}"; then doodle-0.7.0/m4/libtool.m4:6564: _LT_TAGVAR(compiler_lib_search_dirs, $1)=`echo " ${_LT_TAGVAR(compiler_lib_search_path, $1)}" | ${SED} -e 's! -L! !g' -e 's!^ !!'` doodle-0.7.0/m4/libtool.m4-6565-fi ############################################## doodle-0.7.0/m4/libtool.m4-7103- test $lt_ac_count -gt 10 && break doodle-0.7.0/m4/libtool.m4:7104: lt_ac_count=`expr $lt_ac_count + 1` doodle-0.7.0/m4/libtool.m4-7105- if test $lt_ac_count -gt $lt_ac_max; then ############################################## doodle-0.7.0/m4/libtool.m4-7278- # Extract subdirectory from the argument. doodle-0.7.0/m4/libtool.m4:7279: func_dirname_result=`$ECHO "X${1}" | $Xsed -e "$dirname"` doodle-0.7.0/m4/libtool.m4-7280- if test "X$func_dirname_result" = "X${1}"; then ############################################## doodle-0.7.0/m4/libtool.m4-7289-{ doodle-0.7.0/m4/libtool.m4:7290: func_basename_result=`$ECHO "X${1}" | $Xsed -e "$basename"` doodle-0.7.0/m4/libtool.m4-7291-} ############################################## doodle-0.7.0/m4/libtool.m4-7319-{ doodle-0.7.0/m4/libtool.m4:7320: func_opt_split_opt=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_opt"` doodle-0.7.0/m4/libtool.m4:7321: func_opt_split_arg=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_arg"` doodle-0.7.0/m4/libtool.m4-7322-} ############################################## doodle-0.7.0/m4/libtool.m4-7326-{ doodle-0.7.0/m4/libtool.m4:7327: func_lo2o_result=`$ECHO "X${1}" | $Xsed -e "$lo2o"` doodle-0.7.0/m4/libtool.m4-7328-} ############################################## doodle-0.7.0/m4/libtool.m4-7332-{ doodle-0.7.0/m4/libtool.m4:7333: func_xform_result=`$ECHO "X${1}" | $Xsed -e 's/\.[[^.]]*$/.lo/'` doodle-0.7.0/m4/libtool.m4-7334-} ############################################## doodle-0.7.0/m4/libtool.m4-7338-{ doodle-0.7.0/m4/libtool.m4:7339: func_arith_result=`expr "$[@]"` doodle-0.7.0/m4/libtool.m4-7340-} ############################################## doodle-0.7.0/m4/libtool.m4-7345-{ doodle-0.7.0/m4/libtool.m4:7346: func_len_result=`expr "$[1]" : ".*" 2>/dev/null || echo $max_cmd_len` doodle-0.7.0/m4/libtool.m4-7347-} ############################################## doodle-0.7.0/m4/ltsugar.m4-67-m4_define([lt_combine], doodle-0.7.0/m4/ltsugar.m4:68:[m4_if(m4_eval([$# > 3]), [1], doodle-0.7.0/m4/ltsugar.m4-69- [m4_pushdef([_Lt_sep], [m4_define([_Lt_sep], m4_defn([lt_car]))])]]dnl ############################################## doodle-0.7.0/m4/ax_create_pkgconfig_info.m4-89-test ".$PKGCONFIG_libname" != "." || \ doodle-0.7.0/m4/ax_create_pkgconfig_info.m4:90:PKGCONFIG_libname="ifelse($1,,${PACKAGE_NAME},`basename $1 .pc`)" doodle-0.7.0/m4/ax_create_pkgconfig_info.m4-91-test ".$PKGCONFIG_libname" != "." || \ doodle-0.7.0/m4/ax_create_pkgconfig_info.m4-92-PKGCONFIG_libname="$PACKAGE" doodle-0.7.0/m4/ax_create_pkgconfig_info.m4:93:PKGCONFIG_libname=`eval echo "$PKGCONFIG_libname"` doodle-0.7.0/m4/ax_create_pkgconfig_info.m4:94:PKGCONFIG_libname=`eval echo "$PKGCONFIG_libname"` doodle-0.7.0/m4/ax_create_pkgconfig_info.m4-95-AC_MSG_RESULT($PKGCONFIG_libname) ############################################## doodle-0.7.0/m4/ax_create_pkgconfig_info.m4-101-PKGCONFIG_version="$VERSION" doodle-0.7.0/m4/ax_create_pkgconfig_info.m4:102:PKGCONFIG_version=`eval echo "$PKGCONFIG_version"` doodle-0.7.0/m4/ax_create_pkgconfig_info.m4:103:PKGCONFIG_version=`eval echo "$PKGCONFIG_version"` doodle-0.7.0/m4/ax_create_pkgconfig_info.m4-104-AC_MSG_RESULT($PKGCONFIG_version) ############################################## doodle-0.7.0/m4/ax_create_pkgconfig_info.m4-108-pkgconfig_libdir='${libdir}/pkgconfig' doodle-0.7.0/m4/ax_create_pkgconfig_info.m4:109:PKGCONFIG_libdir=`eval echo "$pkgconfig_libdir"` doodle-0.7.0/m4/ax_create_pkgconfig_info.m4:110:PKGCONFIG_libdir=`eval echo "$PKGCONFIG_libdir"` doodle-0.7.0/m4/ax_create_pkgconfig_info.m4:111:PKGCONFIG_libdir=`eval echo "$PKGCONFIG_libdir"` doodle-0.7.0/m4/ax_create_pkgconfig_info.m4-112-AC_MSG_RESULT($pkgconfig_libdir) ############################################## doodle-0.7.0/m4/ax_create_pkgconfig_info.m4-118-test ".$pkgconfig_libfile" != "." || \ doodle-0.7.0/m4/ax_create_pkgconfig_info.m4:119:pkgconfig_libfile="ifelse($1,,$PKGCONFIG_libname.pc,`basename $1`)" doodle-0.7.0/m4/ax_create_pkgconfig_info.m4:120:PKGCONFIG_libfile=`eval echo "$pkgconfig_libfile"` doodle-0.7.0/m4/ax_create_pkgconfig_info.m4:121:PKGCONFIG_libfile=`eval echo "$PKGCONFIG_libfile"` doodle-0.7.0/m4/ax_create_pkgconfig_info.m4-122-AC_MSG_RESULT($pkgconfig_libfile) ############################################## doodle-0.7.0/m4/ax_create_pkgconfig_info.m4-135-PKGCONFIG_description="$PKGCONFIG_libname Library" doodle-0.7.0/m4/ax_create_pkgconfig_info.m4:136:PKGCONFIG_description=`eval echo "$PKGCONFIG_description"` doodle-0.7.0/m4/ax_create_pkgconfig_info.m4:137:PKGCONFIG_description=`eval echo "$PKGCONFIG_description"` doodle-0.7.0/m4/ax_create_pkgconfig_info.m4-138-AC_MSG_RESULT($PKGCONFIG_description) ############################################## doodle-0.7.0/m4/ax_create_pkgconfig_info.m4-141-PKGCONFIG_requires="ifelse($2,,$PACKAGE_REQUIRES,$2)" doodle-0.7.0/m4/ax_create_pkgconfig_info.m4:142:PKGCONFIG_requires=`eval echo "$PKGCONFIG_requires"` doodle-0.7.0/m4/ax_create_pkgconfig_info.m4:143:PKGCONFIG_requires=`eval echo "$PKGCONFIG_requires"` doodle-0.7.0/m4/ax_create_pkgconfig_info.m4-144-AC_MSG_RESULT($PKGCONFIG_requires) ############################################## doodle-0.7.0/m4/ax_create_pkgconfig_info.m4-149-PKGCONFIG_libs="ifelse($3,,$PKGCONFIG_pkglibs $LIBS,$3)" doodle-0.7.0/m4/ax_create_pkgconfig_info.m4:150:PKGCONFIG_libs=`eval echo "$PKGCONFIG_libs"` doodle-0.7.0/m4/ax_create_pkgconfig_info.m4:151:PKGCONFIG_libs=`eval echo "$PKGCONFIG_libs"` doodle-0.7.0/m4/ax_create_pkgconfig_info.m4-152-AC_MSG_RESULT($PKGCONFIG_libs) ############################################## doodle-0.7.0/m4/ax_create_pkgconfig_info.m4-155-PKGCONFIG_cppflags="ifelse($5,,$CPPFLAGS $PACKAGE_CFLAGS,$5)" doodle-0.7.0/m4/ax_create_pkgconfig_info.m4:156:PKGCONFIG_cppflags=`eval echo "$PKGCONFIG_cppflags"` doodle-0.7.0/m4/ax_create_pkgconfig_info.m4:157:PKGCONFIG_cppflags=`eval echo "$PKGCONFIG_cppflags"` doodle-0.7.0/m4/ax_create_pkgconfig_info.m4-158-AC_MSG_RESULT($PKGCONFIG_cppflags) ############################################## doodle-0.7.0/m4/ax_create_pkgconfig_info.m4-161-PKGCONFIG_ldflags="ifelse($6,,$LDFLAGS $PACKAGE_LDFLAGS,$5)" doodle-0.7.0/m4/ax_create_pkgconfig_info.m4:162:PKGCONFIG_ldflags=`eval echo "$PKGCONFIG_ldflags"` doodle-0.7.0/m4/ax_create_pkgconfig_info.m4:163:PKGCONFIG_ldflags=`eval echo "$PKGCONFIG_ldflags"` doodle-0.7.0/m4/ax_create_pkgconfig_info.m4-164-AC_MSG_RESULT($PKGCONFIG_ldflags) ############################################## doodle-0.7.0/m4/ax_create_pkgconfig_info.m4-167-PKGCONFIG_generate="ifelse($1,,$PKGCONFIG_libname.pc,$1)" doodle-0.7.0/m4/ax_create_pkgconfig_info.m4:168:PKGCONFIG_generate=`eval echo "$PKGCONFIG_generate"` doodle-0.7.0/m4/ax_create_pkgconfig_info.m4:169:PKGCONFIG_generate=`eval echo "$PKGCONFIG_generate"` doodle-0.7.0/m4/ax_create_pkgconfig_info.m4-170-test "$pkgconfig_libfile" != "$PKGCONFIG_generate" && ( ############################################## doodle-0.7.0/m4/ax_create_pkgconfig_info.m4-174-PKGCONFIG_src_libdir=`pwd` doodle-0.7.0/m4/ax_create_pkgconfig_info.m4:175:PKGCONFIG_src_libdir=`AS_DIRNAME("$PKGCONFIG_src_libdir/$PKGCONFIG_generate")` doodle-0.7.0/m4/ax_create_pkgconfig_info.m4-176-test ! -d $PKGCONFIG_src_libdir/src || \ ############################################## doodle-0.7.0/m4/ax_create_pkgconfig_info.m4-188-case "$v" in /*) PKG_CONFIG_src_headers="" ;; esac doodle-0.7.0/m4/ax_create_pkgconfig_info.m4:189:PKGCONFIG_src_headers=`AS_DIRNAME("$PKGCONFIG_src_headers/$v/x")` doodle-0.7.0/m4/ax_create_pkgconfig_info.m4-190-test ! -d $PKGCONFIG_src_headers/incl[]ude || \ ############################################## doodle-0.7.0/m4/ax_create_pkgconfig_info.m4-247-fi ; rm conftest.sed # DONE generate $pkgconfig_generate doodle-0.7.0/m4/ax_create_pkgconfig_info.m4:248:pkgconfig_uninstalled=`echo $pkgconfig_generate |sed 's/.pc$/-uninstalled.pc/'` doodle-0.7.0/m4/ax_create_pkgconfig_info.m4-249-AC_MSG_NOTICE(creating $pkgconfig_uninstalled) ############################################## doodle-0.7.0/m4/ax_create_pkgconfig_info.m4-270-fi ; rm conftest.sed # DONE generate $pkgconfig_uninstalled doodle-0.7.0/m4/ax_create_pkgconfig_info.m4:271: pkgconfig_requires_add=`echo ${pkgconfig_requires}` doodle-0.7.0/m4/ax_create_pkgconfig_info.m4-272-if test ".$pkgconfig_requires_add" != "." ; then ############################################## doodle-0.7.0/m4/ax_create_pkgconfig_info.m4-274- else pkgconfig_requires_add=":" ; fi doodle-0.7.0/m4/ax_create_pkgconfig_info.m4:275:pkgconfig_uninstalled=`echo $pkgconfig_generate |sed 's/.pc$/-uninstalled.sh/'` doodle-0.7.0/m4/ax_create_pkgconfig_info.m4-276-AC_MSG_NOTICE(creating $pkgconfig_uninstalled) ############################################## doodle-0.7.0/m4/ax_create_pkgconfig_info.m4-302- $pkgconfig_requires_add\\ doodle-0.7.0/m4/ax_create_pkgconfig_info.m4:303:;; --variable=*) eval echo '\$'\`echo \$option | sed -e 's/.*=//'\`\\ doodle-0.7.0/m4/ax_create_pkgconfig_info.m4-304-;; --uninstalled) exit 0 \\ ############################################## doodle-0.7.0/m4/Makefile.in-238-distdir: $(DISTFILES) doodle-0.7.0/m4/Makefile.in:239: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ doodle-0.7.0/m4/Makefile.in:240: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ doodle-0.7.0/m4/Makefile.in-241- list='$(DISTFILES)'; \ ############################################## doodle-0.7.0/m4/Makefile.in-252- if test -d $$d/$$file; then \ doodle-0.7.0/m4/Makefile.in:253: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ doodle-0.7.0/m4/Makefile.in-254- if test -d "$(distdir)/$$file"; then \ ############################################## doodle-0.7.0/m4/lib-link.m4-179- dnl or AC_LIB_HAVE_LINKFLAGS call. doodle-0.7.0/m4/lib-link.m4:180: uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'` doodle-0.7.0/m4/lib-link.m4-181- eval value=\"\$HAVE_LIB$uppername\" ############################################## doodle-0.7.0/m4/lib-link.m4-228- -L*) doodle-0.7.0/m4/lib-link.m4:229: dir=`echo "X$x" | sed -e 's/^X-L//'` doodle-0.7.0/m4/lib-link.m4-230- if test -n "$shlibext" \ ############################################## doodle-0.7.0/m4/lib-link.m4-352- */$acl_libdirstem | */$acl_libdirstem/) doodle-0.7.0/m4/lib-link.m4:353: basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'` doodle-0.7.0/m4/lib-link.m4-354- additional_includedir="$basedir/include" ############################################## doodle-0.7.0/m4/lib-link.m4-405- -L*) doodle-0.7.0/m4/lib-link.m4:406: additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'` doodle-0.7.0/m4/lib-link.m4-407- dnl Potentially add $additional_libdir to $LIBNAME and $LTLIBNAME. ############################################## doodle-0.7.0/m4/lib-link.m4-455- -R*) doodle-0.7.0/m4/lib-link.m4:456: dir=`echo "X$dep" | sed -e 's/^X-R//'` doodle-0.7.0/m4/lib-link.m4-457- if test "$enable_rpath" != no; then ############################################## doodle-0.7.0/m4/lib-link.m4-485- dnl Handle this in the next round. doodle-0.7.0/m4/lib-link.m4:486: names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'` doodle-0.7.0/m4/lib-link.m4-487- ;; ############################################## doodle-0.7.0/m4/lib-link.m4-491- dnl option. doodle-0.7.0/m4/lib-link.m4:492: names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'` doodle-0.7.0/m4/lib-link.m4-493- ;; ############################################## doodle-0.7.0/m4/lib-link.m4-598- -L) next=yes ;; doodle-0.7.0/m4/lib-link.m4:599: -L*) dir=`echo "X$opt" | sed -e 's,^X-L,,'` doodle-0.7.0/m4/lib-link.m4-600- dnl No need to hardcode the standard /usr/lib. ############################################## doodle-0.7.0/ltmain.sh-161- # Extract subdirectory from the argument. doodle-0.7.0/ltmain.sh:162: func_dirname_result=`$ECHO "X${1}" | $Xsed -e "$dirname"` doodle-0.7.0/ltmain.sh-163- if test "X$func_dirname_result" = "X${1}"; then ############################################## doodle-0.7.0/ltmain.sh-167- fi doodle-0.7.0/ltmain.sh:168: func_basename_result=`$ECHO "X${1}" | $Xsed -e "$basename"` doodle-0.7.0/ltmain.sh-169-} ############################################## doodle-0.7.0/ltmain.sh-193- progdir=$func_dirname_result doodle-0.7.0/ltmain.sh:194: progdir=`cd "$progdir" && pwd` doodle-0.7.0/ltmain.sh-195- progpath="$progdir/$progname" ############################################## doodle-0.7.0/ltmain.sh-221-# Since each input `\' is now two `\'s, look for any number of runs of doodle-0.7.0/ltmain.sh:222:# four `\'s followed by two `\'s and then a '$'. `\' that '$'. doodle-0.7.0/ltmain.sh-223-bs='\\' ############################################## doodle-0.7.0/ltmain.sh-328- # ...otherwise throw away the child directory and loop doodle-0.7.0/ltmain.sh:329: my_directory_path=`$ECHO "X$my_directory_path" | $Xsed -e "$dirname"` doodle-0.7.0/ltmain.sh-330- done doodle-0.7.0/ltmain.sh:331: my_dir_list=`$ECHO "X$my_dir_list" | $Xsed -e 's,:*$,,'` doodle-0.7.0/ltmain.sh-332- ############################################## doodle-0.7.0/ltmain.sh-363- # If mktemp works, use that first and foremost doodle-0.7.0/ltmain.sh:364: my_tmpdir=`mktemp -d "${my_template}-XXXXXXXX" 2>/dev/null` doodle-0.7.0/ltmain.sh-365- ############################################## doodle-0.7.0/ltmain.sh-394- *[\\\`\"\$]*) doodle-0.7.0/ltmain.sh:395: func_quote_for_eval_unquoted_result=`$ECHO "X$1" | $Xsed -e "$sed_quote_subst"` ;; doodle-0.7.0/ltmain.sh-396- *) ############################################## doodle-0.7.0/ltmain.sh-536- s/\$with_gnu_ld/'"$with_gnu_ld"'/ doodle-0.7.0/ltmain.sh:537: s/\$automake_version/'"`(automake --version) 2>/dev/null |$SED 1q`"'/ doodle-0.7.0/ltmain.sh:538: s/\$autoconf_version/'"`(autoconf --version) 2>/dev/null |$SED 1q`"'/ doodle-0.7.0/ltmain.sh-539- p ############################################## doodle-0.7.0/ltmain.sh-565- : doodle-0.7.0/ltmain.sh:566:elif test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t'; then doodle-0.7.0/ltmain.sh-567- # Yippee, $ECHO works! ############################################## doodle-0.7.0/ltmain.sh-685- # quotes we have to do it in 2 steps: doodle-0.7.0/ltmain.sh:686: extractedcf=`$SED -n -e "$sed_extractcf" < "$progpath"` doodle-0.7.0/ltmain.sh-687- eval "$extractedcf" ############################################## doodle-0.7.0/ltmain.sh-1021- # but not from the CC environment variable when configure was run. doodle-0.7.0/ltmain.sh:1022: " $CC "* | "$CC "* | " `$ECHO $CC` "* | "`$ECHO $CC` "* | " $CC_quoted"* | "$CC_quoted "* | " `$ECHO $CC_quoted` "* | "`$ECHO $CC_quoted` "*) ;; doodle-0.7.0/ltmain.sh-1023- # Blanks at the start of $base_compile will cause this to fail ############################################## doodle-0.7.0/ltmain.sh-1028- # Evaluate the configuration. doodle-0.7.0/ltmain.sh:1029: eval "`${SED} -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`" doodle-0.7.0/ltmain.sh-1030- CC_quoted= ############################################## doodle-0.7.0/ltmain.sh-1036- case "$@ " in doodle-0.7.0/ltmain.sh:1037: " $CC "* | "$CC "* | " `$ECHO $CC` "* | "`$ECHO $CC` "* | " $CC_quoted"* | "$CC_quoted "* | " `$ECHO $CC_quoted` "* | "`$ECHO $CC_quoted` "*) doodle-0.7.0/ltmain.sh-1038- # The compiler in the base compile command matches ############################################## doodle-0.7.0/ltmain.sh-1213- *.[cCFSifmso] | \ doodle-0.7.0/ltmain.sh:1214: *.ada | *.adb | *.ads | *.asm | \ doodle-0.7.0/ltmain.sh-1215- *.c++ | *.cc | *.ii | *.class | *.cpp | *.cxx | \ ############################################## doodle-0.7.0/ltmain.sh-1290- if test "$compiler_c_o" = no; then doodle-0.7.0/ltmain.sh:1291: output_obj=`$ECHO "X$srcfile" | $Xsed -e 's%^.*/%%' -e 's%\.[^.]*$%%'`.${objext} doodle-0.7.0/ltmain.sh-1292- lockfile="$output_obj.lock" ############################################## doodle-0.7.0/ltmain.sh-1309-*** ERROR, $lockfile exists and contains: doodle-0.7.0/ltmain.sh:1310:`cat $lockfile 2>/dev/null` doodle-0.7.0/ltmain.sh-1311- ############################################## doodle-0.7.0/ltmain.sh-1358- if test "$need_locks" = warn && doodle-0.7.0/ltmain.sh:1359: test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then doodle-0.7.0/ltmain.sh-1360- $ECHO "\ doodle-0.7.0/ltmain.sh-1361-*** ERROR, $lockfile contains: doodle-0.7.0/ltmain.sh:1362:`cat $lockfile 2>/dev/null` doodle-0.7.0/ltmain.sh-1363- ############################################## doodle-0.7.0/ltmain.sh-1407- if test "$need_locks" = warn && doodle-0.7.0/ltmain.sh:1408: test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then doodle-0.7.0/ltmain.sh-1409- $ECHO "\ doodle-0.7.0/ltmain.sh-1410-*** ERROR, $lockfile contains: doodle-0.7.0/ltmain.sh:1411:`cat $lockfile 2>/dev/null` doodle-0.7.0/ltmain.sh-1412- ############################################## doodle-0.7.0/ltmain.sh-1665- test -n "$library_names" && \ doodle-0.7.0/ltmain.sh:1666: func_warning "\`$file' was not linked with \`-export-dynamic'" doodle-0.7.0/ltmain.sh-1667- continue ############################################## doodle-0.7.0/ltmain.sh-1676- if test ! -f "$dir/$dlname"; then doodle-0.7.0/ltmain.sh:1677: func_fatal_error "cannot find \`$dlname' in \`$dir' or \`$dir/$objdir'" doodle-0.7.0/ltmain.sh-1678- fi ############################################## doodle-0.7.0/ltmain.sh-1694- # Get the absolute pathname. doodle-0.7.0/ltmain.sh:1695: absdir=`cd "$dir" && pwd` doodle-0.7.0/ltmain.sh-1696- test -n "$absdir" && dir="$absdir" ############################################## doodle-0.7.0/ltmain.sh-2012- # Determine the prefix the user has applied to our future dir. doodle-0.7.0/ltmain.sh:2013: inst_prefix_dir=`$ECHO "X$destdir" | $Xsed -e "s%$libdir\$%%"` doodle-0.7.0/ltmain.sh-2014- ############################################## doodle-0.7.0/ltmain.sh-2025- # Stick the inst_prefix_dir data into the link command. doodle-0.7.0/ltmain.sh:2026: relink_command=`$ECHO "X$relink_command" | $Xsed -e "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"` doodle-0.7.0/ltmain.sh-2027- else doodle-0.7.0/ltmain.sh:2028: relink_command=`$ECHO "X$relink_command" | $Xsed -e "s%@inst_prefix_dir@%%"` doodle-0.7.0/ltmain.sh-2029- fi ############################################## doodle-0.7.0/ltmain.sh-2185- fi doodle-0.7.0/ltmain.sh:2186: libfile="$libdir/"`$ECHO "X$lib" | $Xsed -e 's%^.*/%%g'` ### testsuite: skip nested quoting test doodle-0.7.0/ltmain.sh-2187- if test -n "$libdir" && test ! -f "$libfile"; then doodle-0.7.0/ltmain.sh:2188: func_warning "\`$lib' has not been installed in \`$libdir'" doodle-0.7.0/ltmain.sh-2189- finalize=no ############################################## doodle-0.7.0/ltmain.sh-2204- # Replace the output file specification. doodle-0.7.0/ltmain.sh:2205: relink_command=`$ECHO "X$relink_command" | $Xsed -e 's%@OUTPUT@%'"$outputname"'%g'` doodle-0.7.0/ltmain.sh-2206- ############################################## doodle-0.7.0/ltmain.sh-2223- # Install the binary that we compiled earlier. doodle-0.7.0/ltmain.sh:2224: file=`$ECHO "X$file$stripped_ext" | $Xsed -e "s%\([^/]*\)$%$objdir/\1%"` doodle-0.7.0/ltmain.sh-2225- fi ############################################## doodle-0.7.0/ltmain.sh-2294- my_pic_p="${3-no}" doodle-0.7.0/ltmain.sh:2295: my_prefix=`$ECHO "$my_originator" | sed 's%[^a-zA-Z0-9]%_%g'` doodle-0.7.0/ltmain.sh-2296- my_dlsyms= ############################################## doodle-0.7.0/ltmain.sh-2334- # Add our own program objects to the symbol list. doodle-0.7.0/ltmain.sh:2335: progfiles=`$ECHO "X$objs$old_deplibs" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP` doodle-0.7.0/ltmain.sh-2336- for progfile in $progfiles; do ############################################## doodle-0.7.0/ltmain.sh-2517- if test -f "$output_objdir/$my_outputname.def"; then doodle-0.7.0/ltmain.sh:2518: compile_command=`$ECHO "X$compile_command" | $Xsed -e "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"` doodle-0.7.0/ltmain.sh:2519: finalize_command=`$ECHO "X$finalize_command" | $Xsed -e "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"` doodle-0.7.0/ltmain.sh-2520- else doodle-0.7.0/ltmain.sh:2521: compile_command=`$ECHO "X$compile_command" | $Xsed -e "s%@SYMFILE@%$symfileobj%"` doodle-0.7.0/ltmain.sh:2522: finalize_command=`$ECHO "X$finalize_command" | $Xsed -e "s%@SYMFILE@%$symfileobj%"` doodle-0.7.0/ltmain.sh-2523- fi ############################################## doodle-0.7.0/ltmain.sh-2525- *) doodle-0.7.0/ltmain.sh:2526: compile_command=`$ECHO "X$compile_command" | $Xsed -e "s%@SYMFILE@%$symfileobj%"` doodle-0.7.0/ltmain.sh:2527: finalize_command=`$ECHO "X$finalize_command" | $Xsed -e "s%@SYMFILE@%$symfileobj%"` doodle-0.7.0/ltmain.sh-2528- ;; ############################################## doodle-0.7.0/ltmain.sh-2540- # Nullify the symbol file. doodle-0.7.0/ltmain.sh:2541: compile_command=`$ECHO "X$compile_command" | $Xsed -e "s% @SYMFILE@%%"` doodle-0.7.0/ltmain.sh:2542: finalize_command=`$ECHO "X$finalize_command" | $Xsed -e "s% @SYMFILE@%%"` doodle-0.7.0/ltmain.sh-2543- fi ############################################## doodle-0.7.0/ltmain.sh-2555- win32_libid_type="unknown" doodle-0.7.0/ltmain.sh:2556: win32_fileres=`file -L $1 2>/dev/null` doodle-0.7.0/ltmain.sh-2557- case $win32_fileres in ############################################## doodle-0.7.0/ltmain.sh-2652- darwin_curdir=`pwd` doodle-0.7.0/ltmain.sh:2653: darwin_base_archive=`basename "$darwin_archive"` doodle-0.7.0/ltmain.sh:2654: darwin_arches=`$LIPO -info "$darwin_archive" 2>/dev/null | $GREP Architectures 2>/dev/null || true` doodle-0.7.0/ltmain.sh-2655- if test -n "$darwin_arches"; then doodle-0.7.0/ltmain.sh:2656: darwin_arches=`$ECHO "$darwin_arches" | $SED -e 's/.*are://'` doodle-0.7.0/ltmain.sh-2657- darwin_arch= ############################################## doodle-0.7.0/ltmain.sh-2667- ## Okay now we've a bunch of thin objects, gotta fatten them up :) doodle-0.7.0/ltmain.sh:2668: darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print | $SED -e "$basename" | sort -u` doodle-0.7.0/ltmain.sh-2669- darwin_file= ############################################## doodle-0.7.0/ltmain.sh-2671- for darwin_file in $darwin_filelist; do doodle-0.7.0/ltmain.sh:2672: darwin_files=`find unfat-$$ -name $darwin_file -print | $NL2SP` doodle-0.7.0/ltmain.sh-2673- $LIPO -create -output "$darwin_file" $darwin_files ############################################## doodle-0.7.0/ltmain.sh-2686- esac doodle-0.7.0/ltmain.sh:2687: my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | $NL2SP` doodle-0.7.0/ltmain.sh-2688- done ############################################## doodle-0.7.0/ltmain.sh-2757- shift doodle-0.7.0/ltmain.sh:2758: elif test \"X\`{ \$ECHO '\t'; } 2>/dev/null\`\" = 'X\t'; then doodle-0.7.0/ltmain.sh-2759- # Yippee, \$ECHO works! ############################################## doodle-0.7.0/ltmain.sh-2769- # Find the directory that this script lives in. doodle-0.7.0/ltmain.sh:2770: thisdir=\`\$ECHO \"X\$file\" | \$Xsed -e 's%/[^/]*$%%'\` doodle-0.7.0/ltmain.sh-2771- test \"x\$thisdir\" = \"x\$file\" && thisdir=. ############################################## doodle-0.7.0/ltmain.sh-2773- # Follow symbolic links until we get to the real thisdir. doodle-0.7.0/ltmain.sh:2774: file=\`ls -ld \"\$file\" | ${SED} -n 's/.*-> //p'\` doodle-0.7.0/ltmain.sh-2775- while test -n \"\$file\"; do doodle-0.7.0/ltmain.sh:2776: destdir=\`\$ECHO \"X\$file\" | \$Xsed -e 's%/[^/]*\$%%'\` doodle-0.7.0/ltmain.sh-2777- ############################################## doodle-0.7.0/ltmain.sh-2785- doodle-0.7.0/ltmain.sh:2786: file=\`\$ECHO \"X\$file\" | \$Xsed -e 's%^.*/%%'\` doodle-0.7.0/ltmain.sh:2787: file=\`ls -ld \"\$thisdir/\$file\" | ${SED} -n 's/.*-> //p'\` doodle-0.7.0/ltmain.sh-2788- done ############################################## doodle-0.7.0/ltmain.sh-2816- case \"\$thisdir\" in doodle-0.7.0/ltmain.sh:2817: *[\\\\/]$objdir ) thisdir=\`\$ECHO \"X\$thisdir\" | \$Xsed -e 's%[\\\\/][^\\\\/]*$%%'\` ;; doodle-0.7.0/ltmain.sh-2818- $objdir ) thisdir=. ;; ############################################## doodle-0.7.0/ltmain.sh-2822- # Try to get the absolute directory name. doodle-0.7.0/ltmain.sh:2823: absdir=\`cd \"\$thisdir\" && pwd\` doodle-0.7.0/ltmain.sh-2824- test -n \"\$absdir\" && thisdir=\"\$absdir\" ############################################## doodle-0.7.0/ltmain.sh-2832- if test ! -f \"\$progdir/\$program\" || doodle-0.7.0/ltmain.sh:2833: { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | ${SED} 1q\`; \\ doodle-0.7.0/ltmain.sh-2834- test \"X\$file\" != \"X\$progdir/\$program\"; }; then ############################################## doodle-0.7.0/ltmain.sh-2847- if test -n \"\$relink_command\"; then doodle-0.7.0/ltmain.sh:2848: if relink_command_output=\`eval \$relink_command 2>&1\`; then : doodle-0.7.0/ltmain.sh-2849- else ############################################## doodle-0.7.0/ltmain.sh-2879- # The second colon is a workaround for a bug in BeOS R4 sed doodle-0.7.0/ltmain.sh:2880: $shlibpath_var=\`\$ECHO \"X\$$shlibpath_var\" | \$Xsed -e 's/::*\$//'\` doodle-0.7.0/ltmain.sh-2881- ############################################## doodle-0.7.0/ltmain.sh-2994- *cygwin* ) doodle-0.7.0/ltmain.sh:2995: func_to_host_path_tmp1=`cygpath -w "$1"` doodle-0.7.0/ltmain.sh-2996- func_to_host_path_result=`echo "$func_to_host_path_tmp1" |\ ############################################## doodle-0.7.0/ltmain.sh-3006- # the odd construction: doodle-0.7.0/ltmain.sh:3007: func_to_host_path_tmp1=`winepath -w "$1" 2>/dev/null` doodle-0.7.0/ltmain.sh-3008- if test "$?" -eq 0 && test -n "${func_to_host_path_tmp1}"; then ############################################## doodle-0.7.0/ltmain.sh-3073- *cygwin* ) doodle-0.7.0/ltmain.sh:3074: func_to_host_pathlist_tmp2=`cygpath -w -p "$func_to_host_pathlist_tmp1"` doodle-0.7.0/ltmain.sh-3075- func_to_host_pathlist_result=`echo "$func_to_host_pathlist_tmp2" |\ ############################################## doodle-0.7.0/ltmain.sh-4240- moreargs= doodle-0.7.0/ltmain.sh:4241: for fil in `cat "$save_arg"` doodle-0.7.0/ltmain.sh-4242- do ############################################## doodle-0.7.0/ltmain.sh-4490- *) doodle-0.7.0/ltmain.sh:4491: absdir=`cd "$dir" && pwd` doodle-0.7.0/ltmain.sh-4492- test -z "$absdir" && \ ############################################## doodle-0.7.0/ltmain.sh-4505- *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*) doodle-0.7.0/ltmain.sh:4506: testbindir=`$ECHO "X$dir" | $Xsed -e 's*/lib$*/bin*'` doodle-0.7.0/ltmain.sh-4507- case :$dllsearchpath: in ############################################## doodle-0.7.0/ltmain.sh-4927- # get the directories listed in $shlibpath_var doodle-0.7.0/ltmain.sh:4928: eval shlib_search_path=\`\$ECHO \"X\${$shlibpath_var}\" \| \$Xsed -e \'s/:/ /g\'\` doodle-0.7.0/ltmain.sh-4929- else ############################################## doodle-0.7.0/ltmain.sh-5053- for deplib in $dependency_libs; do doodle-0.7.0/ltmain.sh:5054: deplib_base=`$ECHO "X$deplib" | $Xsed -e "$basename"` doodle-0.7.0/ltmain.sh-5055- case " $weak_libs " in ############################################## doodle-0.7.0/ltmain.sh-5231- set dummy $deplibs_check_method; shift doodle-0.7.0/ltmain.sh:5232: match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"` doodle-0.7.0/ltmain.sh-5233- if eval "\$ECHO \"X$deplib\"" 2>/dev/null | $Xsed -e 10q \ ############################################## doodle-0.7.0/ltmain.sh-5294- else doodle-0.7.0/ltmain.sh:5295: func_fatal_error "cannot find the library \`$lib' or unhandled argument \`$deplib'" doodle-0.7.0/ltmain.sh-5296- fi ############################################## doodle-0.7.0/ltmain.sh-5323- if test -n "$inherited_linker_flags"; then doodle-0.7.0/ltmain.sh:5324: tmp_inherited_linker_flags=`$ECHO "X$inherited_linker_flags" | $Xsed -e 's/-framework \([^ $]*\)/\1.ltframework/g'` doodle-0.7.0/ltmain.sh-5325- for tmp_inherited_linker_flag in $tmp_inherited_linker_flags; do ############################################## doodle-0.7.0/ltmain.sh-5331- fi doodle-0.7.0/ltmain.sh:5332: dependency_libs=`$ECHO "X $dependency_libs" | $Xsed -e 's% \([^ $]*\).ltframework% -framework \1%g'` doodle-0.7.0/ltmain.sh-5333- if test "$linkmode,$pass" = "lib,link" || ############################################## doodle-0.7.0/ltmain.sh-5398- *) doodle-0.7.0/ltmain.sh:5399: abs_ladir=`cd "$ladir" && pwd` doodle-0.7.0/ltmain.sh-5400- if test -z "$abs_ladir"; then ############################################## doodle-0.7.0/ltmain.sh-5624- shift doodle-0.7.0/ltmain.sh:5625: libname=`eval "\\$ECHO \"$libname_spec\""` doodle-0.7.0/ltmain.sh-5626- # use dlname if we got it. it's perfectly good, no? ############################################## doodle-0.7.0/ltmain.sh-5908- *) doodle-0.7.0/ltmain.sh:5909: absdir=`cd "$dir" && pwd` doodle-0.7.0/ltmain.sh-5910- if test -z "$absdir"; then ############################################## doodle-0.7.0/ltmain.sh-5919- depdepl= doodle-0.7.0/ltmain.sh:5920: eval deplibrary_names=`${SED} -n -e 's/^library_names=\(.*\)$/\1/p' $deplib` doodle-0.7.0/ltmain.sh-5921- if test -n "$deplibrary_names" ; then ############################################## doodle-0.7.0/ltmain.sh-5926- depdepl="$absdir/$objdir/$depdepl" doodle-0.7.0/ltmain.sh:5927: darwin_install_name=`${OTOOL} -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'` doodle-0.7.0/ltmain.sh-5928- if test -z "$darwin_install_name"; then doodle-0.7.0/ltmain.sh:5929: darwin_install_name=`${OTOOL64} -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'` doodle-0.7.0/ltmain.sh-5930- fi ############################################## doodle-0.7.0/ltmain.sh-5941- else doodle-0.7.0/ltmain.sh:5942: eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib` doodle-0.7.0/ltmain.sh-5943- test -z "$libdir" && \ ############################################## doodle-0.7.0/ltmain.sh-5964- else doodle-0.7.0/ltmain.sh:5965: compiler_flags="$compiler_flags "`$ECHO "X $new_inherited_linker_flags" | $Xsed -e 's% \([^ $]*\).ltframework% -framework \1%g'` doodle-0.7.0/ltmain.sh-5966- fi ############################################## doodle-0.7.0/ltmain.sh-6113- test "$module" = no && \ doodle-0.7.0/ltmain.sh:6114: func_fatal_help "libtool library \`$output' must begin with \`lib'" doodle-0.7.0/ltmain.sh-6115- ############################################## doodle-0.7.0/ltmain.sh-6250- if test "$age" -gt "$current"; then doodle-0.7.0/ltmain.sh:6251: func_error "AGE \`$age' is greater than the current interface number \`$current'" doodle-0.7.0/ltmain.sh-6252- func_fatal_error "\`$vinfo' is not valid version information" ############################################## doodle-0.7.0/ltmain.sh-6411- removelist= doodle-0.7.0/ltmain.sh:6412: tempremovelist=`$ECHO "$output_objdir/*"` doodle-0.7.0/ltmain.sh-6413- for p in $tempremovelist; do ############################################## doodle-0.7.0/ltmain.sh-6437- # Transform .lo files to .o files. doodle-0.7.0/ltmain.sh:6438: oldobjs="$objs "`$ECHO "X$libobjs" | $SP2NL | $Xsed -e '/\.'${libext}'$/d' -e "$lo2o" | $NL2SP` doodle-0.7.0/ltmain.sh-6439- fi ############################################## doodle-0.7.0/ltmain.sh-6442- #for path in $notinst_path; do doodle-0.7.0/ltmain.sh:6443: # lib_search_path=`$ECHO "X$lib_search_path " | $Xsed -e "s% $path % %g"` doodle-0.7.0/ltmain.sh:6444: # deplibs=`$ECHO "X$deplibs " | $Xsed -e "s% -L$path % %g"` doodle-0.7.0/ltmain.sh:6445: # dependency_libs=`$ECHO "X$dependency_libs " | $Xsed -e "s% -L$path % %g"` doodle-0.7.0/ltmain.sh-6446- #done ############################################## doodle-0.7.0/ltmain.sh-6562- if test -n "$i" ; then doodle-0.7.0/ltmain.sh:6563: libname=`eval "\\$ECHO \"$libname_spec\""` doodle-0.7.0/ltmain.sh:6564: deplib_matches=`eval "\\$ECHO \"$library_names_spec\""` doodle-0.7.0/ltmain.sh-6565- set dummy $deplib_matches; shift doodle-0.7.0/ltmain.sh-6566- deplib_match=$1 doodle-0.7.0/ltmain.sh:6567: if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then doodle-0.7.0/ltmain.sh-6568- newdeplibs="$newdeplibs $i" ############################################## doodle-0.7.0/ltmain.sh-6605- if test -n "$i" ; then doodle-0.7.0/ltmain.sh:6606: libname=`eval "\\$ECHO \"$libname_spec\""` doodle-0.7.0/ltmain.sh:6607: deplib_matches=`eval "\\$ECHO \"$library_names_spec\""` doodle-0.7.0/ltmain.sh-6608- set dummy $deplib_matches; shift doodle-0.7.0/ltmain.sh-6609- deplib_match=$1 doodle-0.7.0/ltmain.sh:6610: if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then doodle-0.7.0/ltmain.sh-6611- newdeplibs="$newdeplibs $i" ############################################## doodle-0.7.0/ltmain.sh-6640- set dummy $deplibs_check_method; shift doodle-0.7.0/ltmain.sh:6641: file_magic_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"` doodle-0.7.0/ltmain.sh-6642- for a_deplib in $deplibs; do ############################################## doodle-0.7.0/ltmain.sh-6655- if test -n "$a_deplib" ; then doodle-0.7.0/ltmain.sh:6656: libname=`eval "\\$ECHO \"$libname_spec\""` doodle-0.7.0/ltmain.sh-6657- for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do doodle-0.7.0/ltmain.sh:6658: potential_libs=`ls $i/$libname[.-]* 2>/dev/null` doodle-0.7.0/ltmain.sh-6659- for potent_lib in $potential_libs; do ############################################## doodle-0.7.0/ltmain.sh-6671- while test -h "$potlib" 2>/dev/null; do doodle-0.7.0/ltmain.sh:6672: potliblink=`ls -ld $potlib | ${SED} 's/.* -> //'` doodle-0.7.0/ltmain.sh-6673- case $potliblink in doodle-0.7.0/ltmain.sh-6674- [\\/]* | [A-Za-z]:[\\/]*) potlib="$potliblink";; doodle-0.7.0/ltmain.sh:6675: *) potlib=`$ECHO "X$potlib" | $Xsed -e 's,[^/]*$,,'`"$potliblink";; doodle-0.7.0/ltmain.sh-6676- esac ############################################## doodle-0.7.0/ltmain.sh-6712- set dummy $deplibs_check_method; shift doodle-0.7.0/ltmain.sh:6713: match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"` doodle-0.7.0/ltmain.sh-6714- for a_deplib in $deplibs; do ############################################## doodle-0.7.0/ltmain.sh-6727- if test -n "$a_deplib" ; then doodle-0.7.0/ltmain.sh:6728: libname=`eval "\\$ECHO \"$libname_spec\""` doodle-0.7.0/ltmain.sh-6729- for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do doodle-0.7.0/ltmain.sh:6730: potential_libs=`ls $i/$libname[.-]* 2>/dev/null` doodle-0.7.0/ltmain.sh-6731- for potent_lib in $potential_libs; do ############################################## doodle-0.7.0/ltmain.sh-6771- # can't use Xsed below, because $i might contain '/' doodle-0.7.0/ltmain.sh:6772: tmp_deplibs=`$ECHO "X $tmp_deplibs" | $Xsed -e "s,$i,,"` doodle-0.7.0/ltmain.sh-6773- done ############################################## doodle-0.7.0/ltmain.sh-6796- # On Rhapsody replace the C library with the System framework doodle-0.7.0/ltmain.sh:6797: newdeplibs=`$ECHO "X $newdeplibs" | $Xsed -e 's/ -lc / System.ltframework /'` doodle-0.7.0/ltmain.sh-6798- ;; ############################################## doodle-0.7.0/ltmain.sh-6848- *-*-darwin*) doodle-0.7.0/ltmain.sh:6849: newdeplibs=`$ECHO "X $newdeplibs" | $Xsed -e 's% \([^ $]*\).ltframework% -framework \1%g'` doodle-0.7.0/ltmain.sh:6850: new_inherited_linker_flags=`$ECHO "X $new_inherited_linker_flags" | $Xsed -e 's% \([^ $]*\).ltframework% -framework \1%g'` doodle-0.7.0/ltmain.sh:6851: deplibs=`$ECHO "X $deplibs" | $Xsed -e 's% \([^ $]*\).ltframework% -framework \1%g'` doodle-0.7.0/ltmain.sh-6852- ;; ############################################## doodle-0.7.0/ltmain.sh-6972- # Use standard objects if they are pic doodle-0.7.0/ltmain.sh:6973: test -z "$pic_flag" && libobjs=`$ECHO "X$libobjs" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP` doodle-0.7.0/ltmain.sh-6974- test "X$libobjs" = "X " && libobjs= ############################################## doodle-0.7.0/ltmain.sh-6987- # exporting using user supplied symfile doodle-0.7.0/ltmain.sh:6988: if test "x`$SED 1q $export_symbols`" != xEXPORTS; then doodle-0.7.0/ltmain.sh-6989- # and it's NOT already a .def file. Must figure out ############################################## doodle-0.7.0/ltmain.sh-7139- save_output=$output doodle-0.7.0/ltmain.sh:7140: output_la=`$ECHO "X$output" | $Xsed -e "$basename"` doodle-0.7.0/ltmain.sh-7141- ############################################## doodle-0.7.0/ltmain.sh-7443- eval tmp_whole_archive_flags=\"$whole_archive_flag_spec\" doodle-0.7.0/ltmain.sh:7444: reload_conv_objs=$reload_objs\ `$ECHO "X$tmp_whole_archive_flags" | $Xsed -e 's|,| |g'` doodle-0.7.0/ltmain.sh-7445- else ############################################## doodle-0.7.0/ltmain.sh-7454- # Create the old-style object. doodle-0.7.0/ltmain.sh:7455: reload_objs="$objs$old_deplibs "`$ECHO "X$libobjs" | $SP2NL | $Xsed -e '/\.'${libext}$'/d' -e '/\.lib$/d' -e "$lo2o" | $NL2SP`" $reload_conv_objs" ### testsuite: skip nested quoting test doodle-0.7.0/ltmain.sh-7456- ############################################## doodle-0.7.0/ltmain.sh-7514- # On Rhapsody replace the C library is the System framework doodle-0.7.0/ltmain.sh:7515: compile_deplibs=`$ECHO "X $compile_deplibs" | $Xsed -e 's/ -lc / System.ltframework /'` doodle-0.7.0/ltmain.sh:7516: finalize_deplibs=`$ECHO "X $finalize_deplibs" | $Xsed -e 's/ -lc / System.ltframework /'` doodle-0.7.0/ltmain.sh-7517- ;; ############################################## doodle-0.7.0/ltmain.sh-7532- # Time to change all our "foo.ltframework" stuff back to "-framework foo" doodle-0.7.0/ltmain.sh:7533: compile_deplibs=`$ECHO "X $compile_deplibs" | $Xsed -e 's% \([^ $]*\).ltframework% -framework \1%g'` doodle-0.7.0/ltmain.sh:7534: finalize_deplibs=`$ECHO "X $finalize_deplibs" | $Xsed -e 's% \([^ $]*\).ltframework% -framework \1%g'` doodle-0.7.0/ltmain.sh-7535- ;; ############################################## doodle-0.7.0/ltmain.sh-7610- *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*) doodle-0.7.0/ltmain.sh:7611: testbindir=`${ECHO} "$libdir" | ${SED} -e 's*/lib$*/bin*'` doodle-0.7.0/ltmain.sh-7612- case :$dllsearchpath: in ############################################## doodle-0.7.0/ltmain.sh-7670- # Transform all the library objects into standard objects. doodle-0.7.0/ltmain.sh:7671: compile_command=`$ECHO "X$compile_command" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP` doodle-0.7.0/ltmain.sh:7672: finalize_command=`$ECHO "X$finalize_command" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP` doodle-0.7.0/ltmain.sh-7673- fi ############################################## doodle-0.7.0/ltmain.sh-7700- # Replace the output file specification. doodle-0.7.0/ltmain.sh:7701: compile_command=`$ECHO "X$compile_command" | $Xsed -e 's%@OUTPUT@%'"$output"'%g'` doodle-0.7.0/ltmain.sh-7702- link_command="$compile_command$compile_rpath" ############################################## doodle-0.7.0/ltmain.sh-7747- # Replace the output file specification. doodle-0.7.0/ltmain.sh:7748: link_command=`$ECHO "X$link_command" | $Xsed -e 's%@OUTPUT@%'"$output"'%g'` doodle-0.7.0/ltmain.sh-7749- # Delete the old output file. ############################################## doodle-0.7.0/ltmain.sh-7766- if test "$fast_install" = yes; then doodle-0.7.0/ltmain.sh:7767: relink_command=`$ECHO "X$compile_var$compile_command$compile_rpath" | $Xsed -e 's%@OUTPUT@%\$progdir/\$file%g'` doodle-0.7.0/ltmain.sh-7768- else ############################################## doodle-0.7.0/ltmain.sh-7778- # Replace the output file specification. doodle-0.7.0/ltmain.sh:7779: link_command=`$ECHO "X$link_command" | $Xsed -e 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'` doodle-0.7.0/ltmain.sh-7780- ############################################## doodle-0.7.0/ltmain.sh-7802- relink_command="(cd `pwd`; $relink_command)" doodle-0.7.0/ltmain.sh:7803: relink_command=`$ECHO "X$relink_command" | $Xsed -e "$sed_quote_subst"` doodle-0.7.0/ltmain.sh-7804- fi ############################################## doodle-0.7.0/ltmain.sh-7811- esac doodle-0.7.0/ltmain.sh:7812: qecho=`$ECHO "X$qecho" | $Xsed -e "$sed_quote_subst"` doodle-0.7.0/ltmain.sh-7813- else doodle-0.7.0/ltmain.sh:7814: qecho=`$ECHO "X$ECHO" | $Xsed -e "$sed_quote_subst"` doodle-0.7.0/ltmain.sh-7815- fi ############################################## doodle-0.7.0/ltmain.sh-8045- relink_command="(cd `pwd`; $SHELL $progpath $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)" doodle-0.7.0/ltmain.sh:8046: relink_command=`$ECHO "X$relink_command" | $Xsed -e "$sed_quote_subst"` doodle-0.7.0/ltmain.sh-8047- if test "$hardcode_automatic" = yes ; then ############################################## doodle-0.7.0/ltmain.sh-8065- name="$func_basename_result" doodle-0.7.0/ltmain.sh:8066: eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib` doodle-0.7.0/ltmain.sh-8067- test -z "$libdir" && \ ############################################## doodle-0.7.0/ltmain.sh-8081- name="$func_basename_result" doodle-0.7.0/ltmain.sh:8082: eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib` doodle-0.7.0/ltmain.sh-8083- test -z "$libdir" && \ ############################################## doodle-0.7.0/ltmain.sh-8100- name="$func_basename_result" doodle-0.7.0/ltmain.sh:8101: eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib` doodle-0.7.0/ltmain.sh-8102- test -z "$libdir" && \ ############################################## doodle-0.7.0/ltmain.sh-8404-# ### BEGIN LIBTOOL TAG CONFIG: disable-static doodle-0.7.0/ltmain.sh:8405:build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac` doodle-0.7.0/ltmain.sh-8406-# ### END LIBTOOL TAG CONFIG: disable-static ############################################## doodle-0.7.0/aclocal.m4-67-# $ac_aux_dir to `$srcdir/foo'. In other projects, it is set to doodle-0.7.0/aclocal.m4:68:# `$srcdir', `$srcdir/..', or `$srcdir/../..'. doodle-0.7.0/aclocal.m4-69-# ############################################## doodle-0.7.0/aclocal.m4-91-# iff we strip the leading $srcdir from $ac_aux_dir. That would be: doodle-0.7.0/aclocal.m4:92:# am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"` doodle-0.7.0/aclocal.m4-93-# and then we would define $MISSING as ############################################## doodle-0.7.0/aclocal.m4-107-# expand $ac_aux_dir to an absolute path doodle-0.7.0/aclocal.m4:108:am_aux_dir=`cd $ac_aux_dir && pwd` doodle-0.7.0/aclocal.m4-109-]) ############################################## doodle-0.7.0/aclocal.m4-208- if test "$am_compiler_list" = ""; then doodle-0.7.0/aclocal.m4:209: am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp` doodle-0.7.0/aclocal.m4-210- fi ############################################## doodle-0.7.0/aclocal.m4-354- # Strip MF so we end up with the name of the file. doodle-0.7.0/aclocal.m4:355: mf=`echo "$mf" | sed -e 's/:.*$//'` doodle-0.7.0/aclocal.m4-356- # Check whether this is an Automake generated Makefile or not. ############################################## doodle-0.7.0/aclocal.m4-363- if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then doodle-0.7.0/aclocal.m4:364: dirpart=`AS_DIRNAME("$mf")` doodle-0.7.0/aclocal.m4-365- else ############################################## doodle-0.7.0/aclocal.m4-369- # from the Makefile without running `make'. doodle-0.7.0/aclocal.m4:370: DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` doodle-0.7.0/aclocal.m4-371- test -z "$DEPDIR" && continue doodle-0.7.0/aclocal.m4:372: am__include=`sed -n 's/^am__include = //p' < "$mf"` doodle-0.7.0/aclocal.m4-373- test -z "am__include" && continue doodle-0.7.0/aclocal.m4:374: am__quote=`sed -n 's/^am__quote = //p' < "$mf"` doodle-0.7.0/aclocal.m4-375- # When using ansi2knr, U may be empty or an underscore; expand it doodle-0.7.0/aclocal.m4:376: U=`sed -n 's/^U = //p' < "$mf"` doodle-0.7.0/aclocal.m4-377- # Find all dependency output files, they are included files with ############################################## doodle-0.7.0/aclocal.m4-385- test -f "$dirpart/$file" && continue doodle-0.7.0/aclocal.m4:386: fdir=`AS_DIRNAME(["$file"])` doodle-0.7.0/aclocal.m4-387- AS_MKDIR_P([$dirpart/$fdir]) ############################################## doodle-0.7.0/aclocal.m4-452-AC_REQUIRE([AC_PROG_INSTALL])dnl doodle-0.7.0/aclocal.m4:453:if test "`cd $srcdir && pwd`" != "`pwd`"; then doodle-0.7.0/aclocal.m4-454- # Use -I$(srcdir) only when $(srcdir) != ., so that make's output ############################################## doodle-0.7.0/aclocal.m4-554- * ) doodle-0.7.0/aclocal.m4:555: _am_stamp_count=`expr $_am_stamp_count + 1` ;; doodle-0.7.0/aclocal.m4-556- esac doodle-0.7.0/aclocal.m4-557-done doodle-0.7.0/aclocal.m4:558:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count]) doodle-0.7.0/aclocal.m4-559- ############################################## doodle-0.7.0/aclocal.m4-629-# Ignore all kinds of additional output from `make'. doodle-0.7.0/aclocal.m4:630:case `$am_make -s -f confmf 2> /dev/null` in #( doodle-0.7.0/aclocal.m4-631-*the\ am__doit\ target*) ############################################## doodle-0.7.0/aclocal.m4-639- echo '.include "confinc"' > confmf doodle-0.7.0/aclocal.m4:640: case `$am_make -s -f confmf 2> /dev/null` in #( doodle-0.7.0/aclocal.m4-641- *the\ am__doit\ target*) ############################################## doodle-0.7.0/aclocal.m4-672-set dummy $CC doodle-0.7.0/aclocal.m4:673:am_cc=`echo $[2] | sed ['s/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/']` doodle-0.7.0/aclocal.m4-674-eval am_t=\$ac_cv_prog_cc_${am_cc}_c_o ############################################## doodle-0.7.0/aclocal.m4-827-if ( doodle-0.7.0/aclocal.m4:828: set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` doodle-0.7.0/aclocal.m4-829- if test "$[*]" = "X"; then doodle-0.7.0/aclocal.m4-830- # -L didn't work. doodle-0.7.0/aclocal.m4:831: set X `ls -t "$srcdir/configure" conftest.file` doodle-0.7.0/aclocal.m4-832- fi ############################################## doodle-0.7.0/configure-47-if test -z "$BASH_VERSION$ZSH_VERSION" \ doodle-0.7.0/configure:48: && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then doodle-0.7.0/configure-49- as_echo='print -r --' doodle-0.7.0/configure-50- as_echo_n='print -rn --' doodle-0.7.0/configure:51:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then doodle-0.7.0/configure-52- as_echo='printf %s\n' ############################################## doodle-0.7.0/configure-54-else doodle-0.7.0/configure:55: if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then doodle-0.7.0/configure-56- as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' ############################################## doodle-0.7.0/configure-64- expr "X$arg" : "X\\(.*\\)$as_nl"; doodle-0.7.0/configure:65: arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; doodle-0.7.0/configure-66- esac; ############################################## doodle-0.7.0/configure-174- eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" && doodle-0.7.0/configure:175: test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1 doodle-0.7.0/configure-176-test \$(( 1 + 1 )) = 2 || exit 1" ############################################## doodle-0.7.0/configure-291- case $as_dir in #( doodle-0.7.0/configure:292: *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( doodle-0.7.0/configure-293- *) as_qdir=$as_dir;; ############################################## doodle-0.7.0/configure-356- { doodle-0.7.0/configure:357: as_val=`expr "$@" || test $? -eq 1` doodle-0.7.0/configure-358- } ############################################## doodle-0.7.0/configure-363-# --------------------------------- doodle-0.7.0/configure:364:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are doodle-0.7.0/configure-365-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the ############################################## doodle-0.7.0/configure-426- eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" && doodle-0.7.0/configure:427: test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || { doodle-0.7.0/configure-428- # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-) ############################################## doodle-0.7.0/configure-517- esac; doodle-0.7.0/configure:518: case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #(( doodle-0.7.0/configure-519- ???[sx]*):;;*)false;;esac;fi ############################################## doodle-0.7.0/configure-538- # Remove one level of quotation (which was required for Make). doodle-0.7.0/configure:539: ECHO=`echo "$lt_ECHO" | sed 's,\\\\\$\\$0,'$0','` doodle-0.7.0/configure-540- ;; ############################################## doodle-0.7.0/configure-549- : doodle-0.7.0/configure:550:elif test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' ; then doodle-0.7.0/configure-551- # Yippee, $ECHO works! ############################################## doodle-0.7.0/configure-575- # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ... doodle-0.7.0/configure:576: if { echo_test_string=`eval $cmd`; } 2>/dev/null && doodle-0.7.0/configure-577- { test "X$echo_test_string" = "X$echo_test_string"; } 2>/dev/null ############################################## doodle-0.7.0/configure-583- doodle-0.7.0/configure:584: if test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' && doodle-0.7.0/configure:585: echo_testing_string=`{ $ECHO "$echo_test_string"; } 2>/dev/null` && doodle-0.7.0/configure-586- test "X$echo_testing_string" = "X$echo_test_string"; then ############################################## doodle-0.7.0/configure-598- if (test -f $dir/echo || test -f $dir/echo$ac_exeext) && doodle-0.7.0/configure:599: test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' && doodle-0.7.0/configure:600: echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` && doodle-0.7.0/configure-601- test "X$echo_testing_string" = "X$echo_test_string"; then ############################################## doodle-0.7.0/configure-610- if test "X`{ print -r '\t'; } 2>/dev/null`" = 'X\t' && doodle-0.7.0/configure:611: echo_testing_string=`{ print -r "$echo_test_string"; } 2>/dev/null` && doodle-0.7.0/configure-612- test "X$echo_testing_string" = "X$echo_test_string"; then ############################################## doodle-0.7.0/configure-625- ECHO='printf %s\n' doodle-0.7.0/configure:626: if test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' && doodle-0.7.0/configure:627: echo_testing_string=`{ $ECHO "$echo_test_string"; } 2>/dev/null` && doodle-0.7.0/configure-628- test "X$echo_testing_string" = "X$echo_test_string"; then ############################################## doodle-0.7.0/configure-630- : doodle-0.7.0/configure:631: elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` && doodle-0.7.0/configure-632- test "X$echo_testing_string" = 'X\t' && doodle-0.7.0/configure:633: echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` && doodle-0.7.0/configure-634- test "X$echo_testing_string" = "X$echo_test_string"; then ############################################## doodle-0.7.0/configure-639- ECHO="$CONFIG_SHELL $0 --fallback-echo" doodle-0.7.0/configure:640: elif echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` && doodle-0.7.0/configure-641- test "X$echo_testing_string" = 'X\t' && doodle-0.7.0/configure:642: echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` && doodle-0.7.0/configure-643- test "X$echo_testing_string" = "X$echo_test_string"; then ############################################## doodle-0.7.0/configure-649- for cmd in 'echo test' 'sed 2q "$0"' 'sed 10q "$0"' 'sed 20q "$0"' 'sed 50q "$0"'; do doodle-0.7.0/configure:650: if { test "X$echo_test_string" = "X`eval $cmd`"; } 2>/dev/null doodle-0.7.0/configure-651- then ############################################## doodle-0.7.0/configure-657- if test "$prev" != 'sed 50q "$0"'; then doodle-0.7.0/configure:658: echo_test_string=`eval $prev` doodle-0.7.0/configure-659- export echo_test_string ############################################## doodle-0.7.0/configure-975- case $ac_option in doodle-0.7.0/configure:976: *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; doodle-0.7.0/configure-977- *) ac_optarg=yes ;; ############################################## doodle-0.7.0/configure-1018- -disable-* | --disable-*) doodle-0.7.0/configure:1019: ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` doodle-0.7.0/configure-1020- # Reject names that are not valid shell variable names. ############################################## doodle-0.7.0/configure-1023- ac_useropt_orig=$ac_useropt doodle-0.7.0/configure:1024: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` doodle-0.7.0/configure-1025- case $ac_user_opts in ############################################## doodle-0.7.0/configure-1044- -enable-* | --enable-*) doodle-0.7.0/configure:1045: ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` doodle-0.7.0/configure-1046- # Reject names that are not valid shell variable names. ############################################## doodle-0.7.0/configure-1049- ac_useropt_orig=$ac_useropt doodle-0.7.0/configure:1050: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` doodle-0.7.0/configure-1051- case $ac_user_opts in ############################################## doodle-0.7.0/configure-1248- -with-* | --with-*) doodle-0.7.0/configure:1249: ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` doodle-0.7.0/configure-1250- # Reject names that are not valid shell variable names. ############################################## doodle-0.7.0/configure-1253- ac_useropt_orig=$ac_useropt doodle-0.7.0/configure:1254: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` doodle-0.7.0/configure-1255- case $ac_user_opts in ############################################## doodle-0.7.0/configure-1264- -without-* | --without-*) doodle-0.7.0/configure:1265: ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` doodle-0.7.0/configure-1266- # Reject names that are not valid shell variable names. ############################################## doodle-0.7.0/configure-1269- ac_useropt_orig=$ac_useropt doodle-0.7.0/configure:1270: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` doodle-0.7.0/configure-1271- case $ac_user_opts in ############################################## doodle-0.7.0/configure-1302- *=*) doodle-0.7.0/configure:1303: ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` doodle-0.7.0/configure-1304- # Reject names that are not valid shell variable names. ############################################## doodle-0.7.0/configure-1323-if test -n "$ac_prev"; then doodle-0.7.0/configure:1324: ac_option=--`echo $ac_prev | sed 's/_/-/g'` doodle-0.7.0/configure-1325- as_fn_error "missing argument to $ac_option" ############################################## doodle-0.7.0/configure-1345- */ ) doodle-0.7.0/configure:1346: ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'` doodle-0.7.0/configure-1347- eval $ac_var=\$ac_val;; ############################################## doodle-0.7.0/configure-1382-ac_ls_di=`ls -di .` && doodle-0.7.0/configure:1383:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || doodle-0.7.0/configure-1384- as_fn_error "working directory cannot be determined" ############################################## doodle-0.7.0/configure-1438-case $srcdir in doodle-0.7.0/configure:1439:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;; doodle-0.7.0/configure-1440-esac ############################################## doodle-0.7.0/configure-1481-By default, \`make install' will install all the files in doodle-0.7.0/configure:1482:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify doodle-0.7.0/configure:1483:an installation prefix other than \`$ac_default_prefix' using \`--prefix', doodle-0.7.0/configure-1484-for instance \`--prefix=\$HOME'. ############################################## doodle-0.7.0/configure-1585-*) doodle-0.7.0/configure:1586: ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` doodle-0.7.0/configure-1587- # A ".." for each directory in $ac_dir_suffix. doodle-0.7.0/configure:1588: ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` doodle-0.7.0/configure-1589- case $ac_top_builddir_sub in ############################################## doodle-0.7.0/configure-2186- *\'*) doodle-0.7.0/configure:2187: ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; doodle-0.7.0/configure-2188- esac ############################################## doodle-0.7.0/configure-2273- case $ac_val in doodle-0.7.0/configure:2274: *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; doodle-0.7.0/configure-2275- esac ############################################## doodle-0.7.0/configure-2290- case $ac_val in doodle-0.7.0/configure:2291: *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; doodle-0.7.0/configure-2292- esac ############################################## doodle-0.7.0/configure-2404- set,) doodle-0.7.0/configure:2405: { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 doodle-0.7.0/configure:2406:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} doodle-0.7.0/configure-2407- ac_cache_corrupted=: ;; ############################################## doodle-0.7.0/configure-2415- # differences in whitespace do not lead to failure. doodle-0.7.0/configure:2416: ac_old_val_w=`echo x $ac_old_val` doodle-0.7.0/configure:2417: ac_new_val_w=`echo x $ac_new_val` doodle-0.7.0/configure-2418- if test "$ac_old_val_w" != "$ac_new_val_w"; then ############################################## doodle-0.7.0/configure-2435- case $ac_new_val in doodle-0.7.0/configure:2436: *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; doodle-0.7.0/configure-2437- *) ac_arg=$ac_var=$ac_new_val ;; ############################################## doodle-0.7.0/configure-2604-if ( doodle-0.7.0/configure:2605: set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` doodle-0.7.0/configure-2606- if test "$*" = "X"; then doodle-0.7.0/configure-2607- # -L didn't work. doodle-0.7.0/configure:2608: set X `ls -t "$srcdir/configure" conftest.file` doodle-0.7.0/configure-2609- fi ############################################## doodle-0.7.0/configure-2640-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//' doodle-0.7.0/configure:2641:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"` doodle-0.7.0/configure-2642- doodle-0.7.0/configure-2643-# expand $ac_aux_dir to an absolute path doodle-0.7.0/configure:2644:am_aux_dir=`cd $ac_aux_dir && pwd` doodle-0.7.0/configure-2645- ############################################## doodle-0.7.0/configure-2785- { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue doodle-0.7.0/configure:2786: case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #( doodle-0.7.0/configure-2787- 'mkdir (GNU coreutils) '* | \ ############################################## doodle-0.7.0/configure-2864-set x ${MAKE-make} doodle-0.7.0/configure:2865:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` doodle-0.7.0/configure-2866-if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then : ############################################## doodle-0.7.0/configure-2874-# GNU make sometimes prints "make[1]: Entering...", which would confuse us. doodle-0.7.0/configure:2875:case `${MAKE-make} -f conftest.make 2>/dev/null` in doodle-0.7.0/configure-2876- *@@@%%%=?*=@@@%%%*) ############################################## doodle-0.7.0/configure-2901- doodle-0.7.0/configure:2902:if test "`cd $srcdir && pwd`" != "`pwd`"; then doodle-0.7.0/configure-2903- # Use -I$(srcdir) only when $(srcdir) != ., so that make's output ############################################## doodle-0.7.0/configure-3360-$as_echo_n "checking whether the C compiler works... " >&6; } doodle-0.7.0/configure:3361:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` doodle-0.7.0/configure-3362- ############################################## doodle-0.7.0/configure-3404- then :; else doodle-0.7.0/configure:3405: ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` doodle-0.7.0/configure-3406- fi ############################################## doodle-0.7.0/configure-3465- *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; doodle-0.7.0/configure:3466: *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` doodle-0.7.0/configure-3467- break;; ############################################## doodle-0.7.0/configure-3574- *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;; doodle-0.7.0/configure:3575: *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` doodle-0.7.0/configure-3576- break;; ############################################## doodle-0.7.0/configure-3824-# Ignore all kinds of additional output from `make'. doodle-0.7.0/configure:3825:case `$am_make -s -f confmf 2> /dev/null` in #( doodle-0.7.0/configure-3826-*the\ am__doit\ target*) ############################################## doodle-0.7.0/configure-3834- echo '.include "confinc"' > confmf doodle-0.7.0/configure:3835: case `$am_make -s -f confmf 2> /dev/null` in #( doodle-0.7.0/configure-3836- *the\ am__doit\ target*) ############################################## doodle-0.7.0/configure-3895- if test "$am_compiler_list" = ""; then doodle-0.7.0/configure:3896: am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` doodle-0.7.0/configure-3897- fi ############################################## doodle-0.7.0/configure-4108-set dummy $CC doodle-0.7.0/configure:4109:am_cc=`echo $2 | sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'` doodle-0.7.0/configure-4110-eval am_t=\$ac_cv_prog_cc_${am_cc}_c_o ############################################## doodle-0.7.0/configure-4272-set x ${MAKE-make} doodle-0.7.0/configure:4273:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` doodle-0.7.0/configure-4274-if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then : ############################################## doodle-0.7.0/configure-4282-# GNU make sometimes prints "make[1]: Entering...", which would confuse us. doodle-0.7.0/configure:4283:case `${MAKE-make} -f conftest.make 2>/dev/null` in doodle-0.7.0/configure-4284- *@@@%%%=?*=@@@%%%*) ############################################## doodle-0.7.0/configure-4311-test "x$ac_build_alias" = x && doodle-0.7.0/configure:4312: ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"` doodle-0.7.0/configure-4313-test "x$ac_build_alias" = x && doodle-0.7.0/configure-4314- as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5 doodle-0.7.0/configure:4315:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` || doodle-0.7.0/configure-4316- as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5 ############################################## doodle-0.7.0/configure-4335-IFS=$ac_save_IFS doodle-0.7.0/configure:4336:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac doodle-0.7.0/configure-4337- ############################################## doodle-0.7.0/configure-4346-else doodle-0.7.0/configure:4347: ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` || doodle-0.7.0/configure-4348- as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5 ############################################## doodle-0.7.0/configure-4368-IFS=$ac_save_IFS doodle-0.7.0/configure:4369:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac doodle-0.7.0/configure-4370- ############################################## doodle-0.7.0/configure-4421- # Check for GNU $ac_path_SED doodle-0.7.0/configure:4422:case `"$ac_path_SED" --version 2>&1` in doodle-0.7.0/configure-4423-*GNU*) ############################################## doodle-0.7.0/configure-4497- # Check for GNU $ac_path_GREP doodle-0.7.0/configure:4498:case `"$ac_path_GREP" --version 2>&1` in doodle-0.7.0/configure-4499-*GNU*) ############################################## doodle-0.7.0/configure-4563- # Check for GNU $ac_path_EGREP doodle-0.7.0/configure:4564:case `"$ac_path_EGREP" --version 2>&1` in doodle-0.7.0/configure-4565-*GNU*) ############################################## doodle-0.7.0/configure-4630- # Check for GNU $ac_path_FGREP doodle-0.7.0/configure:4631:case `"$ac_path_FGREP" --version 2>&1` in doodle-0.7.0/configure-4632-*GNU*) ############################################## doodle-0.7.0/configure-4710- # gcc leaves a trailing carriage return which upsets mingw doodle-0.7.0/configure:4711: ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; doodle-0.7.0/configure-4712- *) doodle-0.7.0/configure:4713: ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; doodle-0.7.0/configure-4714- esac ############################################## doodle-0.7.0/configure-4719- # Canonicalize the pathname of ld doodle-0.7.0/configure:4720: ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'` doodle-0.7.0/configure-4721- while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do doodle-0.7.0/configure:4722: ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"` doodle-0.7.0/configure-4723- done ############################################## doodle-0.7.0/configure-4754- # Break only if it was the GNU/non-GNU ld that we prefer. doodle-0.7.0/configure:4755: case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in doodle-0.7.0/configure-4756- *GNU* | *'with BFD'*) ############################################## doodle-0.7.0/configure-4785- # I'd rather use --version here, but apparently some GNU lds only accept -v. doodle-0.7.0/configure:4786:case `$LD -v 2>&1 </dev/null` in doodle-0.7.0/configure-4787-*GNU* | *'with BFD'*) ############################################## doodle-0.7.0/configure-4830- # Tru64's nm complains that /dev/null is an invalid object file doodle-0.7.0/configure:4831: case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in doodle-0.7.0/configure-4832- */dev/null* | *'Invalid file or object type'*) ############################################## doodle-0.7.0/configure-4836- *) doodle-0.7.0/configure:4837: case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in doodle-0.7.0/configure-4838- */dev/null*) ############################################## doodle-0.7.0/configure-5048- # And add a safety zone doodle-0.7.0/configure:5049: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` doodle-0.7.0/configure:5050: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` doodle-0.7.0/configure-5051- ;; ############################################## doodle-0.7.0/configure-5076- if test -n "$kargmax"; then doodle-0.7.0/configure:5077: lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'` doodle-0.7.0/configure-5078- else ############################################## doodle-0.7.0/configure-5084- if test -n "$lt_cv_sys_max_cmd_len"; then doodle-0.7.0/configure:5085: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` doodle-0.7.0/configure:5086: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` doodle-0.7.0/configure-5087- else ############################################## doodle-0.7.0/configure-5096- # we can't tell. doodle-0.7.0/configure:5097: while { test "X"`$SHELL $0 --fallback-echo "X$teststring$teststring" 2>/dev/null` \ doodle-0.7.0/configure-5098- = "XX$teststring$teststring"; } >/dev/null 2>&1 && ############################################## doodle-0.7.0/configure-5100- do doodle-0.7.0/configure:5101: i=`expr $i + 1` doodle-0.7.0/configure-5102- teststring=$teststring$teststring ############################################## doodle-0.7.0/configure-5104- # Only check the string length outside the loop. doodle-0.7.0/configure:5105: lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1` doodle-0.7.0/configure-5106- teststring= ############################################## doodle-0.7.0/configure-5109- # linker. It appears as though 1/2 is a usable value. doodle-0.7.0/configure:5110: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2` doodle-0.7.0/configure-5111- fi ############################################## doodle-0.7.0/configure-5464-openbsd*) doodle-0.7.0/configure:5465: if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then doodle-0.7.0/configure-5466- lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$' ############################################## doodle-0.7.0/configure-5953-# If we're using GNU nm, then use its standard symbol codes. doodle-0.7.0/configure:5954:case `$NM -V 2>&1` in doodle-0.7.0/configure-5955-*GNU* | *'with BFD'*) ############################################## doodle-0.7.0/configure-5971-mingw*) doodle-0.7.0/configure:5972: opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp doodle-0.7.0/configure-5973- ;; ############################################## doodle-0.7.0/configure-6168- test $ac_status = 0; }; then doodle-0.7.0/configure:6169: case `/usr/bin/file conftest.$ac_objext` in doodle-0.7.0/configure-6170- *ELF-32*) ############################################## doodle-0.7.0/configure-6188- if test "$lt_cv_prog_gnu_ld" = yes; then doodle-0.7.0/configure:6189: case `/usr/bin/file conftest.$ac_objext` in doodle-0.7.0/configure-6190- *32-bit*) ############################################## doodle-0.7.0/configure-6200- else doodle-0.7.0/configure:6201: case `/usr/bin/file conftest.$ac_objext` in doodle-0.7.0/configure-6202- *32-bit*) ############################################## doodle-0.7.0/configure-7045-do : doodle-0.7.0/configure:7046: as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` doodle-0.7.0/configure-7047-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default ############################################## doodle-0.7.0/configure-7051- cat >>confdefs.h <<_ACEOF doodle-0.7.0/configure:7052:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 doodle-0.7.0/configure-7053-_ACEOF ############################################## doodle-0.7.0/configure-7345-done doodle-0.7.0/configure:7346:cc_basename=`$ECHO "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"` doodle-0.7.0/configure-7347- ############################################## doodle-0.7.0/configure-7374- "file_magic "*) doodle-0.7.0/configure:7375: file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"` doodle-0.7.0/configure-7376- MAGIC_CMD="$lt_cv_path_MAGIC_CMD" ############################################## doodle-0.7.0/configure-7440- "file_magic "*) doodle-0.7.0/configure:7441: file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"` doodle-0.7.0/configure-7442- MAGIC_CMD="$lt_cv_path_MAGIC_CMD" ############################################## doodle-0.7.0/configure-7783- *) doodle-0.7.0/configure:7784: case `$CC -V 2>&1 | sed 5q` in doodle-0.7.0/configure-7785- *Sun\ C*) ############################################## doodle-0.7.0/configure-8119- if test "$hard_links" = no; then doodle-0.7.0/configure:8120: { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5 doodle-0.7.0/configure:8121:$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;} doodle-0.7.0/configure-8122- need_locks=warn ############################################## doodle-0.7.0/configure-8215- supports_anon_versioning=no doodle-0.7.0/configure:8216: case `$LD -v 2>&1` in doodle-0.7.0/configure-8217- *GNU\ gold*) supports_anon_versioning=yes ;; ############################################## doodle-0.7.0/configure-8281- # is EXPORTS), use it as is; otherwise, prepend... doodle-0.7.0/configure:8282: archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then doodle-0.7.0/configure-8283- cp $export_symbols $output_objdir/$soname.def; ############################################## doodle-0.7.0/configure-8304- # time. Moving up from 0x10000000 also allows more sbrk(2) space. doodle-0.7.0/configure:8305: archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' doodle-0.7.0/configure:8306: 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' doodle-0.7.0/configure-8307- ;; ############################################## doodle-0.7.0/configure-8322- pgcc*) # Portland Group C compiler doodle-0.7.0/configure:8323: 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' doodle-0.7.0/configure-8324- tmp_addflag=' $pic_flag' ############################################## doodle-0.7.0/configure-8326- pgf77* | pgf90* | pgf95*) # Portland Group f77 and f90 compilers doodle-0.7.0/configure:8327: 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' doodle-0.7.0/configure-8328- tmp_addflag=' $pic_flag -Mnomain' ;; ############################################## doodle-0.7.0/configure-8341- esac doodle-0.7.0/configure:8342: case `$CC -V 2>&1 | sed 5q` in doodle-0.7.0/configure-8343- *Sun\ C*) # Sun C 5.9 doodle-0.7.0/configure:8344: 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' doodle-0.7.0/configure-8345- compiler_needs_object=yes ############################################## doodle-0.7.0/configure-8410- sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*) doodle-0.7.0/configure:8411: case `$LD -v 2>&1` in doodle-0.7.0/configure-8412- *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*) ############################################## doodle-0.7.0/configure-8531- # below for broken collect2 doesn't work under 4.3+ doodle-0.7.0/configure:8532: collect2name=`${CC} -print-prog-name=collect2` doodle-0.7.0/configure-8533- if test -f "$collect2name" && ############################################## doodle-0.7.0/configure-8599- }' doodle-0.7.0/configure:8600:aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` doodle-0.7.0/configure-8601-# Check for a 64-bit object if we didn't find anything. doodle-0.7.0/configure-8602-if test -z "$aix_libpath"; then doodle-0.7.0/configure:8603: aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` doodle-0.7.0/configure-8604-fi ############################################## doodle-0.7.0/configure-8610- hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" doodle-0.7.0/configure:8611: 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" doodle-0.7.0/configure-8612- else ############################################## doodle-0.7.0/configure-8639- }' doodle-0.7.0/configure:8640:aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` doodle-0.7.0/configure-8641-# Check for a 64-bit object if we didn't find anything. doodle-0.7.0/configure-8642-if test -z "$aix_libpath"; then doodle-0.7.0/configure:8643: aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` doodle-0.7.0/configure-8644-fi ############################################## doodle-0.7.0/configure-8694- # FIXME: Setting linknames here is a bad hack. doodle-0.7.0/configure:8695: archive_cmds='$CC -o $lib $libobjs $compiler_flags `$ECHO "X$deplibs" | $Xsed -e '\''s/ -lc$//'\''` -link -dll~linknames=' doodle-0.7.0/configure-8696- # The linker will automatically build a .lib file if we build a DLL. ############################################## doodle-0.7.0/configure-8699- old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs' doodle-0.7.0/configure:8700: fix_srcfile_path='`cygpath -w "$srcfile"`' doodle-0.7.0/configure-8701- enable_shared_with_static_runtimes=yes ############################################## doodle-0.7.0/configure-8852- if test "$GCC" = yes; then doodle-0.7.0/configure:8853: 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' doodle-0.7.0/configure-8854- # Try to use the -exported_symbol ld option, if it does not ############################################## doodle-0.7.0/configure-8863-if ac_fn_c_try_link "$LINENO"; then : doodle-0.7.0/configure:8864: 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' doodle-0.7.0/configure-8865- ############################################## doodle-0.7.0/configure-8870- else doodle-0.7.0/configure:8871: 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' doodle-0.7.0/configure:8872: 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' doodle-0.7.0/configure-8873- fi ############################################## doodle-0.7.0/configure-8907- hardcode_direct_absolute=yes doodle-0.7.0/configure:8908: if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then doodle-0.7.0/configure-8909- archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' ############################################## doodle-0.7.0/configure-8940- allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*' doodle-0.7.0/configure:8941: 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' doodle-0.7.0/configure-8942- else doodle-0.7.0/configure-8943- allow_undefined_flag=' -expect_unresolved \*' doodle-0.7.0/configure:8944: 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' doodle-0.7.0/configure-8945- fi ############################################## doodle-0.7.0/configure-8953- allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*' doodle-0.7.0/configure:8954: 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' doodle-0.7.0/configure-8955- hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' ############################################## doodle-0.7.0/configure-8957- allow_undefined_flag=' -expect_unresolved \*' doodle-0.7.0/configure:8958: 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' doodle-0.7.0/configure:8959: 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~ doodle-0.7.0/configure:8960: $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' doodle-0.7.0/configure-8961- ############################################## doodle-0.7.0/configure-8976- else doodle-0.7.0/configure:8977: case `$CC -V 2>&1` in doodle-0.7.0/configure-8978- *"Compilers 5.0"*) ############################################## doodle-0.7.0/configure-9370- esac doodle-0.7.0/configure:9371: lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e "s,=/,/,g"` doodle-0.7.0/configure-9372- if $ECHO "$lt_search_path_spec" | $GREP ';' >/dev/null ; then ############################################## doodle-0.7.0/configure-9376- # okay in the real world where ";" in dirpaths is itself problematic. doodle-0.7.0/configure:9377: lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED -e 's/;/ /g'` doodle-0.7.0/configure-9378- else doodle-0.7.0/configure:9379: lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` doodle-0.7.0/configure-9380- fi ############################################## doodle-0.7.0/configure-9383- lt_tmp_lt_search_path_spec= doodle-0.7.0/configure:9384: lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null` doodle-0.7.0/configure-9385- for lt_sys_path in $lt_search_path_spec; do ############################################## doodle-0.7.0/configure-9412-}'` doodle-0.7.0/configure:9413: sys_lib_search_path_spec=`$ECHO $lt_search_path_spec` doodle-0.7.0/configure-9414-else ############################################## doodle-0.7.0/configure-9500- # Create ${libname}_ixlibrary.a entries in /sys/libs. doodle-0.7.0/configure:9501: 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' doodle-0.7.0/configure-9502- ;; ############################################## doodle-0.7.0/configure-9535- # DLL is installed to $(libdir)/../bin by postinstall_cmds doodle-0.7.0/configure:9536: postinstall_cmds='base_file=`basename \${file}`~ doodle-0.7.0/configure:9537: dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~ doodle-0.7.0/configure:9538: dldir=$destdir/`dirname \$dlpath`~ doodle-0.7.0/configure-9539- test -d \$dldir || mkdir -p \$dldir~ ############################################## doodle-0.7.0/configure-9544- fi' doodle-0.7.0/configure:9545: postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ doodle-0.7.0/configure-9546- dlpath=$dir/\$dldll~ ############################################## doodle-0.7.0/configure-9552- # Cygwin DLLs use 'cyg' prefix rather than 'lib' doodle-0.7.0/configure:9553: soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' doodle-0.7.0/configure-9554- sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib" ############################################## doodle-0.7.0/configure-9557- # MinGW DLLs use traditional 'lib' prefix doodle-0.7.0/configure:9558: soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' doodle-0.7.0/configure:9559: sys_lib_search_path_spec=`$CC -print-search-dirs | $GREP "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"` doodle-0.7.0/configure-9560- if $ECHO "$sys_lib_search_path_spec" | $GREP ';[c-zC-Z]:/' >/dev/null; then ############################################## doodle-0.7.0/configure-9566- # which wouldn't understand a cygwinified path. Ahh. doodle-0.7.0/configure:9567: sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` doodle-0.7.0/configure-9568- else doodle-0.7.0/configure:9569: sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` doodle-0.7.0/configure-9570- fi ############################################## doodle-0.7.0/configure-9573- # pw32 DLLs use 'pw' prefix rather than 'lib' doodle-0.7.0/configure:9574: library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' doodle-0.7.0/configure-9575- ;; ############################################## doodle-0.7.0/configure-9579- *) doodle-0.7.0/configure:9580: library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib' doodle-0.7.0/configure-9581- ;; ############################################## doodle-0.7.0/configure-9596- shlibpath_var=DYLD_LIBRARY_PATH doodle-0.7.0/configure:9597: shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`' doodle-0.7.0/configure-9598- ############################################## doodle-0.7.0/configure-9812- if test -f /etc/ld.so.conf; then doodle-0.7.0/configure:9813: 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' ' '` doodle-0.7.0/configure-9814- sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra" ############################################## doodle-0.7.0/configure-9886- shlibpath_var=LD_LIBRARY_PATH doodle-0.7.0/configure:9887: if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then doodle-0.7.0/configure-9888- case $host_os in ############################################## doodle-0.7.0/configure-11240-for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do doodle-0.7.0/configure:11241: as_ac_Header=`$as_echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh` doodle-0.7.0/configure-11242-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_hdr that defines DIR" >&5 ############################################## doodle-0.7.0/configure-11273- cat >>confdefs.h <<_ACEOF doodle-0.7.0/configure:11274:#define `$as_echo "HAVE_$ac_hdr" | $as_tr_cpp` 1 doodle-0.7.0/configure-11275-_ACEOF ############################################## doodle-0.7.0/configure-11553-do : doodle-0.7.0/configure:11554: as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` doodle-0.7.0/configure-11555-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" ############################################## doodle-0.7.0/configure-11558- cat >>confdefs.h <<_ACEOF doodle-0.7.0/configure:11559:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 doodle-0.7.0/configure-11560-_ACEOF ############################################## doodle-0.7.0/configure-12331-do : doodle-0.7.0/configure:12332: as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` doodle-0.7.0/configure-12333-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" ############################################## doodle-0.7.0/configure-12336- cat >>confdefs.h <<_ACEOF doodle-0.7.0/configure:12337:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 doodle-0.7.0/configure-12338-_ACEOF ############################################## doodle-0.7.0/configure-12533-do : doodle-0.7.0/configure:12534: as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` doodle-0.7.0/configure-12535-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" ############################################## doodle-0.7.0/configure-12538- cat >>confdefs.h <<_ACEOF doodle-0.7.0/configure:12539:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 doodle-0.7.0/configure-12540-_ACEOF ############################################## doodle-0.7.0/configure-12675- doodle-0.7.0/configure:12676: case `$MSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in doodle-0.7.0/configure-12677- '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) MSGFMT_015=: ;; ############################################## doodle-0.7.0/configure-12680- doodle-0.7.0/configure:12681: case `$GMSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in doodle-0.7.0/configure-12682- '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) GMSGFMT_015=: ;; ############################################## doodle-0.7.0/configure-12758- doodle-0.7.0/configure:12759: case `$XGETTEXT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in doodle-0.7.0/configure-12760- '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) XGETTEXT_015=: ;; ############################################## doodle-0.7.0/configure-12885- # gcc leaves a trailing carriage return which upsets mingw doodle-0.7.0/configure:12886: ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; doodle-0.7.0/configure-12887- *) doodle-0.7.0/configure:12888: ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; doodle-0.7.0/configure-12889- esac ############################################## doodle-0.7.0/configure-12894- # Canonicalize the path of ld doodle-0.7.0/configure:12895: ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'` doodle-0.7.0/configure-12896- while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do doodle-0.7.0/configure:12897: ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"` doodle-0.7.0/configure-12898- done ############################################## doodle-0.7.0/configure-12928- # Break only if it was the GNU/non-GNU ld that we prefer. doodle-0.7.0/configure:12929: case `"$acl_cv_path_LD" -v 2>&1 < /dev/null` in doodle-0.7.0/configure-12930- *GNU* | *'with BFD'*) ############################################## doodle-0.7.0/configure-12957- # I'd rather use --version here, but apparently some GNU ld's only accept -v. doodle-0.7.0/configure:12958:case `$LD -v 2>&1 </dev/null` in doodle-0.7.0/configure-12959-*GNU* | *'with BFD'*) ############################################## doodle-0.7.0/configure-13003- acl_libdirstem=lib doodle-0.7.0/configure:13004: searchpath=`(LC_ALL=C $CC -print-search-dirs) 2>/dev/null | sed -n -e 's,^libraries: ,,p' | sed -e 's,^=,,'` doodle-0.7.0/configure-13005- if test -n "$searchpath"; then ############################################## doodle-0.7.0/configure-13010- */lib64/ | */lib64 ) acl_libdirstem=lib64 ;; doodle-0.7.0/configure:13011: *) searchdir=`cd "$searchdir" && pwd` doodle-0.7.0/configure-13012- case "$searchdir" in ############################################## doodle-0.7.0/configure-13088- names_already_handled="$names_already_handled $name" doodle-0.7.0/configure:13089: uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'` doodle-0.7.0/configure-13090- eval value=\"\$HAVE_LIB$uppername\" ############################################## doodle-0.7.0/configure-13141- -L*) doodle-0.7.0/configure:13142: dir=`echo "X$x" | sed -e 's/^X-L//'` doodle-0.7.0/configure-13143- if test -n "$shlibext" \ ############################################## doodle-0.7.0/configure-13240- */$acl_libdirstem | */$acl_libdirstem/) doodle-0.7.0/configure:13241: basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'` doodle-0.7.0/configure-13242- additional_includedir="$basedir/include" ############################################## doodle-0.7.0/configure-13288- -L*) doodle-0.7.0/configure:13289: additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'` doodle-0.7.0/configure-13290- if test "X$additional_libdir" != "X/usr/$acl_libdirstem"; then ############################################## doodle-0.7.0/configure-13345- -R*) doodle-0.7.0/configure:13346: dir=`echo "X$dep" | sed -e 's/^X-R//'` doodle-0.7.0/configure-13347- if test "$enable_rpath" != no; then ############################################## doodle-0.7.0/configure-13370- -l*) doodle-0.7.0/configure:13371: names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'` doodle-0.7.0/configure-13372- ;; doodle-0.7.0/configure-13373- *.la) doodle-0.7.0/configure:13374: names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'` doodle-0.7.0/configure-13375- ;; ############################################## doodle-0.7.0/configure-13753- names_already_handled="$names_already_handled $name" doodle-0.7.0/configure:13754: uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'` doodle-0.7.0/configure-13755- eval value=\"\$HAVE_LIB$uppername\" ############################################## doodle-0.7.0/configure-13806- -L*) doodle-0.7.0/configure:13807: dir=`echo "X$x" | sed -e 's/^X-L//'` doodle-0.7.0/configure-13808- if test -n "$shlibext" \ ############################################## doodle-0.7.0/configure-13905- */$acl_libdirstem | */$acl_libdirstem/) doodle-0.7.0/configure:13906: basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'` doodle-0.7.0/configure-13907- additional_includedir="$basedir/include" ############################################## doodle-0.7.0/configure-13953- -L*) doodle-0.7.0/configure:13954: additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'` doodle-0.7.0/configure-13955- if test "X$additional_libdir" != "X/usr/$acl_libdirstem"; then ############################################## doodle-0.7.0/configure-14010- -R*) doodle-0.7.0/configure:14011: dir=`echo "X$dep" | sed -e 's/^X-R//'` doodle-0.7.0/configure-14012- if test "$enable_rpath" != no; then ############################################## doodle-0.7.0/configure-14035- -l*) doodle-0.7.0/configure:14036: names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'` doodle-0.7.0/configure-14037- ;; doodle-0.7.0/configure-14038- *.la) doodle-0.7.0/configure:14039: names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'` doodle-0.7.0/configure-14040- ;; ############################################## doodle-0.7.0/configure-14278-ax_create_pkgconfig_libname="$PACKAGE" doodle-0.7.0/configure:14279:ax_create_pkgconfig_libname=`eval echo "$ax_create_pkgconfig_libname"` doodle-0.7.0/configure:14280:ax_create_pkgconfig_libname=`eval echo "$ax_create_pkgconfig_libname"` doodle-0.7.0/configure-14281-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ax_create_pkgconfig_libname" >&5 ############################################## doodle-0.7.0/configure-14289-ax_create_pkgconfig_version="$VERSION" doodle-0.7.0/configure:14290:ax_create_pkgconfig_version=`eval echo "$ax_create_pkgconfig_version"` doodle-0.7.0/configure:14291:ax_create_pkgconfig_version=`eval echo "$ax_create_pkgconfig_version"` doodle-0.7.0/configure-14292-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ax_create_pkgconfig_version" >&5 ############################################## doodle-0.7.0/configure-14298-pkgconfig_libdir='${libdir}/pkgconfig' doodle-0.7.0/configure:14299:ax_create_pkgconfig_libdir=`eval echo "$pkgconfig_libdir"` doodle-0.7.0/configure:14300:ax_create_pkgconfig_libdir=`eval echo "$ax_create_pkgconfig_libdir"` doodle-0.7.0/configure:14301:ax_create_pkgconfig_libdir=`eval echo "$ax_create_pkgconfig_libdir"` doodle-0.7.0/configure-14302-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $pkgconfig_libdir" >&5 ############################################## doodle-0.7.0/configure-14312-pkgconfig_libfile="`basename doodle.pc`" doodle-0.7.0/configure:14313:ax_create_pkgconfig_libfile=`eval echo "$pkgconfig_libfile"` doodle-0.7.0/configure:14314:ax_create_pkgconfig_libfile=`eval echo "$ax_create_pkgconfig_libfile"` doodle-0.7.0/configure-14315-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $pkgconfig_libfile" >&5 ############################################## doodle-0.7.0/configure-14333-ax_create_pkgconfig_description="$ax_create_pkgconfig_libname Library" doodle-0.7.0/configure:14334:ax_create_pkgconfig_description=`eval echo "$ax_create_pkgconfig_description"` doodle-0.7.0/configure:14335:ax_create_pkgconfig_description=`eval echo "$ax_create_pkgconfig_description"` doodle-0.7.0/configure-14336-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ax_create_pkgconfig_description" >&5 ############################################## doodle-0.7.0/configure-14341-ax_create_pkgconfig_requires="$PACKAGE_REQUIRES" doodle-0.7.0/configure:14342:ax_create_pkgconfig_requires=`eval echo "$ax_create_pkgconfig_requires"` doodle-0.7.0/configure:14343:ax_create_pkgconfig_requires=`eval echo "$ax_create_pkgconfig_requires"` doodle-0.7.0/configure-14344-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ax_create_pkgconfig_requires" >&5 ############################################## doodle-0.7.0/configure-14351-ax_create_pkgconfig_libs="-ldoodle" doodle-0.7.0/configure:14352:ax_create_pkgconfig_libs=`eval echo "$ax_create_pkgconfig_libs"` doodle-0.7.0/configure:14353:ax_create_pkgconfig_libs=`eval echo "$ax_create_pkgconfig_libs"` doodle-0.7.0/configure-14354-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ax_create_pkgconfig_libs" >&5 ############################################## doodle-0.7.0/configure-14359-ax_create_pkgconfig_cppflags="$CPPFLAGS $PACKAGE_CFLAGS" doodle-0.7.0/configure:14360:ax_create_pkgconfig_cppflags=`eval echo "$ax_create_pkgconfig_cppflags"` doodle-0.7.0/configure:14361:ax_create_pkgconfig_cppflags=`eval echo "$ax_create_pkgconfig_cppflags"` doodle-0.7.0/configure-14362-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ax_create_pkgconfig_cppflags" >&5 ############################################## doodle-0.7.0/configure-14367-ax_create_pkgconfig_ldflags="$LDFLAGS $PACKAGE_LDFLAGS" doodle-0.7.0/configure:14368:ax_create_pkgconfig_ldflags=`eval echo "$ax_create_pkgconfig_ldflags"` doodle-0.7.0/configure:14369:ax_create_pkgconfig_ldflags=`eval echo "$ax_create_pkgconfig_ldflags"` doodle-0.7.0/configure-14370-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ax_create_pkgconfig_ldflags" >&5 ############################################## doodle-0.7.0/configure-14374-ax_create_pkgconfig_generate="doodle.pc" doodle-0.7.0/configure:14375:ax_create_pkgconfig_generate=`eval echo "$ax_create_pkgconfig_generate"` doodle-0.7.0/configure:14376:ax_create_pkgconfig_generate=`eval echo "$ax_create_pkgconfig_generate"` doodle-0.7.0/configure-14377-test "$pkgconfig_libfile" != "$ax_create_pkgconfig_generate" && ( ############################################## doodle-0.7.0/configure-14541- ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' doodle-0.7.0/configure:14542: ac_i=`$as_echo "$ac_i" | sed "$ac_script"` doodle-0.7.0/configure-14543- # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR ############################################## doodle-0.7.0/configure-14644-if test -z "$BASH_VERSION$ZSH_VERSION" \ doodle-0.7.0/configure:14645: && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then doodle-0.7.0/configure-14646- as_echo='print -r --' doodle-0.7.0/configure-14647- as_echo_n='print -rn --' doodle-0.7.0/configure:14648:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then doodle-0.7.0/configure-14649- as_echo='printf %s\n' ############################################## doodle-0.7.0/configure-14651-else doodle-0.7.0/configure:14652: if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then doodle-0.7.0/configure-14653- as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' ############################################## doodle-0.7.0/configure-14661- expr "X$arg" : "X\\(.*\\)$as_nl"; doodle-0.7.0/configure:14662: arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; doodle-0.7.0/configure-14663- esac; ############################################## doodle-0.7.0/configure-14737-# --------------------------------- doodle-0.7.0/configure:14738:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are doodle-0.7.0/configure-14739-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the ############################################## doodle-0.7.0/configure-14809- { doodle-0.7.0/configure:14810: as_val=`expr "$@" || test $? -eq 1` doodle-0.7.0/configure-14811- } ############################################## doodle-0.7.0/configure-14913- case $as_dir in #( doodle-0.7.0/configure:14914: *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( doodle-0.7.0/configure-14915- *) as_qdir=$as_dir;; ############################################## doodle-0.7.0/configure-14970- esac; doodle-0.7.0/configure:14971: case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #(( doodle-0.7.0/configure-14972- ???[sx]*):;;*)false;;esac;fi ############################################## doodle-0.7.0/configure-15060-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 doodle-0.7.0/configure:15061:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" doodle-0.7.0/configure-15062-ac_cs_version="\\ ############################################## doodle-0.7.0/configure-15085- --*=*) doodle-0.7.0/configure:15086: ac_option=`expr "X$1" : 'X\([^=]*\)='` doodle-0.7.0/configure:15087: ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` doodle-0.7.0/configure-15088- ac_shift=: ############################################## doodle-0.7.0/configure-15109- case $ac_optarg in doodle-0.7.0/configure:15110: *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; doodle-0.7.0/configure-15111- esac ############################################## doodle-0.7.0/configure-15116- case $ac_optarg in doodle-0.7.0/configure:15117: *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; doodle-0.7.0/configure-15118- esac ############################################## doodle-0.7.0/configure-15185-delay_variable_subst='$delay_variable_subst' doodle-0.7.0/configure:15186:macro_version='`$ECHO "X$macro_version" | $Xsed -e "$delay_single_quote_subst"`' doodle-0.7.0/configure:15187:macro_revision='`$ECHO "X$macro_revision" | $Xsed -e "$delay_single_quote_subst"`' doodle-0.7.0/configure:15188:enable_shared='`$ECHO "X$enable_shared" | $Xsed -e "$delay_single_quote_subst"`' doodle-0.7.0/configure:15189:enable_static='`$ECHO "X$enable_static" | $Xsed -e "$delay_single_quote_subst"`' doodle-0.7.0/configure:15190:pic_mode='`$ECHO "X$pic_mode" | $Xsed -e "$delay_single_quote_subst"`' doodle-0.7.0/configure:15191:enable_fast_install='`$ECHO "X$enable_fast_install" | $Xsed -e "$delay_single_quote_subst"`' doodle-0.7.0/configure:15192:host_alias='`$ECHO "X$host_alias" | $Xsed -e "$delay_single_quote_subst"`' doodle-0.7.0/configure:15193:host='`$ECHO "X$host" | $Xsed -e "$delay_single_quote_subst"`' doodle-0.7.0/configure:15194:host_os='`$ECHO "X$host_os" | $Xsed -e "$delay_single_quote_subst"`' doodle-0.7.0/configure:15195:build_alias='`$ECHO "X$build_alias" | $Xsed -e "$delay_single_quote_subst"`' doodle-0.7.0/configure:15196:build='`$ECHO "X$build" | $Xsed -e "$delay_single_quote_subst"`' doodle-0.7.0/configure:15197:build_os='`$ECHO "X$build_os" | $Xsed -e "$delay_single_quote_subst"`' doodle-0.7.0/configure:15198:SED='`$ECHO "X$SED" | $Xsed -e "$delay_single_quote_subst"`' doodle-0.7.0/configure:15199:Xsed='`$ECHO "X$Xsed" | $Xsed -e "$delay_single_quote_subst"`' doodle-0.7.0/configure:15200:GREP='`$ECHO "X$GREP" | $Xsed -e "$delay_single_quote_subst"`' doodle-0.7.0/configure:15201:EGREP='`$ECHO "X$EGREP" | $Xsed -e "$delay_single_quote_subst"`' doodle-0.7.0/configure:15202:FGREP='`$ECHO "X$FGREP" | $Xsed -e "$delay_single_quote_subst"`' doodle-0.7.0/configure:15203:LD='`$ECHO "X$LD" | $Xsed -e "$delay_single_quote_subst"`' doodle-0.7.0/configure:15204:NM='`$ECHO "X$NM" | $Xsed -e "$delay_single_quote_subst"`' doodle-0.7.0/configure:15205:LN_S='`$ECHO "X$LN_S" | $Xsed -e "$delay_single_quote_subst"`' doodle-0.7.0/configure:15206:max_cmd_len='`$ECHO "X$max_cmd_len" | $Xsed -e "$delay_single_quote_subst"`' doodle-0.7.0/configure:15207:ac_objext='`$ECHO "X$ac_objext" | $Xsed -e "$delay_single_quote_subst"`' doodle-0.7.0/configure:15208:exeext='`$ECHO "X$exeext" | $Xsed -e "$delay_single_quote_subst"`' doodle-0.7.0/configure:15209:lt_unset='`$ECHO "X$lt_unset" | $Xsed -e "$delay_single_quote_subst"`' doodle-0.7.0/configure:15210:lt_SP2NL='`$ECHO "X$lt_SP2NL" | $Xsed -e "$delay_single_quote_subst"`' doodle-0.7.0/configure:15211:lt_NL2SP='`$ECHO "X$lt_NL2SP" | $Xsed -e "$delay_single_quote_subst"`' doodle-0.7.0/configure:15212:reload_flag='`$ECHO "X$reload_flag" | $Xsed -e "$delay_single_quote_subst"`' doodle-0.7.0/configure:15213:reload_cmds='`$ECHO "X$reload_cmds" | $Xsed -e "$delay_single_quote_subst"`' doodle-0.7.0/configure:15214:OBJDUMP='`$ECHO "X$OBJDUMP" | $Xsed -e "$delay_single_quote_subst"`' doodle-0.7.0/configure:15215:deplibs_check_method='`$ECHO "X$deplibs_check_method" | $Xsed -e "$delay_single_quote_subst"`' doodle-0.7.0/configure:15216:file_magic_cmd='`$ECHO "X$file_magic_cmd" | $Xsed -e "$delay_single_quote_subst"`' doodle-0.7.0/configure:15217:AR='`$ECHO "X$AR" | $Xsed -e "$delay_single_quote_subst"`' doodle-0.7.0/configure:15218:AR_FLAGS='`$ECHO "X$AR_FLAGS" | $Xsed -e "$delay_single_quote_subst"`' doodle-0.7.0/configure:15219:STRIP='`$ECHO "X$STRIP" | $Xsed -e "$delay_single_quote_subst"`' doodle-0.7.0/configure:15220:RANLIB='`$ECHO "X$RANLIB" | $Xsed -e "$delay_single_quote_subst"`' doodle-0.7.0/configure:15221:old_postinstall_cmds='`$ECHO "X$old_postinstall_cmds" | $Xsed -e "$delay_single_quote_subst"`' doodle-0.7.0/configure:15222:old_postuninstall_cmds='`$ECHO "X$old_postuninstall_cmds" | $Xsed -e "$delay_single_quote_subst"`' doodle-0.7.0/configure:15223:old_archive_cmds='`$ECHO "X$old_archive_cmds" | $Xsed -e "$delay_single_quote_subst"`' doodle-0.7.0/configure:15224:CC='`$ECHO "X$CC" | $Xsed -e "$delay_single_quote_subst"`' doodle-0.7.0/configure:15225:CFLAGS='`$ECHO "X$CFLAGS" | $Xsed -e "$delay_single_quote_subst"`' doodle-0.7.0/configure:15226:compiler='`$ECHO "X$compiler" | $Xsed -e "$delay_single_quote_subst"`' doodle-0.7.0/configure:15227:GCC='`$ECHO "X$GCC" | $Xsed -e "$delay_single_quote_subst"`' doodle-0.7.0/configure:15228:lt_cv_sys_global_symbol_pipe='`$ECHO "X$lt_cv_sys_global_symbol_pipe" | $Xsed -e "$delay_single_quote_subst"`' doodle-0.7.0/configure:15229:lt_cv_sys_global_symbol_to_cdecl='`$ECHO "X$lt_cv_sys_global_symbol_to_cdecl" | $Xsed -e "$delay_single_quote_subst"`' doodle-0.7.0/configure:15230: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"`' doodle-0.7.0/configure:15231: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"`' doodle-0.7.0/configure:15232:objdir='`$ECHO "X$objdir" | $Xsed -e "$delay_single_quote_subst"`' doodle-0.7.0/configure:15233:SHELL='`$ECHO "X$SHELL" | $Xsed -e "$delay_single_quote_subst"`' doodle-0.7.0/configure:15234:ECHO='`$ECHO "X$ECHO" | $Xsed -e "$delay_single_quote_subst"`' doodle-0.7.0/configure:15235:MAGIC_CMD='`$ECHO "X$MAGIC_CMD" | $Xsed -e "$delay_single_quote_subst"`' doodle-0.7.0/configure:15236:lt_prog_compiler_no_builtin_flag='`$ECHO "X$lt_prog_compiler_no_builtin_flag" | $Xsed -e "$delay_single_quote_subst"`' doodle-0.7.0/configure:15237:lt_prog_compiler_wl='`$ECHO "X$lt_prog_compiler_wl" | $Xsed -e "$delay_single_quote_subst"`' doodle-0.7.0/configure:15238:lt_prog_compiler_pic='`$ECHO "X$lt_prog_compiler_pic" | $Xsed -e "$delay_single_quote_subst"`' doodle-0.7.0/configure:15239:lt_prog_compiler_static='`$ECHO "X$lt_prog_compiler_static" | $Xsed -e "$delay_single_quote_subst"`' doodle-0.7.0/configure:15240:lt_cv_prog_compiler_c_o='`$ECHO "X$lt_cv_prog_compiler_c_o" | $Xsed -e "$delay_single_quote_subst"`' doodle-0.7.0/configure:15241:need_locks='`$ECHO "X$need_locks" | $Xsed -e "$delay_single_quote_subst"`' doodle-0.7.0/configure:15242:DSYMUTIL='`$ECHO "X$DSYMUTIL" | $Xsed -e "$delay_single_quote_subst"`' doodle-0.7.0/configure:15243:NMEDIT='`$ECHO "X$NMEDIT" | $Xsed -e "$delay_single_quote_subst"`' doodle-0.7.0/configure:15244:LIPO='`$ECHO "X$LIPO" | $Xsed -e "$delay_single_quote_subst"`' doodle-0.7.0/configure:15245:OTOOL='`$ECHO "X$OTOOL" | $Xsed -e "$delay_single_quote_subst"`' doodle-0.7.0/configure:15246:OTOOL64='`$ECHO "X$OTOOL64" | $Xsed -e "$delay_single_quote_subst"`' doodle-0.7.0/configure:15247:libext='`$ECHO "X$libext" | $Xsed -e "$delay_single_quote_subst"`' doodle-0.7.0/configure:15248:shrext_cmds='`$ECHO "X$shrext_cmds" | $Xsed -e "$delay_single_quote_subst"`' doodle-0.7.0/configure:15249:extract_expsyms_cmds='`$ECHO "X$extract_expsyms_cmds" | $Xsed -e "$delay_single_quote_subst"`' doodle-0.7.0/configure:15250:archive_cmds_need_lc='`$ECHO "X$archive_cmds_need_lc" | $Xsed -e "$delay_single_quote_subst"`' doodle-0.7.0/configure:15251:enable_shared_with_static_runtimes='`$ECHO "X$enable_shared_with_static_runtimes" | $Xsed -e "$delay_single_quote_subst"`' doodle-0.7.0/configure:15252:export_dynamic_flag_spec='`$ECHO "X$export_dynamic_flag_spec" | $Xsed -e "$delay_single_quote_subst"`' doodle-0.7.0/configure:15253:whole_archive_flag_spec='`$ECHO "X$whole_archive_flag_spec" | $Xsed -e "$delay_single_quote_subst"`' doodle-0.7.0/configure:15254:compiler_needs_object='`$ECHO "X$compiler_needs_object" | $Xsed -e "$delay_single_quote_subst"`' doodle-0.7.0/configure:15255:old_archive_from_new_cmds='`$ECHO "X$old_archive_from_new_cmds" | $Xsed -e "$delay_single_quote_subst"`' doodle-0.7.0/configure:15256:old_archive_from_expsyms_cmds='`$ECHO "X$old_archive_from_expsyms_cmds" | $Xsed -e "$delay_single_quote_subst"`' doodle-0.7.0/configure:15257:archive_cmds='`$ECHO "X$archive_cmds" | $Xsed -e "$delay_single_quote_subst"`' doodle-0.7.0/configure:15258:archive_expsym_cmds='`$ECHO "X$archive_expsym_cmds" | $Xsed -e "$delay_single_quote_subst"`' doodle-0.7.0/configure:15259:module_cmds='`$ECHO "X$module_cmds" | $Xsed -e "$delay_single_quote_subst"`' doodle-0.7.0/configure:15260:module_expsym_cmds='`$ECHO "X$module_expsym_cmds" | $Xsed -e "$delay_single_quote_subst"`' doodle-0.7.0/configure:15261:with_gnu_ld='`$ECHO "X$with_gnu_ld" | $Xsed -e "$delay_single_quote_subst"`' doodle-0.7.0/configure:15262:allow_undefined_flag='`$ECHO "X$allow_undefined_flag" | $Xsed -e "$delay_single_quote_subst"`' doodle-0.7.0/configure:15263:no_undefined_flag='`$ECHO "X$no_undefined_flag" | $Xsed -e "$delay_single_quote_subst"`' doodle-0.7.0/configure:15264:hardcode_libdir_flag_spec='`$ECHO "X$hardcode_libdir_flag_spec" | $Xsed -e "$delay_single_quote_subst"`' doodle-0.7.0/configure:15265:hardcode_libdir_flag_spec_ld='`$ECHO "X$hardcode_libdir_flag_spec_ld" | $Xsed -e "$delay_single_quote_subst"`' doodle-0.7.0/configure:15266:hardcode_libdir_separator='`$ECHO "X$hardcode_libdir_separator" | $Xsed -e "$delay_single_quote_subst"`' doodle-0.7.0/configure:15267:hardcode_direct='`$ECHO "X$hardcode_direct" | $Xsed -e "$delay_single_quote_subst"`' doodle-0.7.0/configure:15268:hardcode_direct_absolute='`$ECHO "X$hardcode_direct_absolute" | $Xsed -e "$delay_single_quote_subst"`' doodle-0.7.0/configure:15269:hardcode_minus_L='`$ECHO "X$hardcode_minus_L" | $Xsed -e "$delay_single_quote_subst"`' doodle-0.7.0/configure:15270:hardcode_shlibpath_var='`$ECHO "X$hardcode_shlibpath_var" | $Xsed -e "$delay_single_quote_subst"`' doodle-0.7.0/configure:15271:hardcode_automatic='`$ECHO "X$hardcode_automatic" | $Xsed -e "$delay_single_quote_subst"`' doodle-0.7.0/configure:15272:inherit_rpath='`$ECHO "X$inherit_rpath" | $Xsed -e "$delay_single_quote_subst"`' doodle-0.7.0/configure:15273:link_all_deplibs='`$ECHO "X$link_all_deplibs" | $Xsed -e "$delay_single_quote_subst"`' doodle-0.7.0/configure:15274:fix_srcfile_path='`$ECHO "X$fix_srcfile_path" | $Xsed -e "$delay_single_quote_subst"`' doodle-0.7.0/configure:15275:always_export_symbols='`$ECHO "X$always_export_symbols" | $Xsed -e "$delay_single_quote_subst"`' doodle-0.7.0/configure:15276:export_symbols_cmds='`$ECHO "X$export_symbols_cmds" | $Xsed -e "$delay_single_quote_subst"`' doodle-0.7.0/configure:15277:exclude_expsyms='`$ECHO "X$exclude_expsyms" | $Xsed -e "$delay_single_quote_subst"`' doodle-0.7.0/configure:15278:include_expsyms='`$ECHO "X$include_expsyms" | $Xsed -e "$delay_single_quote_subst"`' doodle-0.7.0/configure:15279:prelink_cmds='`$ECHO "X$prelink_cmds" | $Xsed -e "$delay_single_quote_subst"`' doodle-0.7.0/configure:15280:file_list_spec='`$ECHO "X$file_list_spec" | $Xsed -e "$delay_single_quote_subst"`' doodle-0.7.0/configure:15281:variables_saved_for_relink='`$ECHO "X$variables_saved_for_relink" | $Xsed -e "$delay_single_quote_subst"`' doodle-0.7.0/configure:15282:need_lib_prefix='`$ECHO "X$need_lib_prefix" | $Xsed -e "$delay_single_quote_subst"`' doodle-0.7.0/configure:15283:need_version='`$ECHO "X$need_version" | $Xsed -e "$delay_single_quote_subst"`' doodle-0.7.0/configure:15284:version_type='`$ECHO "X$version_type" | $Xsed -e "$delay_single_quote_subst"`' doodle-0.7.0/configure:15285:runpath_var='`$ECHO "X$runpath_var" | $Xsed -e "$delay_single_quote_subst"`' doodle-0.7.0/configure:15286:shlibpath_var='`$ECHO "X$shlibpath_var" | $Xsed -e "$delay_single_quote_subst"`' doodle-0.7.0/configure:15287:shlibpath_overrides_runpath='`$ECHO "X$shlibpath_overrides_runpath" | $Xsed -e "$delay_single_quote_subst"`' doodle-0.7.0/configure:15288:libname_spec='`$ECHO "X$libname_spec" | $Xsed -e "$delay_single_quote_subst"`' doodle-0.7.0/configure:15289:library_names_spec='`$ECHO "X$library_names_spec" | $Xsed -e "$delay_single_quote_subst"`' doodle-0.7.0/configure:15290:soname_spec='`$ECHO "X$soname_spec" | $Xsed -e "$delay_single_quote_subst"`' doodle-0.7.0/configure:15291:postinstall_cmds='`$ECHO "X$postinstall_cmds" | $Xsed -e "$delay_single_quote_subst"`' doodle-0.7.0/configure:15292:postuninstall_cmds='`$ECHO "X$postuninstall_cmds" | $Xsed -e "$delay_single_quote_subst"`' doodle-0.7.0/configure:15293:finish_cmds='`$ECHO "X$finish_cmds" | $Xsed -e "$delay_single_quote_subst"`' doodle-0.7.0/configure:15294:finish_eval='`$ECHO "X$finish_eval" | $Xsed -e "$delay_single_quote_subst"`' doodle-0.7.0/configure:15295:hardcode_into_libs='`$ECHO "X$hardcode_into_libs" | $Xsed -e "$delay_single_quote_subst"`' doodle-0.7.0/configure:15296:sys_lib_search_path_spec='`$ECHO "X$sys_lib_search_path_spec" | $Xsed -e "$delay_single_quote_subst"`' doodle-0.7.0/configure:15297:sys_lib_dlsearch_path_spec='`$ECHO "X$sys_lib_dlsearch_path_spec" | $Xsed -e "$delay_single_quote_subst"`' doodle-0.7.0/configure:15298:hardcode_action='`$ECHO "X$hardcode_action" | $Xsed -e "$delay_single_quote_subst"`' doodle-0.7.0/configure:15299:enable_dlopen='`$ECHO "X$enable_dlopen" | $Xsed -e "$delay_single_quote_subst"`' doodle-0.7.0/configure:15300:enable_dlopen_self='`$ECHO "X$enable_dlopen_self" | $Xsed -e "$delay_single_quote_subst"`' doodle-0.7.0/configure:15301:enable_dlopen_self_static='`$ECHO "X$enable_dlopen_self_static" | $Xsed -e "$delay_single_quote_subst"`' doodle-0.7.0/configure:15302:old_striplib='`$ECHO "X$old_striplib" | $Xsed -e "$delay_single_quote_subst"`' doodle-0.7.0/configure:15303:striplib='`$ECHO "X$striplib" | $Xsed -e "$delay_single_quote_subst"`' doodle-0.7.0/configure-15304- ############################################## doodle-0.7.0/configure-15367-striplib; do doodle-0.7.0/configure:15368: case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in doodle-0.7.0/configure-15369- *[\\\\\\\`\\"\\\$]*) doodle-0.7.0/configure:15370: eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" doodle-0.7.0/configure-15371- ;; ############################################## doodle-0.7.0/configure-15396-sys_lib_dlsearch_path_spec; do doodle-0.7.0/configure:15397: case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in doodle-0.7.0/configure-15398- *[\\\\\\\`\\"\\\$]*) doodle-0.7.0/configure:15399: eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" doodle-0.7.0/configure-15400- ;; ############################################## doodle-0.7.0/configure-15408-case \$lt_ECHO in doodle-0.7.0/configure:15409:*'\\\$0 --fallback-echo"') lt_ECHO=\`\$ECHO "X\$lt_ECHO" | \$Xsed -e 's/\\\\\\\\\\\\\\\$0 --fallback-echo"\$/\$0 --fallback-echo"/'\` doodle-0.7.0/configure-15410- ;; ############################################## doodle-0.7.0/configure-15533-fi doodle-0.7.0/configure:15534:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null` doodle-0.7.0/configure-15535-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then ############################################## doodle-0.7.0/configure-15550- as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5 doodle-0.7.0/configure:15551:ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'` doodle-0.7.0/configure-15552-ac_delim='%!_!# ' ############################################## doodle-0.7.0/configure-15556- doodle-0.7.0/configure:15557: ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` doodle-0.7.0/configure-15558- if test $ac_delim_n = $ac_delim_num; then ############################################## doodle-0.7.0/configure-15686-for ac_last_try in false false :; do doodle-0.7.0/configure:15687: ac_t=`sed -n "/$ac_delim/p" confdefs.h` doodle-0.7.0/configure-15688- if test -z "$ac_t"; then ############################################## doodle-0.7.0/configure-15818- esac doodle-0.7.0/configure:15819: case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac doodle-0.7.0/configure-15820- as_fn_append ac_file_inputs " '$ac_f'" ############################################## doodle-0.7.0/configure-15877-*) doodle-0.7.0/configure:15878: ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` doodle-0.7.0/configure-15879- # A ".." for each directory in $ac_dir_suffix. doodle-0.7.0/configure:15880: ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` doodle-0.7.0/configure-15881- case $ac_top_builddir_sub in ############################################## doodle-0.7.0/configure-15938-/@mandir@/p' doodle-0.7.0/configure:15939:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in doodle-0.7.0/configure-15940-*datarootdir*) ac_datarootdir_seen=yes;; ############################################## doodle-0.7.0/configure-15955- doodle-0.7.0/configure:15956:# Neutralize VPATH when `$srcdir' = `.'. doodle-0.7.0/configure-15957-# Shell code in configure.ac might set extrasub. ############################################## doodle-0.7.0/configure-15983-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && doodle-0.7.0/configure:15984: { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } && doodle-0.7.0/configure:15985: { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } && doodle-0.7.0/configure-15986- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir' ############################################## doodle-0.7.0/configure-16028- * ) doodle-0.7.0/configure:16029: _am_stamp_count=`expr $_am_stamp_count + 1` ;; doodle-0.7.0/configure-16030- esac ############################################## doodle-0.7.0/configure-16075- # Strip MF so we end up with the name of the file. doodle-0.7.0/configure:16076: mf=`echo "$mf" | sed -e 's/:.*$//'` doodle-0.7.0/configure-16077- # Check whether this is an Automake generated Makefile or not. ############################################## doodle-0.7.0/configure-16112- # from the Makefile without running `make'. doodle-0.7.0/configure:16113: DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` doodle-0.7.0/configure-16114- test -z "$DEPDIR" && continue doodle-0.7.0/configure:16115: am__include=`sed -n 's/^am__include = //p' < "$mf"` doodle-0.7.0/configure-16116- test -z "am__include" && continue doodle-0.7.0/configure:16117: am__quote=`sed -n 's/^am__quote = //p' < "$mf"` doodle-0.7.0/configure-16118- # When using ansi2knr, U may be empty or an underscore; expand it doodle-0.7.0/configure:16119: U=`sed -n 's/^U = //p' < "$mf"` doodle-0.7.0/configure-16120- # Find all dependency output files, they are included files with ############################################## doodle-0.7.0/configure-16173- doodle-0.7.0/configure:16174:# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services. doodle-0.7.0/configure-16175-# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION ############################################## doodle-0.7.0/configure-16688- # Extract subdirectory from the argument. doodle-0.7.0/configure:16689: func_dirname_result=`$ECHO "X${1}" | $Xsed -e "$dirname"` doodle-0.7.0/configure-16690- if test "X$func_dirname_result" = "X${1}"; then ############################################## doodle-0.7.0/configure-16699-{ doodle-0.7.0/configure:16700: func_basename_result=`$ECHO "X${1}" | $Xsed -e "$basename"` doodle-0.7.0/configure-16701-} ############################################## doodle-0.7.0/configure-16726-{ doodle-0.7.0/configure:16727: func_opt_split_opt=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_opt"` doodle-0.7.0/configure:16728: func_opt_split_arg=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_arg"` doodle-0.7.0/configure-16729-} ############################################## doodle-0.7.0/configure-16733-{ doodle-0.7.0/configure:16734: func_lo2o_result=`$ECHO "X${1}" | $Xsed -e "$lo2o"` doodle-0.7.0/configure-16735-} ############################################## doodle-0.7.0/configure-16739-{ doodle-0.7.0/configure:16740: func_xform_result=`$ECHO "X${1}" | $Xsed -e 's/\.[^.]*$/.lo/'` doodle-0.7.0/configure-16741-} ############################################## doodle-0.7.0/configure-16745-{ doodle-0.7.0/configure:16746: func_arith_result=`expr "$@"` doodle-0.7.0/configure-16747-} ############################################## doodle-0.7.0/configure-16752-{ doodle-0.7.0/configure:16753: func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len` doodle-0.7.0/configure-16754-} ############################################## doodle-0.7.0/configure-16797- case "$ac_file" in doodle-0.7.0/configure:16798: *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;; doodle-0.7.0/configure-16799- esac ############################################## doodle-0.7.0/configure-16802- # Adjust a relative srcdir. doodle-0.7.0/configure:16803: ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'` doodle-0.7.0/configure:16804: ac_dir_suffix="/`echo "$ac_dir"|sed 's%^\./%%'`" doodle-0.7.0/configure:16805: ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'` doodle-0.7.0/configure-16806- # In autoconf-2.13 it is called $ac_given_srcdir. ############################################## doodle-0.7.0/configure-16809- case "$ac_given_srcdir" in doodle-0.7.0/configure:16810: .) top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;; doodle-0.7.0/configure-16811- /*) top_srcdir="$ac_given_srcdir" ;; ############################################## doodle-0.7.0/configure-16829- fi doodle-0.7.0/configure:16830: ALL_LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"` doodle-0.7.0/configure-16831- # Hide the ALL_LINGUAS assigment from automake < 1.5. ############################################## doodle-0.7.0/configure-16959-fi ; rm conftest.sed # DONE generate $pkgconfig_generate doodle-0.7.0/configure:16960:pkgconfig_uninstalled=`echo $pkgconfig_generate |sed 's/.pc$/-uninstalled.pc/'` doodle-0.7.0/configure-16961-{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $pkgconfig_uninstalled" >&5 ############################################## doodle-0.7.0/configure-16983-fi ; rm conftest.sed # DONE generate $pkgconfig_uninstalled doodle-0.7.0/configure:16984: pkgconfig_requires_add=`echo ${pkgconfig_requires}` doodle-0.7.0/configure-16985-if test ".$pkgconfig_requires_add" != "." ; then ############################################## doodle-0.7.0/configure-16987- else pkgconfig_requires_add=":" ; fi doodle-0.7.0/configure:16988:pkgconfig_uninstalled=`echo $pkgconfig_generate |sed 's/.pc$/-uninstalled.sh/'` doodle-0.7.0/configure-16989-{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $pkgconfig_uninstalled" >&5 ############################################## doodle-0.7.0/configure-17016- $pkgconfig_requires_add\\ doodle-0.7.0/configure:17017:;; --variable=*) eval echo '\$'\`echo \$option | sed -e 's/.*=//'\`\\ doodle-0.7.0/configure-17018-;; --uninstalled) exit 0 \\ ############################################## doodle-0.7.0/compile-105-# Name of file we expect compiler to create. doodle-0.7.0/compile:106:cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'` doodle-0.7.0/compile-107- ############################################## doodle-0.7.0/compile-111-# object file name, since that is what matters with a parallel build. doodle-0.7.0/compile:112:lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d doodle-0.7.0/compile-113-while true; do ############################################## doodle-0.7.0/Makefile.in-69- ps-recursive uninstall-recursive doodle-0.7.0/Makefile.in:70:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; doodle-0.7.0/Makefile.in-71-am__vpath_adj = case $$p in \ doodle-0.7.0/Makefile.in:72: $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ doodle-0.7.0/Makefile.in-73- *) f=$$p;; \ doodle-0.7.0/Makefile.in-74- esac; doodle-0.7.0/Makefile.in:75:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; doodle-0.7.0/Makefile.in-76-am__install_max = 40 doodle-0.7.0/Makefile.in-77-am__nobase_strip_setup = \ doodle-0.7.0/Makefile.in:78: srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` doodle-0.7.0/Makefile.in-79-am__nobase_strip = \ ############################################## doodle-0.7.0/Makefile.in-114- while test -n "$$dir1"; do \ doodle-0.7.0/Makefile.in:115: first=`echo "$$dir1" | sed -e "$$sed_first"`; \ doodle-0.7.0/Makefile.in-116- if test "$$first" != "."; then \ doodle-0.7.0/Makefile.in-117- if test "$$first" = ".."; then \ doodle-0.7.0/Makefile.in:118: dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ doodle-0.7.0/Makefile.in:119: dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ doodle-0.7.0/Makefile.in-120- else \ doodle-0.7.0/Makefile.in:121: first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ doodle-0.7.0/Makefile.in-122- if test "$$first2" = "$$first"; then \ doodle-0.7.0/Makefile.in:123: dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ doodle-0.7.0/Makefile.in-124- else \ ############################################## doodle-0.7.0/Makefile.in-129- fi; \ doodle-0.7.0/Makefile.in:130: dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ doodle-0.7.0/Makefile.in-131- done; \ ############################################## doodle-0.7.0/Makefile.in-361- @list='$(pkgconfigdata_DATA)'; test -n "$(pkgconfigdatadir)" || list=; \ doodle-0.7.0/Makefile.in:362: files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ doodle-0.7.0/Makefile.in-363- test -n "$$files" || exit 0; \ ############################################## doodle-0.7.0/Makefile.in-381- dot_seen=no; \ doodle-0.7.0/Makefile.in:382: target=`echo $@ | sed s/-recursive//`; \ doodle-0.7.0/Makefile.in-383- list='$(SUBDIRS)'; for subdir in $$list; do \ ############################################## doodle-0.7.0/Makefile.in-416- rev="$$rev ."; \ doodle-0.7.0/Makefile.in:417: target=`echo $@ | sed s/-recursive//`; \ doodle-0.7.0/Makefile.in-418- for subdir in $$rev; do \ ############################################## doodle-0.7.0/Makefile.in-494-GTAGS: doodle-0.7.0/Makefile.in:495: here=`$(am__cd) $(top_builddir) && pwd` \ doodle-0.7.0/Makefile.in-496- && $(am__cd) $(top_srcdir) \ ############################################## doodle-0.7.0/Makefile.in-504- test -d "$(distdir)" || mkdir "$(distdir)" doodle-0.7.0/Makefile.in:505: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ doodle-0.7.0/Makefile.in:506: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ doodle-0.7.0/Makefile.in-507- list='$(DISTFILES)'; \ ############################################## doodle-0.7.0/Makefile.in-518- if test -d $$d/$$file; then \ doodle-0.7.0/Makefile.in:519: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ doodle-0.7.0/Makefile.in-520- if test -d "$(distdir)/$$file"; then \ ############################################## doodle-0.7.0/Makefile.in-626- test -d $(distdir)/_build || exit 0; \ doodle-0.7.0/Makefile.in:627: dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ doodle-0.7.0/Makefile.in-628- && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ ############################################## doodle-0.7.0/Makefile.in-660- @$(am__cd) '$(distuninstallcheck_dir)' \ doodle-0.7.0/Makefile.in:661: && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \ doodle-0.7.0/Makefile.in-662- || { echo "ERROR: files left after uninstall:" ; \ ############################################## doodle-0.7.0/Makefile.in-672- fi doodle-0.7.0/Makefile.in:673: @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ doodle-0.7.0/Makefile.in-674- || { echo "ERROR: files left in build directory after distclean:" ; \ ############################################## doodle-0.7.0/missing-139- # Could not run --version or --help. This is probably someone doodle-0.7.0/missing:140: # running `$TOOL --version' or `$TOOL --help' to check whether doodle-0.7.0/missing-141- # $TOOL exists and not knowing $TOOL uses missing. ############################################## doodle-0.7.0/missing-173- from any GNU archive site." doodle-0.7.0/missing:174: files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}` doodle-0.7.0/missing-175- test -z "$files" && files="config.h" ############################################## doodle-0.7.0/missing-202- proper tools for further handling them. doodle-0.7.0/missing:203: You can get \`$1' as part of \`Autoconf' from any GNU doodle-0.7.0/missing-204- archive site." doodle-0.7.0/missing-205- doodle-0.7.0/missing:206: file=`echo "$*" | sed -n "$sed_output"` doodle-0.7.0/missing:207: test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"` doodle-0.7.0/missing-208- if test -f "$file"; then ############################################## doodle-0.7.0/missing-231- *.y) doodle-0.7.0/missing:232: SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'` doodle-0.7.0/missing-233- if test -f "$SRCFILE"; then ############################################## doodle-0.7.0/missing-235- fi doodle-0.7.0/missing:236: SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'` doodle-0.7.0/missing-237- if test -f "$SRCFILE"; then ############################################## doodle-0.7.0/missing-261- *.l) doodle-0.7.0/missing:262: SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'` doodle-0.7.0/missing-263- if test -f "$SRCFILE"; then ############################################## doodle-0.7.0/missing-280- doodle-0.7.0/missing:281: file=`echo "$*" | sed -n "$sed_output"` doodle-0.7.0/missing:282: test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"` doodle-0.7.0/missing-283- if test -f "$file"; then ############################################## doodle-0.7.0/missing-300- # The file to touch is that specified with -o ... doodle-0.7.0/missing:301: file=`echo "$*" | sed -n "$sed_output"` doodle-0.7.0/missing:302: test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"` doodle-0.7.0/missing-303- if test -z "$file"; then doodle-0.7.0/missing-304- # ... or it is the one specified with @setfilename ... doodle-0.7.0/missing:305: infile=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'` doodle-0.7.0/missing-306- file=`sed -n ' ############################################## doodle-0.7.0/missing-312- # ... or it is derived from the source name (dir/f.texi becomes f.info) doodle-0.7.0/missing:313: test -z "$file" && file=`echo "$infile" | sed 's,.*/,,;s,.[^.]*$,,'`.info doodle-0.7.0/missing-314- fi ############################################## doodle-0.7.0/missing-336- *o*) doodle-0.7.0/missing:337: firstarg=`echo "$firstarg" | sed s/o//` doodle-0.7.0/missing-338- tar "$firstarg" "$@" && exit 0 ############################################## doodle-0.7.0/missing-342- *h*) doodle-0.7.0/missing:343: firstarg=`echo "$firstarg" | sed s/h//` doodle-0.7.0/missing-344- tar "$firstarg" "$@" && exit 0 ############################################## doodle-0.7.0/config.rpath-33-host="$1" doodle-0.7.0/config.rpath:34:host_cpu=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` doodle-0.7.0/config.rpath:35:host_vendor=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` doodle-0.7.0/config.rpath:36:host_os=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` doodle-0.7.0/config.rpath-37- ############################################## doodle-0.7.0/config.rpath-47-done doodle-0.7.0/config.rpath:48:cc_basename=`echo "$cc_temp" | sed -e 's%^.*/%%'` doodle-0.7.0/config.rpath-49- ############################################## doodle-0.7.0/config.rpath-91- *) doodle-0.7.0/config.rpath:92: case `$CC -V 2>&1 | sed 5q` in doodle-0.7.0/config.rpath-93- *Sun\ C*) ############################################## doodle-0.7.0/config.rpath-214- sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*) doodle-0.7.0/config.rpath:215: case `$LD -v 2>&1` in doodle-0.7.0/config.rpath-216- *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*) ############################################## doodle-0.7.0/config.rpath-220- if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then doodle-0.7.0/config.rpath:221: hardcode_libdir_flag_spec='`test -z "$SCOABSPATH" && echo ${wl}-rpath,$libdir`' doodle-0.7.0/config.rpath-222- else ############################################## doodle-0.7.0/config.rpath-277- case $host_os in aix4.[012]|aix4.[012].*) doodle-0.7.0/config.rpath:278: collect2name=`${CC} -print-prog-name=collect2` doodle-0.7.0/config.rpath-279- if test -f "$collect2name" && \ ############################################## doodle-0.7.0/config.rpath-415- hardcode_direct=yes doodle-0.7.0/config.rpath:416: if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then doodle-0.7.0/config.rpath-417- hardcode_libdir_flag_spec='${wl}-rpath,$libdir' ############################################## doodle-0.7.0/config.rpath-476- sysv5* | sco3.2v5* | sco5v6*) doodle-0.7.0/config.rpath:477: hardcode_libdir_flag_spec='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`' doodle-0.7.0/config.rpath-478- hardcode_libdir_separator=':' ############################################## doodle-0.7.0/config.rpath-583-sed_quote_subst='s/\(["`$\\]\)/\\\1/g' doodle-0.7.0/config.rpath:584:escaped_wl=`echo "X$wl" | sed -e 's/^X//' -e "$sed_quote_subst"` doodle-0.7.0/config.rpath:585:shlibext=`echo "$shrext" | sed -e 's,^\.,,'` doodle-0.7.0/config.rpath:586:escaped_hardcode_libdir_flag_spec=`echo "X$hardcode_libdir_flag_spec" | sed -e 's/^X//' -e "$sed_quote_subst"` doodle-0.7.0/config.rpath-587- ############################################## doodle-0.7.0/doc/Makefile.in-78- while test -n "$$dir1"; do \ doodle-0.7.0/doc/Makefile.in:79: first=`echo "$$dir1" | sed -e "$$sed_first"`; \ doodle-0.7.0/doc/Makefile.in-80- if test "$$first" != "."; then \ doodle-0.7.0/doc/Makefile.in-81- if test "$$first" = ".."; then \ doodle-0.7.0/doc/Makefile.in:82: dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ doodle-0.7.0/doc/Makefile.in:83: dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ doodle-0.7.0/doc/Makefile.in-84- else \ doodle-0.7.0/doc/Makefile.in:85: first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ doodle-0.7.0/doc/Makefile.in-86- if test "$$first2" = "$$first"; then \ doodle-0.7.0/doc/Makefile.in:87: dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ doodle-0.7.0/doc/Makefile.in-88- else \ ############################################## doodle-0.7.0/doc/Makefile.in-93- fi; \ doodle-0.7.0/doc/Makefile.in:94: dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ doodle-0.7.0/doc/Makefile.in-95- done; \ ############################################## doodle-0.7.0/doc/Makefile.in-286- dot_seen=no; \ doodle-0.7.0/doc/Makefile.in:287: target=`echo $@ | sed s/-recursive//`; \ doodle-0.7.0/doc/Makefile.in-288- list='$(SUBDIRS)'; for subdir in $$list; do \ ############################################## doodle-0.7.0/doc/Makefile.in-321- rev="$$rev ."; \ doodle-0.7.0/doc/Makefile.in:322: target=`echo $@ | sed s/-recursive//`; \ doodle-0.7.0/doc/Makefile.in-323- for subdir in $$rev; do \ ############################################## doodle-0.7.0/doc/Makefile.in-399-GTAGS: doodle-0.7.0/doc/Makefile.in:400: here=`$(am__cd) $(top_builddir) && pwd` \ doodle-0.7.0/doc/Makefile.in-401- && $(am__cd) $(top_srcdir) \ ############################################## doodle-0.7.0/doc/Makefile.in-407-distdir: $(DISTFILES) doodle-0.7.0/doc/Makefile.in:408: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ doodle-0.7.0/doc/Makefile.in:409: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ doodle-0.7.0/doc/Makefile.in-410- list='$(DISTFILES)'; \ ############################################## doodle-0.7.0/doc/Makefile.in-421- if test -d $$d/$$file; then \ doodle-0.7.0/doc/Makefile.in:422: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ doodle-0.7.0/doc/Makefile.in-423- if test -d "$(distdir)/$$file"; then \ ############################################## doodle-0.7.0/doc/man/Makefile.in-55-DIST_SOURCES = doodle-0.7.0/doc/man/Makefile.in:56:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; doodle-0.7.0/doc/man/Makefile.in-57-am__vpath_adj = case $$p in \ doodle-0.7.0/doc/man/Makefile.in:58: $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ doodle-0.7.0/doc/man/Makefile.in-59- *) f=$$p;; \ doodle-0.7.0/doc/man/Makefile.in-60- esac; doodle-0.7.0/doc/man/Makefile.in:61:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; doodle-0.7.0/doc/man/Makefile.in-62-am__install_max = 40 doodle-0.7.0/doc/man/Makefile.in-63-am__nobase_strip_setup = \ doodle-0.7.0/doc/man/Makefile.in:64: srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` doodle-0.7.0/doc/man/Makefile.in-65-am__nobase_strip = \ ############################################## doodle-0.7.0/doc/man/Makefile.in-360- else :; fi doodle-0.7.0/doc/man/Makefile.in:361: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ doodle-0.7.0/doc/man/Makefile.in:362: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ doodle-0.7.0/doc/man/Makefile.in-363- list='$(DISTFILES)'; \ ############################################## doodle-0.7.0/doc/man/Makefile.in-374- if test -d $$d/$$file; then \ doodle-0.7.0/doc/man/Makefile.in:375: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ doodle-0.7.0/doc/man/Makefile.in-376- if test -d "$(distdir)/$$file"; then \ ############################################## doodle-0.7.0/.pc/02-gold.patch/src/doodle/Makefile.in-62-CONFIG_CLEAN_VPATH_FILES = doodle-0.7.0/.pc/02-gold.patch/src/doodle/Makefile.in:63:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; doodle-0.7.0/.pc/02-gold.patch/src/doodle/Makefile.in-64-am__vpath_adj = case $$p in \ doodle-0.7.0/.pc/02-gold.patch/src/doodle/Makefile.in:65: $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ doodle-0.7.0/.pc/02-gold.patch/src/doodle/Makefile.in-66- *) f=$$p;; \ doodle-0.7.0/.pc/02-gold.patch/src/doodle/Makefile.in-67- esac; doodle-0.7.0/.pc/02-gold.patch/src/doodle/Makefile.in:68:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; doodle-0.7.0/.pc/02-gold.patch/src/doodle/Makefile.in-69-am__install_max = 40 doodle-0.7.0/.pc/02-gold.patch/src/doodle/Makefile.in-70-am__nobase_strip_setup = \ doodle-0.7.0/.pc/02-gold.patch/src/doodle/Makefile.in:71: srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` doodle-0.7.0/.pc/02-gold.patch/src/doodle/Makefile.in-72-am__nobase_strip = \ ############################################## doodle-0.7.0/.pc/02-gold.patch/src/doodle/Makefile.in-193- while test -n "$$dir1"; do \ doodle-0.7.0/.pc/02-gold.patch/src/doodle/Makefile.in:194: first=`echo "$$dir1" | sed -e "$$sed_first"`; \ doodle-0.7.0/.pc/02-gold.patch/src/doodle/Makefile.in-195- if test "$$first" != "."; then \ doodle-0.7.0/.pc/02-gold.patch/src/doodle/Makefile.in-196- if test "$$first" = ".."; then \ doodle-0.7.0/.pc/02-gold.patch/src/doodle/Makefile.in:197: dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ doodle-0.7.0/.pc/02-gold.patch/src/doodle/Makefile.in:198: dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ doodle-0.7.0/.pc/02-gold.patch/src/doodle/Makefile.in-199- else \ doodle-0.7.0/.pc/02-gold.patch/src/doodle/Makefile.in:200: first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ doodle-0.7.0/.pc/02-gold.patch/src/doodle/Makefile.in-201- if test "$$first2" = "$$first"; then \ doodle-0.7.0/.pc/02-gold.patch/src/doodle/Makefile.in:202: dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ doodle-0.7.0/.pc/02-gold.patch/src/doodle/Makefile.in-203- else \ ############################################## doodle-0.7.0/.pc/02-gold.patch/src/doodle/Makefile.in-208- fi; \ doodle-0.7.0/.pc/02-gold.patch/src/doodle/Makefile.in:209: dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ doodle-0.7.0/.pc/02-gold.patch/src/doodle/Makefile.in-210- done; \ ############################################## doodle-0.7.0/.pc/02-gold.patch/src/doodle/Makefile.in-552- @list='$(lib_LTLIBRARIES)'; for p in $$list; do \ doodle-0.7.0/.pc/02-gold.patch/src/doodle/Makefile.in:553: dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ doodle-0.7.0/.pc/02-gold.patch/src/doodle/Makefile.in-554- test "$$dir" != "$$p" || dir=.; \ ############################################## doodle-0.7.0/.pc/02-gold.patch/src/doodle/Makefile.in-561- @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \ doodle-0.7.0/.pc/02-gold.patch/src/doodle/Makefile.in:562: dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ doodle-0.7.0/.pc/02-gold.patch/src/doodle/Makefile.in-563- test "$$dir" != "$$p" || dir=.; \ ############################################## doodle-0.7.0/.pc/02-gold.patch/src/doodle/Makefile.in-612- test -n "$(EXEEXT)" || exit 0; \ doodle-0.7.0/.pc/02-gold.patch/src/doodle/Makefile.in:613: list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ doodle-0.7.0/.pc/02-gold.patch/src/doodle/Makefile.in-614- echo " rm -f" $$list; \ ############################################## doodle-0.7.0/.pc/02-gold.patch/src/doodle/Makefile.in-621- test -n "$(EXEEXT)" || exit 0; \ doodle-0.7.0/.pc/02-gold.patch/src/doodle/Makefile.in:622: list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ doodle-0.7.0/.pc/02-gold.patch/src/doodle/Makefile.in-623- echo " rm -f" $$list; \ ############################################## doodle-0.7.0/.pc/02-gold.patch/src/doodle/Makefile.in-630- test -n "$(EXEEXT)" || exit 0; \ doodle-0.7.0/.pc/02-gold.patch/src/doodle/Makefile.in:631: list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ doodle-0.7.0/.pc/02-gold.patch/src/doodle/Makefile.in-632- echo " rm -f" $$list; \ ############################################## doodle-0.7.0/.pc/02-gold.patch/src/doodle/Makefile.in-703-.c.obj: doodle-0.7.0/.pc/02-gold.patch/src/doodle/Makefile.in:704:@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` doodle-0.7.0/.pc/02-gold.patch/src/doodle/Makefile.in-705-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po ############################################## doodle-0.7.0/.pc/02-gold.patch/src/doodle/Makefile.in-707-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ doodle-0.7.0/.pc/02-gold.patch/src/doodle/Makefile.in:708:@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` doodle-0.7.0/.pc/02-gold.patch/src/doodle/Makefile.in-709- ############################################## doodle-0.7.0/.pc/02-gold.patch/src/doodle/Makefile.in-717-doodled-doodled.o: doodled.c doodle-0.7.0/.pc/02-gold.patch/src/doodle/Makefile.in:718:@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(doodled_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT doodled-doodled.o -MD -MP -MF $(DEPDIR)/doodled-doodled.Tpo -c -o doodled-doodled.o `test -f 'doodled.c' || echo '$(srcdir)/'`doodled.c doodle-0.7.0/.pc/02-gold.patch/src/doodle/Makefile.in-719-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/doodled-doodled.Tpo $(DEPDIR)/doodled-doodled.Po ############################################## doodle-0.7.0/.pc/02-gold.patch/src/doodle/Makefile.in-721-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ doodle-0.7.0/.pc/02-gold.patch/src/doodle/Makefile.in:722:@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(doodled_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o doodled-doodled.o `test -f 'doodled.c' || echo '$(srcdir)/'`doodled.c doodle-0.7.0/.pc/02-gold.patch/src/doodle/Makefile.in-723- doodle-0.7.0/.pc/02-gold.patch/src/doodle/Makefile.in-724-doodled-doodled.obj: doodled.c doodle-0.7.0/.pc/02-gold.patch/src/doodle/Makefile.in:725:@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(doodled_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT doodled-doodled.obj -MD -MP -MF $(DEPDIR)/doodled-doodled.Tpo -c -o doodled-doodled.obj `if test -f 'doodled.c'; then $(CYGPATH_W) 'doodled.c'; else $(CYGPATH_W) '$(srcdir)/doodled.c'; fi` doodle-0.7.0/.pc/02-gold.patch/src/doodle/Makefile.in-726-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/doodled-doodled.Tpo $(DEPDIR)/doodled-doodled.Po ############################################## doodle-0.7.0/.pc/02-gold.patch/src/doodle/Makefile.in-728-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ doodle-0.7.0/.pc/02-gold.patch/src/doodle/Makefile.in:729:@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(doodled_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o doodled-doodled.obj `if test -f 'doodled.c'; then $(CYGPATH_W) 'doodled.c'; else $(CYGPATH_W) '$(srcdir)/doodled.c'; fi` doodle-0.7.0/.pc/02-gold.patch/src/doodle/Makefile.in-730- doodle-0.7.0/.pc/02-gold.patch/src/doodle/Makefile.in-731-doodled-semaphore.o: semaphore.c doodle-0.7.0/.pc/02-gold.patch/src/doodle/Makefile.in:732:@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(doodled_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT doodled-semaphore.o -MD -MP -MF $(DEPDIR)/doodled-semaphore.Tpo -c -o doodled-semaphore.o `test -f 'semaphore.c' || echo '$(srcdir)/'`semaphore.c doodle-0.7.0/.pc/02-gold.patch/src/doodle/Makefile.in-733-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/doodled-semaphore.Tpo $(DEPDIR)/doodled-semaphore.Po ############################################## doodle-0.7.0/.pc/02-gold.patch/src/doodle/Makefile.in-735-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ doodle-0.7.0/.pc/02-gold.patch/src/doodle/Makefile.in:736:@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(doodled_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o doodled-semaphore.o `test -f 'semaphore.c' || echo '$(srcdir)/'`semaphore.c doodle-0.7.0/.pc/02-gold.patch/src/doodle/Makefile.in-737- doodle-0.7.0/.pc/02-gold.patch/src/doodle/Makefile.in-738-doodled-semaphore.obj: semaphore.c doodle-0.7.0/.pc/02-gold.patch/src/doodle/Makefile.in:739:@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(doodled_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT doodled-semaphore.obj -MD -MP -MF $(DEPDIR)/doodled-semaphore.Tpo -c -o doodled-semaphore.obj `if test -f 'semaphore.c'; then $(CYGPATH_W) 'semaphore.c'; else $(CYGPATH_W) '$(srcdir)/semaphore.c'; fi` doodle-0.7.0/.pc/02-gold.patch/src/doodle/Makefile.in-740-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/doodled-semaphore.Tpo $(DEPDIR)/doodled-semaphore.Po ############################################## doodle-0.7.0/.pc/02-gold.patch/src/doodle/Makefile.in-742-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ doodle-0.7.0/.pc/02-gold.patch/src/doodle/Makefile.in:743:@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(doodled_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o doodled-semaphore.obj `if test -f 'semaphore.c'; then $(CYGPATH_W) 'semaphore.c'; else $(CYGPATH_W) '$(srcdir)/semaphore.c'; fi` doodle-0.7.0/.pc/02-gold.patch/src/doodle/Makefile.in-744- doodle-0.7.0/.pc/02-gold.patch/src/doodle/Makefile.in-745-doodled-shutdown.o: shutdown.c doodle-0.7.0/.pc/02-gold.patch/src/doodle/Makefile.in:746:@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(doodled_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT doodled-shutdown.o -MD -MP -MF $(DEPDIR)/doodled-shutdown.Tpo -c -o doodled-shutdown.o `test -f 'shutdown.c' || echo '$(srcdir)/'`shutdown.c doodle-0.7.0/.pc/02-gold.patch/src/doodle/Makefile.in-747-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/doodled-shutdown.Tpo $(DEPDIR)/doodled-shutdown.Po ############################################## doodle-0.7.0/.pc/02-gold.patch/src/doodle/Makefile.in-749-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ doodle-0.7.0/.pc/02-gold.patch/src/doodle/Makefile.in:750:@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(doodled_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o doodled-shutdown.o `test -f 'shutdown.c' || echo '$(srcdir)/'`shutdown.c doodle-0.7.0/.pc/02-gold.patch/src/doodle/Makefile.in-751- doodle-0.7.0/.pc/02-gold.patch/src/doodle/Makefile.in-752-doodled-shutdown.obj: shutdown.c doodle-0.7.0/.pc/02-gold.patch/src/doodle/Makefile.in:753:@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(doodled_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT doodled-shutdown.obj -MD -MP -MF $(DEPDIR)/doodled-shutdown.Tpo -c -o doodled-shutdown.obj `if test -f 'shutdown.c'; then $(CYGPATH_W) 'shutdown.c'; else $(CYGPATH_W) '$(srcdir)/shutdown.c'; fi` doodle-0.7.0/.pc/02-gold.patch/src/doodle/Makefile.in-754-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/doodled-shutdown.Tpo $(DEPDIR)/doodled-shutdown.Po ############################################## doodle-0.7.0/.pc/02-gold.patch/src/doodle/Makefile.in-756-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ doodle-0.7.0/.pc/02-gold.patch/src/doodle/Makefile.in:757:@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(doodled_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o doodled-shutdown.obj `if test -f 'shutdown.c'; then $(CYGPATH_W) 'shutdown.c'; else $(CYGPATH_W) '$(srcdir)/shutdown.c'; fi` doodle-0.7.0/.pc/02-gold.patch/src/doodle/Makefile.in-758- ############################################## doodle-0.7.0/.pc/02-gold.patch/src/doodle/Makefile.in-779- @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \ doodle-0.7.0/.pc/02-gold.patch/src/doodle/Makefile.in:780: files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ doodle-0.7.0/.pc/02-gold.patch/src/doodle/Makefile.in-781- test -n "$$files" || exit 0; \ ############################################## doodle-0.7.0/.pc/02-gold.patch/src/doodle/Makefile.in-799- dot_seen=no; \ doodle-0.7.0/.pc/02-gold.patch/src/doodle/Makefile.in:800: target=`echo $@ | sed s/-recursive//`; \ doodle-0.7.0/.pc/02-gold.patch/src/doodle/Makefile.in-801- list='$(SUBDIRS)'; for subdir in $$list; do \ ############################################## doodle-0.7.0/.pc/02-gold.patch/src/doodle/Makefile.in-834- rev="$$rev ."; \ doodle-0.7.0/.pc/02-gold.patch/src/doodle/Makefile.in:835: target=`echo $@ | sed s/-recursive//`; \ doodle-0.7.0/.pc/02-gold.patch/src/doodle/Makefile.in-836- for subdir in $$rev; do \ ############################################## doodle-0.7.0/.pc/02-gold.patch/src/doodle/Makefile.in-912-GTAGS: doodle-0.7.0/.pc/02-gold.patch/src/doodle/Makefile.in:913: here=`$(am__cd) $(top_builddir) && pwd` \ doodle-0.7.0/.pc/02-gold.patch/src/doodle/Makefile.in-914- && $(am__cd) $(top_srcdir) \ ############################################## doodle-0.7.0/.pc/02-gold.patch/src/doodle/Makefile.in-930- if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \ doodle-0.7.0/.pc/02-gold.patch/src/doodle/Makefile.in:931: all=`expr $$all + 1`; \ doodle-0.7.0/.pc/02-gold.patch/src/doodle/Makefile.in-932- case " $(XFAIL_TESTS) " in \ doodle-0.7.0/.pc/02-gold.patch/src/doodle/Makefile.in-933- *[\ \ ]$$tst[\ \ ]*) \ doodle-0.7.0/.pc/02-gold.patch/src/doodle/Makefile.in:934: xpass=`expr $$xpass + 1`; \ doodle-0.7.0/.pc/02-gold.patch/src/doodle/Makefile.in:935: failed=`expr $$failed + 1`; \ doodle-0.7.0/.pc/02-gold.patch/src/doodle/Makefile.in-936- col=$$red; res=XPASS; \ ############################################## doodle-0.7.0/.pc/02-gold.patch/src/doodle/Makefile.in-942- elif test $$? -ne 77; then \ doodle-0.7.0/.pc/02-gold.patch/src/doodle/Makefile.in:943: all=`expr $$all + 1`; \ doodle-0.7.0/.pc/02-gold.patch/src/doodle/Makefile.in-944- case " $(XFAIL_TESTS) " in \ doodle-0.7.0/.pc/02-gold.patch/src/doodle/Makefile.in-945- *[\ \ ]$$tst[\ \ ]*) \ doodle-0.7.0/.pc/02-gold.patch/src/doodle/Makefile.in:946: xfail=`expr $$xfail + 1`; \ doodle-0.7.0/.pc/02-gold.patch/src/doodle/Makefile.in-947- col=$$lgn; res=XFAIL; \ ############################################## doodle-0.7.0/.pc/02-gold.patch/src/doodle/Makefile.in-949- *) \ doodle-0.7.0/.pc/02-gold.patch/src/doodle/Makefile.in:950: failed=`expr $$failed + 1`; \ doodle-0.7.0/.pc/02-gold.patch/src/doodle/Makefile.in-951- col=$$red; res=FAIL; \ ############################################## doodle-0.7.0/.pc/02-gold.patch/src/doodle/Makefile.in-954- else \ doodle-0.7.0/.pc/02-gold.patch/src/doodle/Makefile.in:955: skip=`expr $$skip + 1`; \ doodle-0.7.0/.pc/02-gold.patch/src/doodle/Makefile.in-956- col=$$blu; res=SKIP; \ ############################################## doodle-0.7.0/.pc/02-gold.patch/src/doodle/Makefile.in-989- fi; \ doodle-0.7.0/.pc/02-gold.patch/src/doodle/Makefile.in:990: test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \ doodle-0.7.0/.pc/02-gold.patch/src/doodle/Makefile.in-991- dashes="$$skipped"; \ ############################################## doodle-0.7.0/.pc/02-gold.patch/src/doodle/Makefile.in-995- report="Please report to $(PACKAGE_BUGREPORT)"; \ doodle-0.7.0/.pc/02-gold.patch/src/doodle/Makefile.in:996: test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \ doodle-0.7.0/.pc/02-gold.patch/src/doodle/Makefile.in-997- dashes="$$report"; \ doodle-0.7.0/.pc/02-gold.patch/src/doodle/Makefile.in-998- fi; \ doodle-0.7.0/.pc/02-gold.patch/src/doodle/Makefile.in:999: dashes=`echo "$$dashes" | sed s/./=/g`; \ doodle-0.7.0/.pc/02-gold.patch/src/doodle/Makefile.in-1000- if test "$$failed" -eq 0; then \ ############################################## doodle-0.7.0/.pc/02-gold.patch/src/doodle/Makefile.in-1012-distdir: $(DISTFILES) doodle-0.7.0/.pc/02-gold.patch/src/doodle/Makefile.in:1013: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ doodle-0.7.0/.pc/02-gold.patch/src/doodle/Makefile.in:1014: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ doodle-0.7.0/.pc/02-gold.patch/src/doodle/Makefile.in-1015- list='$(DISTFILES)'; \ ############################################## doodle-0.7.0/.pc/02-gold.patch/src/doodle/Makefile.in-1026- if test -d $$d/$$file; then \ doodle-0.7.0/.pc/02-gold.patch/src/doodle/Makefile.in:1027: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ doodle-0.7.0/.pc/02-gold.patch/src/doodle/Makefile.in-1028- if test -d "$(distdir)/$$file"; then \