=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== dmucs-0.6.1/config.guess-37- dmucs-0.6.1/config.guess:38:me=`echo "$0" | sed -e 's,.*/,,'` dmucs-0.6.1/config.guess-39- ############################################## dmucs-0.6.1/config.guess-106-: ${TMPDIR=/tmp} ; dmucs-0.6.1/config.guess:107: { tmp=`(umask 077 && mktemp -d -q "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } || dmucs-0.6.1/config.guess-108- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } || ############################################## dmucs-0.6.1/config.guess-191- *) dmucs-0.6.1/config.guess:192: release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'` dmucs-0.6.1/config.guess-193- ;; ############################################## dmucs-0.6.1/config.guess-240- if test $UNAME_RELEASE = "V4.0"; then dmucs-0.6.1/config.guess:241: UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'` dmucs-0.6.1/config.guess-242- fi ############################################## dmucs-0.6.1/config.guess-246- # types through head -n 1, so we only detect the type of CPU 0. dmucs-0.6.1/config.guess:247: ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^ The alpha \(.*\) processor.*$/\1/p' | head -n 1` dmucs-0.6.1/config.guess-248- case "$ALPHA_CPU_TYPE" in ############################################## dmucs-0.6.1/config.guess-283- # 1.2 uses "1.2" for uname -r. dmucs-0.6.1/config.guess:284: echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[VTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'` dmucs-0.6.1/config.guess-285- exit 0 ;; ############################################## dmucs-0.6.1/config.guess-334- sun4H:SunOS:5.*:*) dmucs-0.6.1/config.guess:335: echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` dmucs-0.6.1/config.guess-336- exit 0 ;; dmucs-0.6.1/config.guess-337- sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*) dmucs-0.6.1/config.guess:338: echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` dmucs-0.6.1/config.guess-339- exit 0 ;; dmucs-0.6.1/config.guess-340- i86pc:SunOS:5.*:*) dmucs-0.6.1/config.guess:341: echo i386-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` dmucs-0.6.1/config.guess-342- exit 0 ;; ############################################## dmucs-0.6.1/config.guess-346- # it's likely to be more like Solaris than SunOS4. dmucs-0.6.1/config.guess:347: echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` dmucs-0.6.1/config.guess-348- exit 0 ;; ############################################## dmucs-0.6.1/config.guess-355- # Japanese Language versions have a version number like `4.1.3-JL'. dmucs-0.6.1/config.guess:356: echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'` dmucs-0.6.1/config.guess-357- exit 0 ;; ############################################## dmucs-0.6.1/config.guess-361- sun*:*:4.2BSD:*) dmucs-0.6.1/config.guess:362: UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null` dmucs-0.6.1/config.guess-363- test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3 ############################################## dmucs-0.6.1/config.guess-440- $CC_FOR_BUILD -o $dummy $dummy.c \ dmucs-0.6.1/config.guess:441: && $dummy `echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` \ dmucs-0.6.1/config.guess-442- && exit 0 ############################################## dmucs-0.6.1/config.guess-495- *:IRIX*:*:*) dmucs-0.6.1/config.guess:496: echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'` dmucs-0.6.1/config.guess-497- exit 0 ;; ############################################## dmucs-0.6.1/config.guess-534- *:AIX:*:[45]) dmucs-0.6.1/config.guess:535: IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'` dmucs-0.6.1/config.guess-536- if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then ############################################## dmucs-0.6.1/config.guess-569- 9000/[34678]??:HP-UX:*:*) dmucs-0.6.1/config.guess:570: HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'` dmucs-0.6.1/config.guess-571- case "${UNAME_MACHINE}" in ############################################## dmucs-0.6.1/config.guess-623-EOF dmucs-0.6.1/config.guess:624: (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy` dmucs-0.6.1/config.guess-625- test -z "$HP_ARCH" && HP_ARCH=hppa ############################################## dmucs-0.6.1/config.guess-641- ia64:HP-UX:*:*) dmucs-0.6.1/config.guess:642: HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'` dmucs-0.6.1/config.guess-643- echo ia64-hp-hpux${HPUX_REV} ############################################## dmucs-0.6.1/config.guess-741- FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'` dmucs-0.6.1/config.guess:742: FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'` dmucs-0.6.1/config.guess-743- echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" ############################################## dmucs-0.6.1/config.guess-764-EOF dmucs-0.6.1/config.guess:765: eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^LIBC=` dmucs-0.6.1/config.guess-766- # GNU/FreeBSD systems have a "k" prefix to indicate we are using ############################################## dmucs-0.6.1/config.guess-768- case ${LIBC} in gnu) kernel_only='k' ;; esac dmucs-0.6.1/config.guess:769: echo ${UNAME_MACHINE}-unknown-${kernel_only}freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`${LIBC:+-$LIBC} dmucs-0.6.1/config.guess-770- exit 0 ;; ############################################## dmucs-0.6.1/config.guess-798- prep*:SunOS:5.*:*) dmucs-0.6.1/config.guess:799: echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` dmucs-0.6.1/config.guess-800- exit 0 ;; dmucs-0.6.1/config.guess-801- *:GNU:*:*) dmucs-0.6.1/config.guess:802: echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'` dmucs-0.6.1/config.guess-803- exit 0 ;; ############################################## dmucs-0.6.1/config.guess-834-EOF dmucs-0.6.1/config.guess:835: eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^CPU=` dmucs-0.6.1/config.guess-836- test x"${CPU}" != x && echo "${CPU}-unknown-linux-gnu" && exit 0 ############################################## dmucs-0.6.1/config.guess-853-EOF dmucs-0.6.1/config.guess:854: eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^CPU=` dmucs-0.6.1/config.guess-855- test x"${CPU}" != x && echo "${CPU}-unknown-linux-gnu" && exit 0 ############################################## dmucs-0.6.1/config.guess-954-EOF dmucs-0.6.1/config.guess:955: eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^LIBC=` dmucs-0.6.1/config.guess-956- test x"${LIBC}" != x && echo "${UNAME_MACHINE}-pc-linux-${LIBC}" && exit 0 ############################################## dmucs-0.6.1/config.guess-990- i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*) dmucs-0.6.1/config.guess:991: UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'` dmucs-0.6.1/config.guess-992- if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then ############################################## dmucs-0.6.1/config.sub-54- dmucs-0.6.1/config.sub:55:me=`echo "$0" | sed -e 's,.*/,,'` dmucs-0.6.1/config.sub-56- ############################################## dmucs-0.6.1/config.sub-118-# Here we must recognize all the valid KERNEL-OS combinations. dmucs-0.6.1/config.sub:119:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'` dmucs-0.6.1/config.sub-120-case $maybe_os in ############################################## dmucs-0.6.1/config.sub-122- os=-$maybe_os dmucs-0.6.1/config.sub:123: basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'` dmucs-0.6.1/config.sub-124- ;; dmucs-0.6.1/config.sub-125- *) dmucs-0.6.1/config.sub:126: basic_machine=`echo $1 | sed 's/-[^-]*$//'` dmucs-0.6.1/config.sub-127- if [ $basic_machine != $1 ] dmucs-0.6.1/config.sub:128: then os=`echo $1 | sed 's/.*-/-/'` dmucs-0.6.1/config.sub-129- else os=; fi ############################################## dmucs-0.6.1/config.sub-173- os=-sco3.2v5 dmucs-0.6.1/config.sub:174: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` dmucs-0.6.1/config.sub-175- ;; ############################################## dmucs-0.6.1/config.sub-177- os=-sco3.2v4 dmucs-0.6.1/config.sub:178: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` dmucs-0.6.1/config.sub-179- ;; dmucs-0.6.1/config.sub-180- -sco3.2.[4-9]*) dmucs-0.6.1/config.sub:181: os=`echo $os | sed -e 's/sco3.2./sco3.2v/'` dmucs-0.6.1/config.sub:182: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` dmucs-0.6.1/config.sub-183- ;; ############################################## dmucs-0.6.1/config.sub-185- # Don't forget version if it is 3.2v4 or newer. dmucs-0.6.1/config.sub:186: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` dmucs-0.6.1/config.sub-187- ;; ############################################## dmucs-0.6.1/config.sub-189- os=-sco3.2v2 dmucs-0.6.1/config.sub:190: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` dmucs-0.6.1/config.sub-191- ;; dmucs-0.6.1/config.sub-192- -udk*) dmucs-0.6.1/config.sub:193: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` dmucs-0.6.1/config.sub-194- ;; ############################################## dmucs-0.6.1/config.sub-196- os=-isc2.2 dmucs-0.6.1/config.sub:197: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` dmucs-0.6.1/config.sub-198- ;; ############################################## dmucs-0.6.1/config.sub-202- -isc*) dmucs-0.6.1/config.sub:203: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` dmucs-0.6.1/config.sub-204- ;; ############################################## dmucs-0.6.1/config.sub-208- -ptx*) dmucs-0.6.1/config.sub:209: basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'` dmucs-0.6.1/config.sub-210- ;; dmucs-0.6.1/config.sub-211- -windowsnt*) dmucs-0.6.1/config.sub:212: os=`echo $os | sed -e 's/windowsnt/winnt/'` dmucs-0.6.1/config.sub-213- ;; ############################################## dmucs-0.6.1/config.sub-288- *-*-*) dmucs-0.6.1/config.sub:289: echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2 dmucs-0.6.1/config.sub-290- exit 1 ############################################## dmucs-0.6.1/config.sub-581- i*86v32) dmucs-0.6.1/config.sub:582: basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` dmucs-0.6.1/config.sub-583- os=-sysv32 ############################################## dmucs-0.6.1/config.sub-585- i*86v4*) dmucs-0.6.1/config.sub:586: basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` dmucs-0.6.1/config.sub-587- os=-sysv4 ############################################## dmucs-0.6.1/config.sub-589- i*86v) dmucs-0.6.1/config.sub:590: basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` dmucs-0.6.1/config.sub-591- os=-sysv ############################################## dmucs-0.6.1/config.sub-593- i*86sol2) dmucs-0.6.1/config.sub:594: basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` dmucs-0.6.1/config.sub-595- os=-solaris2 ############################################## dmucs-0.6.1/config.sub-641- mips3*-*) dmucs-0.6.1/config.sub:642: basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'` dmucs-0.6.1/config.sub-643- ;; dmucs-0.6.1/config.sub-644- mips3*) dmucs-0.6.1/config.sub:645: basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown dmucs-0.6.1/config.sub-646- ;; ############################################## dmucs-0.6.1/config.sub-783- pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*) dmucs-0.6.1/config.sub:784: basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'` dmucs-0.6.1/config.sub-785- ;; dmucs-0.6.1/config.sub-786- pentiumpro-* | p6-* | 6x86-* | athlon-*) dmucs-0.6.1/config.sub:787: basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'` dmucs-0.6.1/config.sub-788- ;; dmucs-0.6.1/config.sub-789- pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*) dmucs-0.6.1/config.sub:790: basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'` dmucs-0.6.1/config.sub-791- ;; dmucs-0.6.1/config.sub-792- pentium4-*) dmucs-0.6.1/config.sub:793: basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'` dmucs-0.6.1/config.sub-794- ;; ############################################## dmucs-0.6.1/config.sub-801- ;; dmucs-0.6.1/config.sub:802: ppc-*) basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'` dmucs-0.6.1/config.sub-803- ;; ############################################## dmucs-0.6.1/config.sub-807- ppcle-* | powerpclittle-*) dmucs-0.6.1/config.sub:808: basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'` dmucs-0.6.1/config.sub-809- ;; ############################################## dmucs-0.6.1/config.sub-811- ;; dmucs-0.6.1/config.sub:812: ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'` dmucs-0.6.1/config.sub-813- ;; ############################################## dmucs-0.6.1/config.sub-817- ppc64le-* | powerpc64little-*) dmucs-0.6.1/config.sub:818: basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'` dmucs-0.6.1/config.sub-819- ;; ############################################## dmucs-0.6.1/config.sub-1082- *) dmucs-0.6.1/config.sub:1083: echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2 dmucs-0.6.1/config.sub-1084- exit 1 ############################################## dmucs-0.6.1/config.sub-1090- *-digital*) dmucs-0.6.1/config.sub:1091: basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'` dmucs-0.6.1/config.sub-1092- ;; dmucs-0.6.1/config.sub-1093- *-commodore*) dmucs-0.6.1/config.sub:1094: basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'` dmucs-0.6.1/config.sub-1095- ;; ############################################## dmucs-0.6.1/config.sub-1108- -solaris1 | -solaris1.*) dmucs-0.6.1/config.sub:1109: os=`echo $os | sed -e 's|solaris1|sunos4|'` dmucs-0.6.1/config.sub-1110- ;; ############################################## dmucs-0.6.1/config.sub-1120- -gnu/linux*) dmucs-0.6.1/config.sub:1121: os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'` dmucs-0.6.1/config.sub-1122- ;; ############################################## dmucs-0.6.1/config.sub-1160- -nto*) dmucs-0.6.1/config.sub:1161: os=`echo $os | sed -e 's|nto|nto-qnx|'` dmucs-0.6.1/config.sub-1162- ;; ############################################## dmucs-0.6.1/config.sub-1167- -mac*) dmucs-0.6.1/config.sub:1168: os=`echo $os | sed -e 's|mac|macos|'` dmucs-0.6.1/config.sub-1169- ;; ############################################## dmucs-0.6.1/config.sub-1173- -linux*) dmucs-0.6.1/config.sub:1174: os=`echo $os | sed -e 's|linux|linux-gnu|'` dmucs-0.6.1/config.sub-1175- ;; dmucs-0.6.1/config.sub-1176- -sunos5*) dmucs-0.6.1/config.sub:1177: os=`echo $os | sed -e 's|sunos5|solaris2|'` dmucs-0.6.1/config.sub-1178- ;; dmucs-0.6.1/config.sub-1179- -sunos6*) dmucs-0.6.1/config.sub:1180: os=`echo $os | sed -e 's|sunos6|solaris3|'` dmucs-0.6.1/config.sub-1181- ;; ############################################## dmucs-0.6.1/config.sub-1222- -sinix5.*) dmucs-0.6.1/config.sub:1223: os=`echo $os | sed -e 's|sinix|sysv|'` dmucs-0.6.1/config.sub-1224- ;; ############################################## dmucs-0.6.1/config.sub-1267- # Get rid of the `-' at the beginning of $os. dmucs-0.6.1/config.sub:1268: os=`echo $os | sed 's/[^-]*-//'` dmucs-0.6.1/config.sub:1269: echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2 dmucs-0.6.1/config.sub-1270- exit 1 ############################################## dmucs-0.6.1/config.sub-1497- esac dmucs-0.6.1/config.sub:1498: basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"` dmucs-0.6.1/config.sub-1499- ;; ############################################## dmucs-0.6.1/configure.ac-99- ]) dmucs-0.6.1/configure.ac:100: if eval "test \"`echo $ac_ldflag_pthread`\" = yes"; then dmucs-0.6.1/configure.ac-101- AC_MSG_RESULT(yes) ############################################## dmucs-0.6.1/depcomp-34-if test -z "$depfile"; then dmucs-0.6.1/depcomp:35: base=`echo "$object" | sed -e 's,^.*/,,' -e 's,\.\([^.]*\)$,.P\1,'` dmucs-0.6.1/depcomp:36: dir=`echo "$object" | sed 's,/.*$,/,'` dmucs-0.6.1/depcomp-37- if test "$dir" = "$object"; then ############################################## dmucs-0.6.1/depcomp-43- dmucs-0.6.1/depcomp:44:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`} dmucs-0.6.1/depcomp-45- ############################################## dmucs-0.6.1/depcomp-178- # Version 6 uses the directory in both cases. dmucs-0.6.1/depcomp:179: stripped=`echo "$object" | sed 's/\(.*\)\..*$/\1/'` dmucs-0.6.1/depcomp-180- tmpdepfile="$stripped.u" ############################################## dmucs-0.6.1/depcomp-189- else dmucs-0.6.1/depcomp:190: stripped=`echo "$stripped" | sed 's,^.*/,,'` dmucs-0.6.1/depcomp-191- tmpdepfile="$stripped.u" ############################################## dmucs-0.6.1/depcomp-203- # Do two passes, one to just change these to dmucs-0.6.1/depcomp:204: # `$object: dependent.h' and one to simply `dependent.h:'. dmucs-0.6.1/depcomp-205- sed -e "s,^$outname:,$object :," < "$tmpdepfile" > "$depfile" ############################################## dmucs-0.6.1/depcomp-244- # Do two passes, one to just change these to dmucs-0.6.1/depcomp:245: # `$object: dependent.h' and one to simply `dependent.h:'. dmucs-0.6.1/depcomp-246- sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile" ############################################## dmucs-0.6.1/depcomp-259- # Subdirectories are respected. dmucs-0.6.1/depcomp:260: dir=`echo "$object" | sed -e 's|/[^/]*$|/|'` dmucs-0.6.1/depcomp-261- test "x$dir" = "x$object" && dir= dmucs-0.6.1/depcomp:262: base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'` dmucs-0.6.1/depcomp-263- ############################################## dmucs-0.6.1/depcomp-382- done dmucs-0.6.1/depcomp:383: obj_suffix="`echo $object | sed 's/^.*\././'`" dmucs-0.6.1/depcomp-384- touch "$tmpdepfile" ############################################## dmucs-0.6.1/dmucs_pkt.cc-35- struct in_addr clientIp; dmucs-0.6.1/dmucs_pkt.cc:36: clientIp.s_addr = Speeraddr(sock); dmucs-0.6.1/dmucs_pkt.cc-37- char dpropstr[DPROP_MAX_STRLEN + 1]; ############################################## dmucs-0.6.1/dmucs_pkt.cc-70- struct in_addr host; dmucs-0.6.1/dmucs_pkt.cc:71: host.s_addr = inet_addr(machname); dmucs-0.6.1/dmucs_pkt.cc-72- DMUCS_DEBUG((stderr, "host %s: ldAvg1 %2.2f, ldAvg5 %2.2f, " ############################################## dmucs-0.6.1/dmucs_pkt.cc-93- struct in_addr host; dmucs-0.6.1/dmucs_pkt.cc:94: host.s_addr = inet_addr(machname); dmucs-0.6.1/dmucs_pkt.cc-95- host_status_t status; ############################################## dmucs-0.6.1/dmucs_resolve.cc-60- pthread_mutex_lock(&gethost_mutex); dmucs-0.6.1/dmucs_resolve.cc:61: res = gethostbyaddr((char *)&(ipAddr.s_addr), sizeof(ipAddr.s_addr), dmucs-0.6.1/dmucs_resolve.cc-62- AF_INET); ############################################## dmucs-0.6.1/install-sh-103- dmucs-0.6.1/install-sh:104: -t=*) transformarg=`echo $1 | sed 's/-t=//'` dmucs-0.6.1/install-sh-105- shift ############################################## dmucs-0.6.1/install-sh-107- dmucs-0.6.1/install-sh:108: -b=*) transformbasename=`echo $1 | sed 's/-b=//'` dmucs-0.6.1/install-sh-109- shift ############################################## dmucs-0.6.1/install-sh-169- then dmucs-0.6.1/install-sh:170: dst=$dst/`basename "$src"` dmucs-0.6.1/install-sh-171- else ############################################## dmucs-0.6.1/install-sh-176-## this sed command emulates the dirname command dmucs-0.6.1/install-sh:177:dstdir=`echo "$dst" | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'` dmucs-0.6.1/install-sh-178- ############################################## dmucs-0.6.1/install-sh-190-IFS='%' dmucs-0.6.1/install-sh:191:set - `echo "$dstdir" | sed -e 's@/@%@g' -e 's@^%@/@'` dmucs-0.6.1/install-sh-192-IFS=$oIFS ############################################## dmucs-0.6.1/install-sh-224- then dmucs-0.6.1/install-sh:225: dstfile=`basename "$dst"` dmucs-0.6.1/install-sh-226- else ############################################## dmucs-0.6.1/install-sh-234- then dmucs-0.6.1/install-sh:235: dstfile=`basename "$dst"` dmucs-0.6.1/install-sh-236- else ############################################## dmucs-0.6.1/libtool-374- : dmucs-0.6.1/libtool:375:elif test "X`($echo '\t') 2>/dev/null`" = 'X\t'; then dmucs-0.6.1/libtool-376- # Yippee, $echo works! ############################################## dmucs-0.6.1/libtool-392-# The name of this program. dmucs-0.6.1/libtool:393:progname=`$echo "$0" | ${SED} 's%^.*/%%'` dmucs-0.6.1/libtool-394-modename="$progname" ############################################## dmucs-0.6.1/libtool-467- win32_libid_type="unknown" dmucs-0.6.1/libtool:468: win32_fileres=`file -L $1 2>/dev/null` dmucs-0.6.1/libtool-469- case $win32_fileres in ############################################## dmucs-0.6.1/libtool-508- case $arg in dmucs-0.6.1/libtool:509: -*=*) optarg=`$echo "X$arg" | $Xsed -e 's/[-_a-zA-Z0-9]*=//'` ;; dmucs-0.6.1/libtool-510- *) optarg= ;; ############################################## dmucs-0.6.1/libtool-539- # Evaluate the configuration. dmucs-0.6.1/libtool:540: eval "`${SED} -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$tagname'$/,/^# ### END LIBTOOL TAG CONFIG: '$tagname'$/p' < $0`" dmucs-0.6.1/libtool-541- else ############################################## dmucs-0.6.1/libtool-766- -Wc,*) dmucs-0.6.1/libtool:767: args=`$echo "X$arg" | $Xsed -e "s/^-Wc,//"` dmucs-0.6.1/libtool-768- lastarg= ############################################## dmucs-0.6.1/libtool-783- IFS="$save_ifs" dmucs-0.6.1/libtool:784: lastarg=`$echo "X$lastarg" | $Xsed -e "s/^ //"` dmucs-0.6.1/libtool-785- ############################################## dmucs-0.6.1/libtool-802- # Aesthetically quote the previous argument. dmucs-0.6.1/libtool:803: lastarg=`$echo "X$lastarg" | $Xsed -e "$sed_quote_subst"` dmucs-0.6.1/libtool-804- ############################################## dmucs-0.6.1/libtool-827- # Get the name of the library object. dmucs-0.6.1/libtool:828: [ -z "$libobj" ] && libobj=`$echo "X$srcfile" | $Xsed -e 's%^.*/%%'` dmucs-0.6.1/libtool-829- ;; ############################################## dmucs-0.6.1/libtool-838- *.ads) xform=ads ;; dmucs-0.6.1/libtool:839: *.asm) xform=asm ;; dmucs-0.6.1/libtool-840- *.c++) xform=c++ ;; ############################################## dmucs-0.6.1/libtool-850- dmucs-0.6.1/libtool:851: libobj=`$echo "X$libobj" | $Xsed -e "s/\.$xform$/.lo/"` dmucs-0.6.1/libtool-852- dmucs-0.6.1/libtool-853- case $libobj in dmucs-0.6.1/libtool:854: *.lo) obj=`$echo "X$libobj" | $Xsed -e "$lo2o"` ;; dmucs-0.6.1/libtool-855- *) ############################################## dmucs-0.6.1/libtool-868- # but not from the CC environment variable when configure was run. dmucs-0.6.1/libtool:869: " $CC "* | "$CC "* | " `$echo $CC` "* | "`$echo $CC` "*) ;; dmucs-0.6.1/libtool-870- # Blanks at the start of $base_compile will cause this to fail ############################################## dmucs-0.6.1/libtool-875- # Evaluate the configuration. dmucs-0.6.1/libtool:876: eval "`${SED} -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $0`" dmucs-0.6.1/libtool-877- case "$base_compile " in dmucs-0.6.1/libtool:878: "$CC "* | " $CC "* | "`$echo $CC` "* | " `$echo $CC` "*) dmucs-0.6.1/libtool-879- # The compiler in the base compile command matches ############################################## dmucs-0.6.1/libtool-920- dmucs-0.6.1/libtool:921: objname=`$echo "X$obj" | $Xsed -e 's%^.*/%%'` dmucs-0.6.1/libtool:922: xdir=`$echo "X$obj" | $Xsed -e 's%/[^/]*$%%'` dmucs-0.6.1/libtool-923- if test "X$xdir" = "X$obj"; then ############################################## dmucs-0.6.1/libtool-959- if test "$compiler_c_o" = no; then dmucs-0.6.1/libtool:960: output_obj=`$echo "X$srcfile" | $Xsed -e 's%^.*/%%' -e 's%\.[^.]*$%%'`.${objext} dmucs-0.6.1/libtool-961- lockfile="$output_obj.lock" ############################################## dmucs-0.6.1/libtool-980-*** ERROR, $lockfile exists and contains: dmucs-0.6.1/libtool:981:`cat $lockfile 2>/dev/null` dmucs-0.6.1/libtool-982- ############################################## dmucs-0.6.1/libtool-1049- if test "$need_locks" = warn && dmucs-0.6.1/libtool:1050: test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then dmucs-0.6.1/libtool-1051- $echo "\ dmucs-0.6.1/libtool-1052-*** ERROR, $lockfile contains: dmucs-0.6.1/libtool:1053:`cat $lockfile 2>/dev/null` dmucs-0.6.1/libtool-1054- ############################################## dmucs-0.6.1/libtool-1121- if test "$need_locks" = warn && dmucs-0.6.1/libtool:1122: test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then dmucs-0.6.1/libtool-1123- $echo "\ dmucs-0.6.1/libtool-1124-*** ERROR, $lockfile contains: dmucs-0.6.1/libtool:1125:`cat $lockfile 2>/dev/null` dmucs-0.6.1/libtool-1126- ############################################## dmucs-0.6.1/libtool-1255- # but not from the CC environment variable when configure was run. dmucs-0.6.1/libtool:1256: "$CC "* | " $CC "* | "`$echo $CC` "* | " `$echo $CC` "*) ;; dmucs-0.6.1/libtool-1257- # Blanks at the start of $base_compile will cause this to fail ############################################## dmucs-0.6.1/libtool-1262- # Evaluate the configuration. dmucs-0.6.1/libtool:1263: eval "`${SED} -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $0`" dmucs-0.6.1/libtool-1264- case $base_compile in dmucs-0.6.1/libtool:1265: "$CC "* | " $CC "* | "`$echo $CC` "* | " `$echo $CC` "*) dmucs-0.6.1/libtool-1266- # The compiler in $compile_command matches ############################################## dmucs-0.6.1/libtool-1322- *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"") dmucs-0.6.1/libtool:1323: qarg=\"`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`\" ### testsuite: skip nested quoting test dmucs-0.6.1/libtool-1324- ;; ############################################## dmucs-0.6.1/libtool-1411- moreargs= dmucs-0.6.1/libtool:1412: for fil in `cat $save_arg` dmucs-0.6.1/libtool-1413- do ############################################## dmucs-0.6.1/libtool-1438- # Extract subdirectory from the argument. dmucs-0.6.1/libtool:1439: xdir=`$echo "X$arg" | $Xsed -e 's%/[^/]*$%%'` dmucs-0.6.1/libtool-1440- if test "X$xdir" = "X$arg"; then ############################################## dmucs-0.6.1/libtool-1492- # Extract subdirectory from the argument. dmucs-0.6.1/libtool:1493: xdir=`$echo "X$arg" | $Xsed -e 's%/[^/]*$%%'` dmucs-0.6.1/libtool-1494- if test "X$xdir" = "X$arg"; then ############################################## dmucs-0.6.1/libtool-1499- dmucs-0.6.1/libtool:1500: pic_object=`$echo "X${xdir}${objdir}/${arg}" | $Xsed -e "$lo2o"` dmucs-0.6.1/libtool:1501: non_pic_object=`$echo "X${xdir}${arg}" | $Xsed -e "$lo2o"` dmucs-0.6.1/libtool-1502- libobjs="$libobjs $pic_object" ############################################## dmucs-0.6.1/libtool-1636- -L*) dmucs-0.6.1/libtool:1637: dir=`$echo "X$arg" | $Xsed -e 's/^-L//'` dmucs-0.6.1/libtool-1638- # We need an absolute path. ############################################## dmucs-0.6.1/libtool-1641- *) dmucs-0.6.1/libtool:1642: absdir=`cd "$dir" && pwd` dmucs-0.6.1/libtool-1643- if test -z "$absdir"; then ############################################## dmucs-0.6.1/libtool-1718- # to be aesthetically quoted because they are evaled later. dmucs-0.6.1/libtool:1719: arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"` dmucs-0.6.1/libtool-1720- case $arg in ############################################## dmucs-0.6.1/libtool-1789- -R*) dmucs-0.6.1/libtool:1790: dir=`$echo "X$arg" | $Xsed -e 's/^-R//'` dmucs-0.6.1/libtool-1791- # We need an absolute path. ############################################## dmucs-0.6.1/libtool-1830- -Wc,*) dmucs-0.6.1/libtool:1831: args=`$echo "X$arg" | $Xsed -e "$sed_quote_subst" -e 's/^-Wc,//'` dmucs-0.6.1/libtool-1832- arg= ############################################## dmucs-0.6.1/libtool-1844- IFS="$save_ifs" dmucs-0.6.1/libtool:1845: arg=`$echo "X$arg" | $Xsed -e "s/^ //"` dmucs-0.6.1/libtool-1846- ;; ############################################## dmucs-0.6.1/libtool-1848- -Wl,*) dmucs-0.6.1/libtool:1849: args=`$echo "X$arg" | $Xsed -e "$sed_quote_subst" -e 's/^-Wl,//'` dmucs-0.6.1/libtool-1850- arg= ############################################## dmucs-0.6.1/libtool-1863- IFS="$save_ifs" dmucs-0.6.1/libtool:1864: arg=`$echo "X$arg" | $Xsed -e "s/^ //"` dmucs-0.6.1/libtool-1865- ;; ############################################## dmucs-0.6.1/libtool-1885- # to be aesthetically quoted because they are evaled later. dmucs-0.6.1/libtool:1886: arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"` dmucs-0.6.1/libtool-1887- case $arg in ############################################## dmucs-0.6.1/libtool-1922- # Extract subdirectory from the argument. dmucs-0.6.1/libtool:1923: xdir=`$echo "X$arg" | $Xsed -e 's%/[^/]*$%%'` dmucs-0.6.1/libtool-1924- if test "X$xdir" = "X$arg"; then ############################################## dmucs-0.6.1/libtool-1976- # Extract subdirectory from the argument. dmucs-0.6.1/libtool:1977: xdir=`$echo "X$arg" | $Xsed -e 's%/[^/]*$%%'` dmucs-0.6.1/libtool-1978- if test "X$xdir" = "X$arg"; then ############################################## dmucs-0.6.1/libtool-1983- dmucs-0.6.1/libtool:1984: pic_object=`$echo "X${xdir}${objdir}/${arg}" | $Xsed -e "$lo2o"` dmucs-0.6.1/libtool:1985: non_pic_object=`$echo "X${xdir}${arg}" | $Xsed -e "$lo2o"` dmucs-0.6.1/libtool-1986- libobjs="$libobjs $pic_object" ############################################## dmucs-0.6.1/libtool-2019- # to be aesthetically quoted because they are evaled later. dmucs-0.6.1/libtool:2020: arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"` dmucs-0.6.1/libtool-2021- case $arg in ############################################## dmucs-0.6.1/libtool-2049- # calculate the name of the file, without its directory dmucs-0.6.1/libtool:2050: outputname=`$echo "X$output" | $Xsed -e 's%^.*/%%'` dmucs-0.6.1/libtool-2051- libobjs_save="$libobjs" ############################################## dmucs-0.6.1/libtool-2054- # get the directories listed in $shlibpath_var dmucs-0.6.1/libtool:2055: eval shlib_search_path=\`\$echo \"X\${$shlibpath_var}\" \| \$Xsed -e \'s/:/ /g\'\` dmucs-0.6.1/libtool-2056- else ############################################## dmucs-0.6.1/libtool-2061- dmucs-0.6.1/libtool:2062: output_objdir=`$echo "X$output" | $Xsed -e 's%/[^/]*$%%'` dmucs-0.6.1/libtool-2063- if test "X$output_objdir" = "X$output"; then ############################################## dmucs-0.6.1/libtool-2201- fi dmucs-0.6.1/libtool:2202: name=`$echo "X$deplib" | $Xsed -e 's/^-l//'` dmucs-0.6.1/libtool-2203- for searchdir in $newlib_search_path $lib_search_path $sys_lib_search_path $shlib_search_path; do ############################################## dmucs-0.6.1/libtool-2245- found=no dmucs-0.6.1/libtool:2246: ladir=`$echo "X$lib" | $Xsed -e 's%/[^/]*$%%'` dmucs-0.6.1/libtool-2247- test "X$ladir" = "X$lib" && ladir="." ############################################## dmucs-0.6.1/libtool-2270- newdependency_libs="$deplib $newdependency_libs" dmucs-0.6.1/libtool:2271: newlib_search_path="$newlib_search_path "`$echo "X$deplib" | $Xsed -e 's/^-L//'` dmucs-0.6.1/libtool-2272- ;; ############################################## dmucs-0.6.1/libtool-2279- deplibs="$deplib $deplibs" dmucs-0.6.1/libtool:2280: newlib_search_path="$newlib_search_path "`$echo "X$deplib" | $Xsed -e 's/^-L//'` dmucs-0.6.1/libtool-2281- else ############################################## dmucs-0.6.1/libtool-2293- if test "$pass" = link; then dmucs-0.6.1/libtool:2294: dir=`$echo "X$deplib" | $Xsed -e 's/^-R//'` dmucs-0.6.1/libtool-2295- # Make sure the xrpath contains only unique directories. ############################################## dmucs-0.6.1/libtool-2372- dmucs-0.6.1/libtool:2373: ladir=`$echo "X$lib" | $Xsed -e 's%/[^/]*$%%'` dmucs-0.6.1/libtool-2374- test "X$ladir" = "X$lib" && ladir="." ############################################## dmucs-0.6.1/libtool-2460- *) dmucs-0.6.1/libtool:2461: abs_ladir=`cd "$ladir" && pwd` dmucs-0.6.1/libtool-2462- if test -z "$abs_ladir"; then ############################################## dmucs-0.6.1/libtool-2468- esac dmucs-0.6.1/libtool:2469: laname=`$echo "X$lib" | $Xsed -e 's%^.*/%%'` dmucs-0.6.1/libtool-2470- ############################################## dmucs-0.6.1/libtool-2487- fi # $installed = yes dmucs-0.6.1/libtool:2488: name=`$echo "X$laname" | $Xsed -e 's/\.la$//' -e 's/^lib//'` dmucs-0.6.1/libtool-2489- ############################################## dmucs-0.6.1/libtool-2534- case $deplib in dmucs-0.6.1/libtool:2535: -L*) newlib_search_path="$newlib_search_path "`$echo "X$deplib" | $Xsed -e 's/^-L//'`;; ### testsuite: skip nested quoting test dmucs-0.6.1/libtool-2536- esac ############################################## dmucs-0.6.1/libtool-2648- shift; shift dmucs-0.6.1/libtool:2649: libname=`eval \\$echo \"$libname_spec\"` dmucs-0.6.1/libtool-2650- # use dlname if we got it. it's perfectly good, no? ############################################## dmucs-0.6.1/libtool-2656- *cygwin* | mingw*) dmucs-0.6.1/libtool:2657: major=`expr $current - $age` dmucs-0.6.1/libtool-2658- versuffix="-$major" ############################################## dmucs-0.6.1/libtool-2667- soroot="$soname" dmucs-0.6.1/libtool:2668: soname=`$echo $soroot | ${SED} -e 's/^.*\///'` dmucs-0.6.1/libtool:2669: newlib="libimp-`$echo $soname | ${SED} 's/^lib//;s/\.dll$//'`.a" dmucs-0.6.1/libtool-2670- ############################################## dmucs-0.6.1/libtool-2896- case $libdir in dmucs-0.6.1/libtool:2897: -R*) temp_xrpath=`$echo "X$libdir" | $Xsed -e 's/^-R//'` dmucs-0.6.1/libtool-2898- case " $xrpath " in ############################################## dmucs-0.6.1/libtool-2928- *.la) dmucs-0.6.1/libtool:2929: dir=`$echo "X$deplib" | $Xsed -e 's%/[^/]*$%%'` dmucs-0.6.1/libtool-2930- test "X$dir" = "X$deplib" && dir="." ############################################## dmucs-0.6.1/libtool-2934- *) dmucs-0.6.1/libtool:2935: absdir=`cd "$dir" && pwd` dmucs-0.6.1/libtool-2936- if test -z "$absdir"; then ############################################## dmucs-0.6.1/libtool-2944- else dmucs-0.6.1/libtool:2945: eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib` dmucs-0.6.1/libtool-2946- if test -z "$libdir"; then ############################################## dmucs-0.6.1/libtool-2958- # we do not want to link against static libs, but need to link against shared dmucs-0.6.1/libtool:2959: eval deplibrary_names=`${SED} -n -e 's/^library_names=\(.*\)$/\1/p' $deplib` dmucs-0.6.1/libtool-2960- if test -n "$deplibrary_names" ; then ############################################## dmucs-0.6.1/libtool-2984- # Again, we only want to link against shared libraries dmucs-0.6.1/libtool:2985: eval tmp_libs=`$echo "X$deplib" | $Xsed -e "s,^\-l,,"` dmucs-0.6.1/libtool-2986- for tmp in $newlib_search_path ; do ############################################## dmucs-0.6.1/libtool-3150- lib*) dmucs-0.6.1/libtool:3151: name=`$echo "X$outputname" | $Xsed -e 's/\.la$//' -e 's/^lib//'` dmucs-0.6.1/libtool-3152- eval shared_ext=\"$shrext\" ############################################## dmucs-0.6.1/libtool-3156- if test "$module" = no; then dmucs-0.6.1/libtool:3157: $echo "$modename: libtool library \`$output' must begin with \`lib'" 1>&2 dmucs-0.6.1/libtool-3158- $echo "$help" 1>&2 ############################################## dmucs-0.6.1/libtool-3162- # Add the "lib" prefix for modules if required dmucs-0.6.1/libtool:3163: name=`$echo "X$outputname" | $Xsed -e 's/\.la$//'` dmucs-0.6.1/libtool-3164- eval shared_ext=\"$shrext\" ############################################## dmucs-0.6.1/libtool-3166- else dmucs-0.6.1/libtool:3167: libname=`$echo "X$outputname" | $Xsed -e 's/\.la$//'` dmucs-0.6.1/libtool-3168- fi ############################################## dmucs-0.6.1/libtool-3243- darwin|linux|osf|windows) dmucs-0.6.1/libtool:3244: current=`expr $number_major + $number_minor` dmucs-0.6.1/libtool-3245- age="$number_minor" ############################################## dmucs-0.6.1/libtool-3253- irix|nonstopux) dmucs-0.6.1/libtool:3254: current=`expr $number_major + $number_minor - 1` dmucs-0.6.1/libtool-3255- age="$number_minor" ############################################## dmucs-0.6.1/libtool-3295- if test "$age" -gt "$current"; then dmucs-0.6.1/libtool:3296: $echo "$modename: AGE \`$age' is greater than the current interface number \`$current'" 1>&2 dmucs-0.6.1/libtool-3297- $echo "$modename: \`$vinfo' is not valid version information" 1>&2 ############################################## dmucs-0.6.1/libtool-3310- # verstring for coding it into the library header dmucs-0.6.1/libtool:3311: major=.`expr $current - $age` dmucs-0.6.1/libtool-3312- versuffix="$major.$age.$revision" dmucs-0.6.1/libtool-3313- # Darwin ld doesn't like 0 for these options... dmucs-0.6.1/libtool:3314: minor_current=`expr $current + 1` dmucs-0.6.1/libtool-3315- verstring="-compatibility_version $minor_current -current_version $minor_current.$revision" ############################################## dmucs-0.6.1/libtool-3328- irix | nonstopux) dmucs-0.6.1/libtool:3329: major=`expr $current - $age + 1` dmucs-0.6.1/libtool-3330- ############################################## dmucs-0.6.1/libtool-3339- while test "$loop" -ne 0; do dmucs-0.6.1/libtool:3340: iface=`expr $revision - $loop` dmucs-0.6.1/libtool:3341: loop=`expr $loop - 1` dmucs-0.6.1/libtool-3342- verstring="$verstring_prefix$major.$iface:$verstring" ############################################## dmucs-0.6.1/libtool-3350- linux) dmucs-0.6.1/libtool:3351: major=.`expr $current - $age` dmucs-0.6.1/libtool-3352- versuffix="$major.$age.$revision" ############################################## dmucs-0.6.1/libtool-3355- osf) dmucs-0.6.1/libtool:3356: major=.`expr $current - $age` dmucs-0.6.1/libtool-3357- versuffix=".$current.$age.$revision" ############################################## dmucs-0.6.1/libtool-3362- while test "$loop" -ne 0; do dmucs-0.6.1/libtool:3363: iface=`expr $current - $loop` dmucs-0.6.1/libtool:3364: loop=`expr $loop - 1` dmucs-0.6.1/libtool-3365- verstring="$verstring:${iface}.0" ############################################## dmucs-0.6.1/libtool-3379- # extension on DOS 8.3 filesystems. dmucs-0.6.1/libtool:3380: major=`expr $current - $age` dmucs-0.6.1/libtool-3381- versuffix="-$major" ############################################## dmucs-0.6.1/libtool-3434- removelist= dmucs-0.6.1/libtool:3435: tempremovelist=`$echo "$output_objdir/*"` dmucs-0.6.1/libtool-3436- for p in $tempremovelist; do ############################################## dmucs-0.6.1/libtool-3460- # Transform .lo files to .o files. dmucs-0.6.1/libtool:3461: oldobjs="$objs "`$echo "X$libobjs" | $SP2NL | $Xsed -e '/\.'${libext}'$/d' -e "$lo2o" | $NL2SP` dmucs-0.6.1/libtool-3462- fi ############################################## dmucs-0.6.1/libtool-3465- for path in $notinst_path; do dmucs-0.6.1/libtool:3466: lib_search_path=`$echo "$lib_search_path " | ${SED} -e 's% $path % %g'` dmucs-0.6.1/libtool:3467: deplibs=`$echo "$deplibs " | ${SED} -e 's% -L$path % %g'` dmucs-0.6.1/libtool:3468: dependency_libs=`$echo "$dependency_libs " | ${SED} -e 's% -L$path % %g'` dmucs-0.6.1/libtool-3469- done ############################################## dmucs-0.6.1/libtool-3568- for i in $deplibs; do dmucs-0.6.1/libtool:3569: name="`expr $i : '-l\(.*\)'`" dmucs-0.6.1/libtool-3570- # If $name is empty we are operating on a -L argument. ############################################## dmucs-0.6.1/libtool-3580- if test -n "$i" ; then dmucs-0.6.1/libtool:3581: libname=`eval \\$echo \"$libname_spec\"` dmucs-0.6.1/libtool:3582: deplib_matches=`eval \\$echo \"$library_names_spec\"` dmucs-0.6.1/libtool-3583- set dummy $deplib_matches dmucs-0.6.1/libtool-3584- deplib_match=$2 dmucs-0.6.1/libtool:3585: if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then dmucs-0.6.1/libtool-3586- newdeplibs="$newdeplibs $i" ############################################## dmucs-0.6.1/libtool-3605- for i in $deplibs; do dmucs-0.6.1/libtool:3606: name="`expr $i : '-l\(.*\)'`" dmucs-0.6.1/libtool-3607- # If $name is empty we are operating on a -L argument. ############################################## dmucs-0.6.1/libtool-3622- if test -n "$i" ; then dmucs-0.6.1/libtool:3623: libname=`eval \\$echo \"$libname_spec\"` dmucs-0.6.1/libtool:3624: deplib_matches=`eval \\$echo \"$library_names_spec\"` dmucs-0.6.1/libtool-3625- set dummy $deplib_matches dmucs-0.6.1/libtool-3626- deplib_match=$2 dmucs-0.6.1/libtool:3627: if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then dmucs-0.6.1/libtool-3628- newdeplibs="$newdeplibs $i" ############################################## dmucs-0.6.1/libtool-3655- set dummy $deplibs_check_method dmucs-0.6.1/libtool:3656: file_magic_regex=`expr "$deplibs_check_method" : "$2 \(.*\)"` dmucs-0.6.1/libtool-3657- for a_deplib in $deplibs; do dmucs-0.6.1/libtool:3658: name="`expr $a_deplib : '-l\(.*\)'`" dmucs-0.6.1/libtool-3659- # If $name is empty we are operating on a -L argument. ############################################## dmucs-0.6.1/libtool-3669- if test -n "$a_deplib" ; then dmucs-0.6.1/libtool:3670: libname=`eval \\$echo \"$libname_spec\"` dmucs-0.6.1/libtool-3671- for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do dmucs-0.6.1/libtool:3672: potential_libs=`ls $i/$libname[.-]* 2>/dev/null` dmucs-0.6.1/libtool-3673- for potent_lib in $potential_libs; do ############################################## dmucs-0.6.1/libtool-3685- while test -h "$potlib" 2>/dev/null; do dmucs-0.6.1/libtool:3686: potliblink=`ls -ld $potlib | ${SED} 's/.* -> //'` dmucs-0.6.1/libtool-3687- case $potliblink in dmucs-0.6.1/libtool-3688- [\\/]* | [A-Za-z]:[\\/]*) potlib="$potliblink";; dmucs-0.6.1/libtool:3689: *) potlib=`$echo "X$potlib" | $Xsed -e 's,[^/]*$,,'`"$potliblink";; dmucs-0.6.1/libtool-3690- esac ############################################## dmucs-0.6.1/libtool-3724- set dummy $deplibs_check_method dmucs-0.6.1/libtool:3725: match_pattern_regex=`expr "$deplibs_check_method" : "$2 \(.*\)"` dmucs-0.6.1/libtool-3726- for a_deplib in $deplibs; do dmucs-0.6.1/libtool:3727: name="`expr $a_deplib : '-l\(.*\)'`" dmucs-0.6.1/libtool-3728- # If $name is empty we are operating on a -L argument. ############################################## dmucs-0.6.1/libtool-3738- if test -n "$a_deplib" ; then dmucs-0.6.1/libtool:3739: libname=`eval \\$echo \"$libname_spec\"` dmucs-0.6.1/libtool-3740- for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do dmucs-0.6.1/libtool:3741: potential_libs=`ls $i/$libname[.-]* 2>/dev/null` dmucs-0.6.1/libtool-3742- for potent_lib in $potential_libs; do ############################################## dmucs-0.6.1/libtool-3781- # can't use Xsed below, because $i might contain '/' dmucs-0.6.1/libtool:3782: tmp_deplibs=`$echo "X $tmp_deplibs" | ${SED} -e "1s,^X,," -e "s,$i,,"` dmucs-0.6.1/libtool-3783- done ############################################## dmucs-0.6.1/libtool-3806- # On Rhapsody replace the C library is the System framework dmucs-0.6.1/libtool:3807: newdeplibs=`$echo "X $newdeplibs" | $Xsed -e 's/ -lc / -framework System /'` dmucs-0.6.1/libtool-3808- ;; ############################################## dmucs-0.6.1/libtool-3945- # Use standard objects if they are pic dmucs-0.6.1/libtool:3946: test -z "$pic_flag" && libobjs=`$echo "X$libobjs" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP` dmucs-0.6.1/libtool-3947- ############################################## dmucs-0.6.1/libtool-3958- eval cmd=\"$cmd\" dmucs-0.6.1/libtool:3959: if len=`expr "X$cmd" : ".*"` && dmucs-0.6.1/libtool-3960- test "$len" -le "$max_cmd_len" || test "$max_cmd_len" -le -1; then ############################################## dmucs-0.6.1/libtool-4016- esac dmucs-0.6.1/libtool:4017: xlib=`$echo "X$xlib" | $Xsed -e 's%^.*/%%'` dmucs-0.6.1/libtool-4018- xdir="$gentop/$xlib" ############################################## dmucs-0.6.1/libtool-4047- do dmucs-0.6.1/libtool:4048: name_to=`$echo "X$name_to" | $Xsed -e "s/\([^.]*\)/\1-$i/"` dmucs-0.6.1/libtool-4049- done ############################################## dmucs-0.6.1/libtool-4051- $run eval "(cd \$xdir && $AR xN $i \$xabs '$name' && $mv '$name' '$name_to')" || exit $? dmucs-0.6.1/libtool:4052: i=`expr $i + 1` dmucs-0.6.1/libtool-4053- done ############################################## dmucs-0.6.1/libtool-4056- dmucs-0.6.1/libtool:4057: libobjs="$libobjs "`find $xdir -name \*.$objext -print -o -name \*.lo -print | $NL2SP` dmucs-0.6.1/libtool-4058- done ############################################## dmucs-0.6.1/libtool-4090- dmucs-0.6.1/libtool:4091: if test "X$skipped_export" != "X:" && len=`expr "X$test_cmds" : ".*"` && dmucs-0.6.1/libtool-4092- test "$len" -le "$max_cmd_len" || test "$max_cmd_len" -le -1; then ############################################## dmucs-0.6.1/libtool-4124- if test "X$objlist" = X || dmucs-0.6.1/libtool:4125: { len=`expr "X$test_cmds" : ".*"` && dmucs-0.6.1/libtool-4126- test "$len" -le "$max_cmd_len"; }; then ############################################## dmucs-0.6.1/libtool-4139- last_robj=$output_objdir/$save_output-${k}.$objext dmucs-0.6.1/libtool:4140: k=`expr $k + 1` dmucs-0.6.1/libtool-4141- output=$output_objdir/$save_output-${k}.$objext ############################################## dmucs-0.6.1/libtool-4165- do dmucs-0.6.1/libtool:4166: i=`expr $i + 1` dmucs-0.6.1/libtool-4167- delfiles="$delfiles $output_objdir/$save_output-${i}.$objext" ############################################## dmucs-0.6.1/libtool-4273- libobj="$output" dmucs-0.6.1/libtool:4274: obj=`$echo "X$output" | $Xsed -e "$lo2o"` dmucs-0.6.1/libtool-4275- ;; ############################################## dmucs-0.6.1/libtool-4315- esac dmucs-0.6.1/libtool:4316: xlib=`$echo "X$xlib" | $Xsed -e 's%^.*/%%'` dmucs-0.6.1/libtool-4317- xdir="$gentop/$xlib" ############################################## dmucs-0.6.1/libtool-4346- do dmucs-0.6.1/libtool:4347: name_to=`$echo "X$name_to" | $Xsed -e "s/\([^.]*\)/\1-$i/"` dmucs-0.6.1/libtool-4348- done ############################################## dmucs-0.6.1/libtool-4350- $run eval "(cd \$xdir && $AR xN $i \$xabs '$name' && $mv '$name' '$name_to')" || exit $? dmucs-0.6.1/libtool:4351: i=`expr $i + 1` dmucs-0.6.1/libtool-4352- done ############################################## dmucs-0.6.1/libtool-4355- dmucs-0.6.1/libtool:4356: reload_conv_objs="$reload_objs "`find $xdir -name \*.$objext -print -o -name \*.lo -print | $NL2SP` dmucs-0.6.1/libtool-4357- done ############################################## dmucs-0.6.1/libtool-4361- # Create the old-style object. dmucs-0.6.1/libtool:4362: 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 dmucs-0.6.1/libtool-4363- ############################################## dmucs-0.6.1/libtool-4422- case $host in dmucs-0.6.1/libtool:4423: *cygwin*) output=`$echo $output | ${SED} -e 's,.exe$,,;s,$,.exe,'` ;; dmucs-0.6.1/libtool-4424- esac ############################################## dmucs-0.6.1/libtool-4442- # On Rhapsody replace the C library is the System framework dmucs-0.6.1/libtool:4443: compile_deplibs=`$echo "X $compile_deplibs" | $Xsed -e 's/ -lc / -framework System /'` dmucs-0.6.1/libtool:4444: finalize_deplibs=`$echo "X $finalize_deplibs" | $Xsed -e 's/ -lc / -framework System /'` dmucs-0.6.1/libtool-4445- ;; ############################################## dmucs-0.6.1/libtool-4554- # Transform all the library objects into standard objects. dmucs-0.6.1/libtool:4555: compile_command=`$echo "X$compile_command" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP` dmucs-0.6.1/libtool:4556: finalize_command=`$echo "X$finalize_command" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP` dmucs-0.6.1/libtool-4557- fi ############################################## dmucs-0.6.1/libtool-4600- # Add our own program objects to the symbol list. dmucs-0.6.1/libtool:4601: progfiles=`$echo "X$objs$old_deplibs" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP` dmucs-0.6.1/libtool-4602- for arg in $progfiles; do ############################################## dmucs-0.6.1/libtool-4630- $show "extracting global C symbols from \`$arg'" dmucs-0.6.1/libtool:4631: name=`$echo "$arg" | ${SED} -e 's%^.*/%%'` dmucs-0.6.1/libtool-4632- $run eval '$echo ": $name " >> "$nlist"' ############################################## dmucs-0.6.1/libtool-4730- # Transform the symbol file into the correct name. dmucs-0.6.1/libtool:4731: compile_command=`$echo "X$compile_command" | $Xsed -e "s%@SYMFILE@%$output_objdir/${outputname}S.${objext}%"` dmucs-0.6.1/libtool:4732: finalize_command=`$echo "X$finalize_command" | $Xsed -e "s%@SYMFILE@%$output_objdir/${outputname}S.${objext}%"` dmucs-0.6.1/libtool-4733- ;; ############################################## dmucs-0.6.1/libtool-4744- # Nullify the symbol file. dmucs-0.6.1/libtool:4745: compile_command=`$echo "X$compile_command" | $Xsed -e "s% @SYMFILE@%%"` dmucs-0.6.1/libtool:4746: finalize_command=`$echo "X$finalize_command" | $Xsed -e "s% @SYMFILE@%%"` dmucs-0.6.1/libtool-4747- fi ############################################## dmucs-0.6.1/libtool-4750- # Replace the output file specification. dmucs-0.6.1/libtool:4751: compile_command=`$echo "X$compile_command" | $Xsed -e 's%@OUTPUT@%'"$output"'%g'` dmucs-0.6.1/libtool-4752- link_command="$compile_command$compile_rpath" ############################################## dmucs-0.6.1/libtool-4817- # Replace the output file specification. dmucs-0.6.1/libtool:4818: link_command=`$echo "X$link_command" | $Xsed -e 's%@OUTPUT@%'"$output"'%g'` dmucs-0.6.1/libtool-4819- # Delete the old output file. ############################################## dmucs-0.6.1/libtool-4837- if test "$fast_install" = yes; then dmucs-0.6.1/libtool:4838: relink_command=`$echo "X$compile_var$compile_command$compile_rpath" | $Xsed -e 's%@OUTPUT@%\$progdir/\$file%g'` dmucs-0.6.1/libtool-4839- else ############################################## dmucs-0.6.1/libtool-4849- # Replace the output file specification. dmucs-0.6.1/libtool:4850: link_command=`$echo "X$link_command" | $Xsed -e 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'` dmucs-0.6.1/libtool-4851- ############################################## dmucs-0.6.1/libtool-4869- else dmucs-0.6.1/libtool:4870: var_value=`$echo "X$var_value" | $Xsed -e "$sed_quote_subst"` dmucs-0.6.1/libtool-4871- relink_command="$var=\"$var_value\"; export $var; $relink_command" ############################################## dmucs-0.6.1/libtool-4874- relink_command="(cd `pwd`; $relink_command)" dmucs-0.6.1/libtool:4875: relink_command=`$echo "X$relink_command" | $Xsed -e "$sed_quote_subst"` dmucs-0.6.1/libtool-4876- fi ############################################## dmucs-0.6.1/libtool-4883- esac dmucs-0.6.1/libtool:4884: qecho=`$echo "X$qecho" | $Xsed -e "$sed_quote_subst"` dmucs-0.6.1/libtool-4885- else dmucs-0.6.1/libtool:4886: qecho=`$echo "X$echo" | $Xsed -e "$sed_quote_subst"` dmucs-0.6.1/libtool-4887- fi ############################################## dmucs-0.6.1/libtool-4893- case $output in dmucs-0.6.1/libtool:4894: *.exe) output=`$echo $output|${SED} 's,.exe$,,'` ;; dmucs-0.6.1/libtool-4895- esac ############################################## dmucs-0.6.1/libtool-4899- exeext=.exe dmucs-0.6.1/libtool:4900: outputname=`$echo $outputname|${SED} 's,.exe$,,'` ;; dmucs-0.6.1/libtool-4901- *) exeext= ;; ############################################## dmucs-0.6.1/libtool-4904- *cygwin* | *mingw* ) dmucs-0.6.1/libtool:4905: cwrappersource=`$echo ${objdir}/lt-${output}.c` dmucs-0.6.1/libtool:4906: cwrapper=`$echo ${output}.exe` dmucs-0.6.1/libtool-4907- $rm $cwrappersource $cwrapper ############################################## dmucs-0.6.1/libtool-5154- shift dmucs-0.6.1/libtool:5155: elif test \"X\`(\$echo '\t') 2>/dev/null\`\" = 'X\t'; then dmucs-0.6.1/libtool-5156- # Yippee, \$echo works! ############################################## dmucs-0.6.1/libtool-5166- # Find the directory that this script lives in. dmucs-0.6.1/libtool:5167: thisdir=\`\$echo \"X\$file\" | \$Xsed -e 's%/[^/]*$%%'\` dmucs-0.6.1/libtool-5168- test \"x\$thisdir\" = \"x\$file\" && thisdir=. ############################################## dmucs-0.6.1/libtool-5170- # Follow symbolic links until we get to the real thisdir. dmucs-0.6.1/libtool:5171: file=\`ls -ld \"\$file\" | ${SED} -n 's/.*-> //p'\` dmucs-0.6.1/libtool-5172- while test -n \"\$file\"; do dmucs-0.6.1/libtool:5173: destdir=\`\$echo \"X\$file\" | \$Xsed -e 's%/[^/]*\$%%'\` dmucs-0.6.1/libtool-5174- ############################################## dmucs-0.6.1/libtool-5182- dmucs-0.6.1/libtool:5183: file=\`\$echo \"X\$file\" | \$Xsed -e 's%^.*/%%'\` dmucs-0.6.1/libtool:5184: file=\`ls -ld \"\$thisdir/\$file\" | ${SED} -n 's/.*-> //p'\` dmucs-0.6.1/libtool-5185- done ############################################## dmucs-0.6.1/libtool-5187- # Try to get the absolute directory name. dmucs-0.6.1/libtool:5188: absdir=\`cd \"\$thisdir\" && pwd\` dmucs-0.6.1/libtool-5189- test -n \"\$absdir\" && thisdir=\"\$absdir\" ############################################## dmucs-0.6.1/libtool-5197- if test ! -f \"\$progdir/\$program\" || \\ dmucs-0.6.1/libtool:5198: { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | ${SED} 1q\`; \\ dmucs-0.6.1/libtool-5199- test \"X\$file\" != \"X\$progdir/\$program\"; }; then ############################################## dmucs-0.6.1/libtool-5212- if test -n \"\$relink_command\"; then dmucs-0.6.1/libtool:5213: if relink_command_output=\`eval \$relink_command 2>&1\`; then : dmucs-0.6.1/libtool-5214- else ############################################## dmucs-0.6.1/libtool-5244- # The second colon is a workaround for a bug in BeOS R4 sed dmucs-0.6.1/libtool:5245: $shlibpath_var=\`\$echo \"X\$$shlibpath_var\" | \$Xsed -e 's/::*\$//'\` dmucs-0.6.1/libtool-5246- ############################################## dmucs-0.6.1/libtool-5331- esac dmucs-0.6.1/libtool:5332: xlib=`$echo "X$xlib" | $Xsed -e 's%^.*/%%'` dmucs-0.6.1/libtool-5333- xdir="$gentop/$xlib" ############################################## dmucs-0.6.1/libtool-5362- do dmucs-0.6.1/libtool:5363: name_to=`$echo "X$name_to" | $Xsed -e "s/\([^.]*\)/\1-$i/"` dmucs-0.6.1/libtool-5364- done ############################################## dmucs-0.6.1/libtool-5366- $run eval "(cd \$xdir && $AR xN $i \$xabs '$name' && $mv '$name' '$name_to')" || exit $? dmucs-0.6.1/libtool:5367: i=`expr $i + 1` dmucs-0.6.1/libtool-5368- done ############################################## dmucs-0.6.1/libtool-5371- dmucs-0.6.1/libtool:5372: oldobjs="$oldobjs "`find $xdir -name \*.${objext} -print -o -name \*.lo -print | $NL2SP` dmucs-0.6.1/libtool-5373- done ############################################## dmucs-0.6.1/libtool-5381- dmucs-0.6.1/libtool:5382: if len=`expr "X$cmds" : ".*"` && dmucs-0.6.1/libtool-5383- test "$len" -le "$max_cmd_len" || test "$max_cmd_len" -le -1; then ############################################## dmucs-0.6.1/libtool-5416- eval test_cmds=\"$old_archive_cmds\" dmucs-0.6.1/libtool:5417: if len=`expr "X$test_cmds" : ".*"` && dmucs-0.6.1/libtool-5418- test "$len" -le "$max_cmd_len"; then ############################################## dmucs-0.6.1/libtool-5468- else dmucs-0.6.1/libtool:5469: var_value=`$echo "X$var_value" | $Xsed -e "$sed_quote_subst"` dmucs-0.6.1/libtool-5470- relink_command="$var=\"$var_value\"; export $var; $relink_command" ############################################## dmucs-0.6.1/libtool-5474- relink_command="(cd `pwd`; $SHELL $0 $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)" dmucs-0.6.1/libtool:5475: relink_command=`$echo "X$relink_command" | $Xsed -e "$sed_quote_subst"` dmucs-0.6.1/libtool-5476- if test "$hardcode_automatic" = yes ; then ############################################## dmucs-0.6.1/libtool-5491- *.la) dmucs-0.6.1/libtool:5492: name=`$echo "X$deplib" | $Xsed -e 's%^.*/%%'` dmucs-0.6.1/libtool:5493: eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib` dmucs-0.6.1/libtool-5494- if test -z "$libdir"; then ############################################## dmucs-0.6.1/libtool-5505- for lib in $dlfiles; do dmucs-0.6.1/libtool:5506: name=`$echo "X$lib" | $Xsed -e 's%^.*/%%'` dmucs-0.6.1/libtool:5507: eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib` dmucs-0.6.1/libtool-5508- if test -z "$libdir"; then ############################################## dmucs-0.6.1/libtool-5516- for lib in $dlprefiles; do dmucs-0.6.1/libtool:5517: name=`$echo "X$lib" | $Xsed -e 's%^.*/%%'` dmucs-0.6.1/libtool:5518: eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib` dmucs-0.6.1/libtool-5519- if test -z "$libdir"; then ############################################## dmucs-0.6.1/libtool-5613- # Aesthetically quote it. dmucs-0.6.1/libtool:5614: arg=`$echo "X$nonopt" | $Xsed -e "$sed_quote_subst"` dmucs-0.6.1/libtool-5615- case $arg in ############################################## dmucs-0.6.1/libtool-5629- # Aesthetically quote it. dmucs-0.6.1/libtool:5630: arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"` dmucs-0.6.1/libtool-5631- case $arg in ############################################## dmucs-0.6.1/libtool-5677- # Aesthetically quote the argument. dmucs-0.6.1/libtool:5678: arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"` dmucs-0.6.1/libtool-5679- case $arg in ############################################## dmucs-0.6.1/libtool-5709- # Strip any trailing slash from the destination. dmucs-0.6.1/libtool:5710: dest=`$echo "X$dest" | $Xsed -e 's%/$%%'` dmucs-0.6.1/libtool-5711- ############################################## dmucs-0.6.1/libtool-5717- else dmucs-0.6.1/libtool:5718: destdir=`$echo "X$dest" | $Xsed -e 's%/[^/]*$%%'` dmucs-0.6.1/libtool-5719- test "X$destdir" = "X$dest" && destdir=. dmucs-0.6.1/libtool:5720: destname=`$echo "X$dest" | $Xsed -e 's%^.*/%%'` dmucs-0.6.1/libtool-5721- ############################################## dmucs-0.6.1/libtool-5793- dmucs-0.6.1/libtool:5794: dir=`$echo "X$file" | $Xsed -e 's%/[^/]*$%%'`/ dmucs-0.6.1/libtool-5795- test "X$dir" = "X$file/" && dir= ############################################## dmucs-0.6.1/libtool-5799- # Determine the prefix the user has applied to our future dir. dmucs-0.6.1/libtool:5800: inst_prefix_dir=`$echo "$destdir" | $SED "s%$libdir\$%%"` dmucs-0.6.1/libtool-5801- ############################################## dmucs-0.6.1/libtool-5814- # Stick the inst_prefix_dir data into the link command. dmucs-0.6.1/libtool:5815: relink_command=`$echo "$relink_command" | $SED "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"` dmucs-0.6.1/libtool-5816- else dmucs-0.6.1/libtool:5817: relink_command=`$echo "$relink_command" | $SED "s%@inst_prefix_dir@%%"` dmucs-0.6.1/libtool-5818- fi ############################################## dmucs-0.6.1/libtool-5871- # Install the pseudo-library for information purposes. dmucs-0.6.1/libtool:5872: name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` dmucs-0.6.1/libtool-5873- instname="$dir/$name"i ############################################## dmucs-0.6.1/libtool-5887- else dmucs-0.6.1/libtool:5888: destfile=`$echo "X$file" | $Xsed -e 's%^.*/%%'` dmucs-0.6.1/libtool-5889- destfile="$destdir/$destfile" ############################################## dmucs-0.6.1/libtool-5894- *.lo) dmucs-0.6.1/libtool:5895: staticdest=`$echo "X$destfile" | $Xsed -e "$lo2o"` dmucs-0.6.1/libtool-5896- ;; ############################################## dmucs-0.6.1/libtool-5916- # Deduce the name of the old-style object file. dmucs-0.6.1/libtool:5917: staticobj=`$echo "X$file" | $Xsed -e "$lo2o"` dmucs-0.6.1/libtool-5918- ############################################## dmucs-0.6.1/libtool-5929- else dmucs-0.6.1/libtool:5930: destfile=`$echo "X$file" | $Xsed -e 's%^.*/%%'` dmucs-0.6.1/libtool-5931- destfile="$destdir/$destfile" ############################################## dmucs-0.6.1/libtool-5940- if test ! -f "$file"; then dmucs-0.6.1/libtool:5941: file=`$echo $file|${SED} 's,.exe$,,'` dmucs-0.6.1/libtool-5942- stripped_ext=".exe" ############################################## dmucs-0.6.1/libtool-5949- *cygwin*|*mingw*) dmucs-0.6.1/libtool:5950: wrapper=`$echo $file | ${SED} -e 's,.exe$,,'` dmucs-0.6.1/libtool-5951- ;; ############################################## dmucs-0.6.1/libtool-5989- fi dmucs-0.6.1/libtool:5990: libfile="$libdir/"`$echo "X$lib" | $Xsed -e 's%^.*/%%g'` ### testsuite: skip nested quoting test dmucs-0.6.1/libtool-5991- if test -n "$libdir" && test ! -f "$libfile"; then dmucs-0.6.1/libtool:5992: $echo "$modename: warning: \`$lib' has not been installed in \`$libdir'" 1>&2 dmucs-0.6.1/libtool-5993- finalize=no ############################################## dmucs-0.6.1/libtool-6021- fi dmucs-0.6.1/libtool:6022: file=`$echo "X$file$stripped_ext" | $Xsed -e 's%^.*/%%'` dmucs-0.6.1/libtool-6023- outputname="$tmpdir/$file" dmucs-0.6.1/libtool-6024- # Replace the output file specification. dmucs-0.6.1/libtool:6025: relink_command=`$echo "X$relink_command" | $Xsed -e 's%@OUTPUT@%'"$outputname"'%g'` dmucs-0.6.1/libtool-6026- ############################################## dmucs-0.6.1/libtool-6039- # Install the binary that we compiled earlier. dmucs-0.6.1/libtool:6040: file=`$echo "X$file$stripped_ext" | $Xsed -e "s%\([^/]*\)$%$objdir/\1%"` dmucs-0.6.1/libtool-6041- fi ############################################## dmucs-0.6.1/libtool-6055- *:*.exe) dmucs-0.6.1/libtool:6056: destfile=`$echo $destfile | ${SED} -e 's,.exe$,,'` dmucs-0.6.1/libtool-6057- ;; ############################################## dmucs-0.6.1/libtool-6068- for file in $staticlibs; do dmucs-0.6.1/libtool:6069: name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` dmucs-0.6.1/libtool-6070- ############################################## dmucs-0.6.1/libtool-6225- # Warn if it was a shared library. dmucs-0.6.1/libtool:6226: test -n "$library_names" && $echo "$modename: warning: \`$file' was not linked with \`-export-dynamic'" dmucs-0.6.1/libtool-6227- continue ############################################## dmucs-0.6.1/libtool-6229- dmucs-0.6.1/libtool:6230: dir=`$echo "X$file" | $Xsed -e 's%/[^/]*$%%'` dmucs-0.6.1/libtool-6231- test "X$dir" = "X$file" && dir=. ############################################## dmucs-0.6.1/libtool-6235- else dmucs-0.6.1/libtool:6236: $echo "$modename: cannot find \`$dlname' in \`$dir' or \`$dir/$objdir'" 1>&2 dmucs-0.6.1/libtool-6237- exit 1 ############################################## dmucs-0.6.1/libtool-6242- # Just add the directory containing the .lo file. dmucs-0.6.1/libtool:6243: dir=`$echo "X$file" | $Xsed -e 's%/[^/]*$%%'` dmucs-0.6.1/libtool-6244- test "X$dir" = "X$file" && dir=. ############################################## dmucs-0.6.1/libtool-6253- # Get the absolute pathname. dmucs-0.6.1/libtool:6254: absdir=`cd "$dir" && pwd` dmucs-0.6.1/libtool-6255- test -n "$absdir" && dir="$absdir" ############################################## dmucs-0.6.1/libtool-6289- # Quote arguments (to preserve shell metacharacters). dmucs-0.6.1/libtool:6290: file=`$echo "X$file" | $Xsed -e "$sed_quote_subst"` dmucs-0.6.1/libtool-6291- args="$args \"$file\"" ############################################## dmucs-0.6.1/libtool-6351- for file in $files; do dmucs-0.6.1/libtool:6352: dir=`$echo "X$file" | $Xsed -e 's%/[^/]*$%%'` dmucs-0.6.1/libtool-6353- if test "X$dir" = "X$file"; then ############################################## dmucs-0.6.1/libtool-6358- fi dmucs-0.6.1/libtool:6359: name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` dmucs-0.6.1/libtool-6360- test "$mode" = uninstall && objdir="$dir" ############################################## dmucs-0.6.1/libtool-6459- *.exe) dmucs-0.6.1/libtool:6460: file=`$echo $file|${SED} 's,.exe$,,'` dmucs-0.6.1/libtool:6461: noexename=`$echo $name|${SED} 's,.exe$,,'` dmucs-0.6.1/libtool-6462- # $file with .exe has already been added to rmfiles, ############################################## dmucs-0.6.1/libtool-6733-# ### BEGIN LIBTOOL TAG CONFIG: disable-static dmucs-0.6.1/libtool:6734:build_old_libs=`case $build_libtool_libs in yes) $echo no;; *) $echo yes;; esac` dmucs-0.6.1/libtool-6735-# ### END LIBTOOL TAG CONFIG: disable-static ############################################## dmucs-0.6.1/missing-128- from any GNU archive site." dmucs-0.6.1/missing:129: files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}` dmucs-0.6.1/missing-130- test -z "$files" && files="config.h" ############################################## dmucs-0.6.1/missing-167- proper tools for further handling them. dmucs-0.6.1/missing:168: You can get \`$1' as part of \`Autoconf' from any GNU dmucs-0.6.1/missing-169- archive site." dmucs-0.6.1/missing-170- dmucs-0.6.1/missing:171: file=`echo "$*" | sed -n 's/.*--output[ =]*\([^ ]*\).*/\1/p'` dmucs-0.6.1/missing:172: test -z "$file" && file=`echo "$*" | sed -n 's/.*-o[ ]*\([^ ]*\).*/\1/p'` dmucs-0.6.1/missing-173- if test -f "$file"; then ############################################## dmucs-0.6.1/missing-196- *.y) dmucs-0.6.1/missing:197: SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'` dmucs-0.6.1/missing-198- if [ -f "$SRCFILE" ]; then ############################################## dmucs-0.6.1/missing-200- fi dmucs-0.6.1/missing:201: SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'` dmucs-0.6.1/missing-202- if [ -f "$SRCFILE" ]; then ############################################## dmucs-0.6.1/missing-226- *.l) dmucs-0.6.1/missing:227: SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'` dmucs-0.6.1/missing-228- if [ -f "$SRCFILE" ]; then ############################################## dmucs-0.6.1/missing-250- dmucs-0.6.1/missing:251: file=`echo "$*" | sed -n 's/.*-o \([^ ]*\).*/\1/p'` dmucs-0.6.1/missing-252- if test -z "$file"; then dmucs-0.6.1/missing:253: file=`echo "$*" | sed -n 's/.*--output=\([^ ]*\).*/\1/p'` dmucs-0.6.1/missing-254- fi ############################################## dmucs-0.6.1/missing-276- the \`GNU make' package. Grab either from any GNU archive site." dmucs-0.6.1/missing:277: file=`echo "$*" | sed -n 's/.*-o \([^ ]*\).*/\1/p'` dmucs-0.6.1/missing-278- if test -z "$file"; then dmucs-0.6.1/missing:279: file=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'` dmucs-0.6.1/missing:280: file=`sed -n '/^@setfilename/ { s/.* \([^ ]*\) *$/\1/; p; q; }' $file` dmucs-0.6.1/missing-281- fi ############################################## dmucs-0.6.1/missing-304- *o*) dmucs-0.6.1/missing:305: firstarg=`echo "$firstarg" | sed s/o//` dmucs-0.6.1/missing-306- tar "$firstarg" "$@" && exit 0 ############################################## dmucs-0.6.1/missing-310- *h*) dmucs-0.6.1/missing:311: firstarg=`echo "$firstarg" | sed s/h//` dmucs-0.6.1/missing-312- tar "$firstarg" "$@" && exit 0 ############################################## dmucs-0.6.1/mkinstalldirs-69-do dmucs-0.6.1/mkinstalldirs:70: set fnord `echo ":$file" | sed -ne 's/^:\//#/;s/^://;s/\// /g;s/^#/\//;p'` dmucs-0.6.1/mkinstalldirs-71- shift ############################################## dmucs-0.6.1/test.cc-65- struct hostent *hostent; dmucs-0.6.1/test.cc:66: if ((int)(addr = inet_addr(machine.c_str())) != -1) { dmucs-0.6.1/test.cc:67: hostent = gethostbyaddr((char *)&addr, sizeof(addr), AF_INET); dmucs-0.6.1/test.cc-68- } else { ############################################## dmucs-0.6.1/COSMIC/Speeraddr.c-26-#ifdef __PROTOTYPE__ dmucs-0.6.1/COSMIC/Speeraddr.c:27:unsigned long Speeraddr(Socket *skt) dmucs-0.6.1/COSMIC/Speeraddr.c-28-#else dmucs-0.6.1/COSMIC/Speeraddr.c:29:unsigned long Speeraddr(skt) dmucs-0.6.1/COSMIC/Speeraddr.c-30-Socket *skt; ############################################## dmucs-0.6.1/COSMIC/Speeraddr.c-81- dmucs-0.6.1/COSMIC/Speeraddr.c:82:printf("client<%s> accepted, peer is %lu\n",Sprtskt(skt),Speeraddr(skt)); dmucs-0.6.1/COSMIC/Speeraddr.c-83- ############################################## dmucs-0.6.1/COSMIC/Speername.c-60- dmucs-0.6.1/COSMIC/Speername.c:61: host= gethostbyaddr((void *) &(sktname.sin_addr.s_addr),sizeof(struct in_addr),AF_INET); dmucs-0.6.1/COSMIC/Speername.c-62- ############################################## dmucs-0.6.1/COSMIC/DOC/History-76- it will run quietly (no window, no ctrl-c to close). dmucs-0.6.1/COSMIC/DOC/History:77: e. Speername() and Speeraddr() passed the wrong length to the dmucs-0.6.1/COSMIC/DOC/History:78: gethostbyaddr() and getpeername() functions; fixed! dmucs-0.6.1/COSMIC/DOC/History-79- f. Sopen/Sclose will now accept NULL or "" for a sktname; in such a ############################################## dmucs-0.6.1/COSMIC/DOC/History-134- 7. New functions: Speername() returns a string giving the peer's name dmucs-0.6.1/COSMIC/DOC/History:135: Speeraddr() returns the internet address of the peer dmucs-0.6.1/COSMIC/DOC/History-136- 8. PortMaster now uses SO_REUSEADDR -- it doesn't seem necessary, as the ############################################## dmucs-0.6.1/COSMIC/DOC/sockets.tex-599- dmucs-0.6.1/COSMIC/DOC/sockets.tex:600:\item[unsigned long Speeraddr(Socket *skt)] \ The {\em Speeraddr} function returns the internet address of the dmucs-0.6.1/COSMIC/DOC/sockets.tex-601- peer Socket. ############################################## dmucs-0.6.1/COSMIC/DOC/sockets.txt-565- || dmucs-0.6.1/COSMIC/DOC/sockets.txt:566: ___|___|unsigned long_Speeraddr (S___ocket *skt) ___ ___ dmucs-0.6.1/COSMIC/DOC/sockets.txt-567- || ############################################## dmucs-0.6.1/COSMIC/DOC/sockets.txt-943- dmucs-0.6.1/COSMIC/DOC/sockets.txt:944:unsigned long Speeraddr(Socket *skt) dmucs-0.6.1/COSMIC/DOC/sockets.txt-945- ############################################## dmucs-0.6.1/COSMIC/HDR/sockets.h-428-int Speek( Socket *, void *, int); /* Speek.c */ dmucs-0.6.1/COSMIC/HDR/sockets.h:429:unsigned long Speeraddr(Socket *); /* Speeraddr.c */ dmucs-0.6.1/COSMIC/HDR/sockets.h-430-char *Speername(Socket *); /* Speername.c */ ############################################## dmucs-0.6.1/COSMIC/HDR/sockets.h-467-extern int Speek(); /* Speek.c */ dmucs-0.6.1/COSMIC/HDR/sockets.h:468:extern unsigned long Speeraddr(); /* Speeraddr.c */ dmucs-0.6.1/COSMIC/HDR/sockets.h-469-extern char *Speername(); /* Speername.c */ ############################################## dmucs-0.6.1/autom4te.cache/output.0-45-do dmucs-0.6.1/autom4te.cache/output.0:46: if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then dmucs-0.6.1/autom4te.cache/output.0-47- eval $as_var=C; export $as_var ############################################## dmucs-0.6.1/autom4te.cache/output.0-103- as_lineno_2=$LINENO dmucs-0.6.1/autom4te.cache/output.0:104: as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null` dmucs-0.6.1/autom4te.cache/output.0-105- test "x$as_lineno_1" != "x$as_lineno_2" && ############################################## dmucs-0.6.1/autom4te.cache/output.0-142- as_lineno_2=$LINENO dmucs-0.6.1/autom4te.cache/output.0:143: as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null` dmucs-0.6.1/autom4te.cache/output.0-144- test "x$as_lineno_1" != "x$as_lineno_2" && ############################################## dmucs-0.6.1/autom4te.cache/output.0-364- dmucs-0.6.1/autom4te.cache/output.0:365: ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'` dmucs-0.6.1/autom4te.cache/output.0-366- ############################################## dmucs-0.6.1/autom4te.cache/output.0-397- -disable-* | --disable-*) dmucs-0.6.1/autom4te.cache/output.0:398: ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'` dmucs-0.6.1/autom4te.cache/output.0-399- # Reject names that are not valid shell variable names. ############################################## dmucs-0.6.1/autom4te.cache/output.0-402- { (exit 1); exit 1; }; } dmucs-0.6.1/autom4te.cache/output.0:403: ac_feature=`echo $ac_feature | sed 's/-/_/g'` dmucs-0.6.1/autom4te.cache/output.0-404- eval "enable_$ac_feature=no" ;; ############################################## dmucs-0.6.1/autom4te.cache/output.0-406- -enable-* | --enable-*) dmucs-0.6.1/autom4te.cache/output.0:407: ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` dmucs-0.6.1/autom4te.cache/output.0-408- # Reject names that are not valid shell variable names. ############################################## dmucs-0.6.1/autom4te.cache/output.0-411- { (exit 1); exit 1; }; } dmucs-0.6.1/autom4te.cache/output.0:412: ac_feature=`echo $ac_feature | sed 's/-/_/g'` dmucs-0.6.1/autom4te.cache/output.0-413- case $ac_option in dmucs-0.6.1/autom4te.cache/output.0:414: *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;; dmucs-0.6.1/autom4te.cache/output.0-415- *) ac_optarg=yes ;; ############################################## dmucs-0.6.1/autom4te.cache/output.0-588- -with-* | --with-*) dmucs-0.6.1/autom4te.cache/output.0:589: ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` dmucs-0.6.1/autom4te.cache/output.0-590- # Reject names that are not valid shell variable names. ############################################## dmucs-0.6.1/autom4te.cache/output.0-593- { (exit 1); exit 1; }; } dmucs-0.6.1/autom4te.cache/output.0:594: ac_package=`echo $ac_package| sed 's/-/_/g'` dmucs-0.6.1/autom4te.cache/output.0-595- case $ac_option in dmucs-0.6.1/autom4te.cache/output.0:596: *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;; dmucs-0.6.1/autom4te.cache/output.0-597- *) ac_optarg=yes ;; ############################################## dmucs-0.6.1/autom4te.cache/output.0-601- -without-* | --without-*) dmucs-0.6.1/autom4te.cache/output.0:602: ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'` dmucs-0.6.1/autom4te.cache/output.0-603- # Reject names that are not valid shell variable names. ############################################## dmucs-0.6.1/autom4te.cache/output.0-606- { (exit 1); exit 1; }; } dmucs-0.6.1/autom4te.cache/output.0:607: ac_package=`echo $ac_package | sed 's/-/_/g'` dmucs-0.6.1/autom4te.cache/output.0-608- eval "with_$ac_package=no" ;; ############################################## dmucs-0.6.1/autom4te.cache/output.0-633- *=*) dmucs-0.6.1/autom4te.cache/output.0:634: ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` dmucs-0.6.1/autom4te.cache/output.0-635- # Reject names that are not valid shell variable names. ############################################## dmucs-0.6.1/autom4te.cache/output.0-638- { (exit 1); exit 1; }; } dmucs-0.6.1/autom4te.cache/output.0:639: ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` dmucs-0.6.1/autom4te.cache/output.0-640- eval "$ac_envvar='$ac_optarg'" ############################################## dmucs-0.6.1/autom4te.cache/output.0-654-if test -n "$ac_prev"; then dmucs-0.6.1/autom4te.cache/output.0:655: ac_option=--`echo $ac_prev | sed 's/_/-/g'` dmucs-0.6.1/autom4te.cache/output.0-656- { echo "$as_me: error: missing argument to $ac_option" >&2 ############################################## dmucs-0.6.1/autom4te.cache/output.0-662-do dmucs-0.6.1/autom4te.cache/output.0:663: eval ac_val=$`echo $ac_var` dmucs-0.6.1/autom4te.cache/output.0-664- case $ac_val in ############################################## dmucs-0.6.1/autom4te.cache/output.0-674-do dmucs-0.6.1/autom4te.cache/output.0:675: eval ac_val=$`echo $ac_var` dmucs-0.6.1/autom4te.cache/output.0-676- case $ac_val in ############################################## dmucs-0.6.1/autom4te.cache/output.0-741- { (exit 1); exit 1; }; } dmucs-0.6.1/autom4te.cache/output.0:742:srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'` dmucs-0.6.1/autom4te.cache/output.0-743-ac_env_build_alias_set=${build_alias+set} ############################################## dmucs-0.6.1/autom4te.cache/output.0-820-By default, \`make install' will install all the files in dmucs-0.6.1/autom4te.cache/output.0:821:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify dmucs-0.6.1/autom4te.cache/output.0:822:an installation prefix other than \`$ac_default_prefix' using \`--prefix', dmucs-0.6.1/autom4te.cache/output.0-823-for instance \`--prefix=\$HOME'. ############################################## dmucs-0.6.1/autom4te.cache/output.0-877-if test "$ac_dir" != .; then dmucs-0.6.1/autom4te.cache/output.0:878: ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` dmucs-0.6.1/autom4te.cache/output.0-879- # A "../" for each directory in $ac_dir_suffix. dmucs-0.6.1/autom4te.cache/output.0:880: ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'` dmucs-0.6.1/autom4te.cache/output.0-881-else ############################################## dmucs-0.6.1/autom4te.cache/output.0-890- else dmucs-0.6.1/autom4te.cache/output.0:891: ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'` dmucs-0.6.1/autom4te.cache/output.0-892- fi ;; ############################################## dmucs-0.6.1/autom4te.cache/output.0-1043- *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*) dmucs-0.6.1/autom4te.cache/output.0:1044: ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; dmucs-0.6.1/autom4te.cache/output.0-1045- esac ############################################## dmucs-0.6.1/autom4te.cache/output.0-1115- do dmucs-0.6.1/autom4te.cache/output.0:1116: eval ac_val=$`echo $ac_var` dmucs-0.6.1/autom4te.cache/output.0-1117- echo "$ac_var='"'"'$ac_val'"'"'" ############################################## dmucs-0.6.1/autom4te.cache/output.0-1129- do dmucs-0.6.1/autom4te.cache/output.0:1130: eval ac_val=$`echo $ac_var` dmucs-0.6.1/autom4te.cache/output.0-1131- echo "$ac_var='"'"'$ac_val'"'"'" ############################################## dmucs-0.6.1/autom4te.cache/output.0-1236- set,) dmucs-0.6.1/autom4te.cache/output.0:1237: { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 dmucs-0.6.1/autom4te.cache/output.0:1238:echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} dmucs-0.6.1/autom4te.cache/output.0-1239- ac_cache_corrupted=: ;; ############################################## dmucs-0.6.1/autom4te.cache/output.0-1259- *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*) dmucs-0.6.1/autom4te.cache/output.0:1260: ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; dmucs-0.6.1/autom4te.cache/output.0-1261- *) ac_arg=$ac_var=$ac_new_val ;; ############################################## dmucs-0.6.1/autom4te.cache/output.0-1409- "checking for C++ compiler version" >&5 dmucs-0.6.1/autom4te.cache/output.0:1410:ac_compiler=`set X $ac_compile; echo $2` dmucs-0.6.1/autom4te.cache/output.0-1411-{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5 ############################################## dmucs-0.6.1/autom4te.cache/output.0-1448-echo $ECHO_N "checking for C++ compiler default output file name... $ECHO_C" >&6 dmucs-0.6.1/autom4te.cache/output.0:1449:ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` dmucs-0.6.1/autom4te.cache/output.0-1450-if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5 ############################################## dmucs-0.6.1/autom4te.cache/output.0-1476- *.* ) dmucs-0.6.1/autom4te.cache/output.0:1477: ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` dmucs-0.6.1/autom4te.cache/output.0-1478- # FIXME: I believe we export ac_cv_exeext for Libtool, ############################################## dmucs-0.6.1/autom4te.cache/output.0-1556- *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;; dmucs-0.6.1/autom4te.cache/output.0:1557: *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` dmucs-0.6.1/autom4te.cache/output.0-1558- export ac_cv_exeext ############################################## dmucs-0.6.1/autom4te.cache/output.0-1606- *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;; dmucs-0.6.1/autom4te.cache/output.0:1607: *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` dmucs-0.6.1/autom4te.cache/output.0-1608- break;; ############################################## dmucs-0.6.1/autom4te.cache/output.0-1685-echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6 dmucs-0.6.1/autom4te.cache/output.0:1686:GXX=`test $ac_compiler_gnu = yes && echo yes` dmucs-0.6.1/autom4te.cache/output.0-1687-ac_test_CXXFLAGS=${CXXFLAGS+set} ############################################## dmucs-0.6.1/autom4te.cache/output.0-2187- "checking for C compiler version" >&5 dmucs-0.6.1/autom4te.cache/output.0:2188:ac_compiler=`set X $ac_compile; echo $2` dmucs-0.6.1/autom4te.cache/output.0-2189-{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5 ############################################## dmucs-0.6.1/autom4te.cache/output.0-2262-echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6 dmucs-0.6.1/autom4te.cache/output.0:2263:GCC=`test $ac_compiler_gnu = yes && echo yes` dmucs-0.6.1/autom4te.cache/output.0-2264-ac_test_CFLAGS=${CFLAGS+set} ############################################## dmucs-0.6.1/autom4te.cache/output.0-3257-do dmucs-0.6.1/autom4te.cache/output.0:3258:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` dmucs-0.6.1/autom4te.cache/output.0-3259-echo "$as_me:$LINENO: checking for $ac_header" >&5 ############################################## dmucs-0.6.1/autom4te.cache/output.0-3304-fi dmucs-0.6.1/autom4te.cache/output.0:3305:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 dmucs-0.6.1/autom4te.cache/output.0:3306:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 dmucs-0.6.1/autom4te.cache/output.0:3307:if test `eval echo '${'$as_ac_Header'}'` = yes; then dmucs-0.6.1/autom4te.cache/output.0-3308- cat >>confdefs.h <<_ACEOF dmucs-0.6.1/autom4te.cache/output.0:3309:@%:@define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 dmucs-0.6.1/autom4te.cache/output.0-3310-_ACEOF ############################################## dmucs-0.6.1/autom4te.cache/output.0-3323-do dmucs-0.6.1/autom4te.cache/output.0:3324:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` dmucs-0.6.1/autom4te.cache/output.0-3325-if eval "test \"\${$as_ac_Header+set}\" = set"; then ############################################## dmucs-0.6.1/autom4te.cache/output.0-3330-fi dmucs-0.6.1/autom4te.cache/output.0:3331:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 dmucs-0.6.1/autom4te.cache/output.0:3332:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 dmucs-0.6.1/autom4te.cache/output.0-3333-else ############################################## dmucs-0.6.1/autom4te.cache/output.0-3457-fi dmucs-0.6.1/autom4te.cache/output.0:3458:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 dmucs-0.6.1/autom4te.cache/output.0:3459:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 dmucs-0.6.1/autom4te.cache/output.0-3460- dmucs-0.6.1/autom4te.cache/output.0-3461-fi dmucs-0.6.1/autom4te.cache/output.0:3462:if test `eval echo '${'$as_ac_Header'}'` = yes; then dmucs-0.6.1/autom4te.cache/output.0-3463- cat >>confdefs.h <<_ACEOF dmucs-0.6.1/autom4te.cache/output.0:3464:@%:@define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 dmucs-0.6.1/autom4te.cache/output.0-3465-_ACEOF ############################################## dmucs-0.6.1/autom4te.cache/output.0-3880-do dmucs-0.6.1/autom4te.cache/output.0:3881:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` dmucs-0.6.1/autom4te.cache/output.0-3882-if eval "test \"\${$as_ac_Header+set}\" = set"; then ############################################## dmucs-0.6.1/autom4te.cache/output.0-3887-fi dmucs-0.6.1/autom4te.cache/output.0:3888:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 dmucs-0.6.1/autom4te.cache/output.0:3889:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 dmucs-0.6.1/autom4te.cache/output.0-3890-else ############################################## dmucs-0.6.1/autom4te.cache/output.0-4014-fi dmucs-0.6.1/autom4te.cache/output.0:4015:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 dmucs-0.6.1/autom4te.cache/output.0:4016:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 dmucs-0.6.1/autom4te.cache/output.0-4017- dmucs-0.6.1/autom4te.cache/output.0-4018-fi dmucs-0.6.1/autom4te.cache/output.0:4019:if test `eval echo '${'$as_ac_Header'}'` = yes; then dmucs-0.6.1/autom4te.cache/output.0-4020- cat >>confdefs.h <<_ACEOF dmucs-0.6.1/autom4te.cache/output.0:4021:@%:@define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 dmucs-0.6.1/autom4te.cache/output.0-4022-_ACEOF ############################################## dmucs-0.6.1/autom4te.cache/output.0-4031-do dmucs-0.6.1/autom4te.cache/output.0:4032:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` dmucs-0.6.1/autom4te.cache/output.0-4033-echo "$as_me:$LINENO: checking for $ac_func" >&5 ############################################## dmucs-0.6.1/autom4te.cache/output.0-4120-fi dmucs-0.6.1/autom4te.cache/output.0:4121:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 dmucs-0.6.1/autom4te.cache/output.0:4122:echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 dmucs-0.6.1/autom4te.cache/output.0:4123:if test `eval echo '${'$as_ac_var'}'` = yes; then dmucs-0.6.1/autom4te.cache/output.0-4124- cat >>confdefs.h <<_ACEOF dmucs-0.6.1/autom4te.cache/output.0:4125:@%:@define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 dmucs-0.6.1/autom4te.cache/output.0-4126-_ACEOF ############################################## dmucs-0.6.1/autom4te.cache/output.0-4535-do dmucs-0.6.1/autom4te.cache/output.0:4536:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` dmucs-0.6.1/autom4te.cache/output.0-4537-echo "$as_me:$LINENO: checking for $ac_func" >&5 ############################################## dmucs-0.6.1/autom4te.cache/output.0-4624-fi dmucs-0.6.1/autom4te.cache/output.0:4625:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 dmucs-0.6.1/autom4te.cache/output.0:4626:echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 dmucs-0.6.1/autom4te.cache/output.0:4627:if test `eval echo '${'$as_ac_var'}'` = yes; then dmucs-0.6.1/autom4te.cache/output.0-4628- cat >>confdefs.h <<_ACEOF dmucs-0.6.1/autom4te.cache/output.0:4629:@%:@define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 dmucs-0.6.1/autom4te.cache/output.0-4630-_ACEOF ############################################## dmucs-0.6.1/autom4te.cache/output.0-4784-do dmucs-0.6.1/autom4te.cache/output.0:4785: if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then dmucs-0.6.1/autom4te.cache/output.0-4786- eval $as_var=C; export $as_var ############################################## dmucs-0.6.1/autom4te.cache/output.0-4842- as_lineno_2=$LINENO dmucs-0.6.1/autom4te.cache/output.0:4843: as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null` dmucs-0.6.1/autom4te.cache/output.0-4844- test "x$as_lineno_1" != "x$as_lineno_2" && ############################################## dmucs-0.6.1/autom4te.cache/output.0-4882- as_lineno_2=$LINENO dmucs-0.6.1/autom4te.cache/output.0:4883: as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null` dmucs-0.6.1/autom4te.cache/output.0-4884- test "x$as_lineno_1" != "x$as_lineno_2" && ############################################## dmucs-0.6.1/autom4te.cache/output.0-5061-configured by $0, generated by GNU Autoconf 2.58, dmucs-0.6.1/autom4te.cache/output.0:5062: with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" dmucs-0.6.1/autom4te.cache/output.0-5063- ############################################## dmucs-0.6.1/autom4te.cache/output.0-5077- --*=*) dmucs-0.6.1/autom4te.cache/output.0:5078: ac_option=`expr "x$1" : 'x\([^=]*\)='` dmucs-0.6.1/autom4te.cache/output.0:5079: ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'` dmucs-0.6.1/autom4te.cache/output.0-5080- ac_shift=: ############################################## dmucs-0.6.1/autom4te.cache/output.0-5294- fi dmucs-0.6.1/autom4te.cache/output.0:5295: ac_sed_frag=`expr $ac_sed_frag + 1` dmucs-0.6.1/autom4te.cache/output.0-5296- ac_beg=$ac_end dmucs-0.6.1/autom4te.cache/output.0:5297: ac_end=`expr $ac_end + $ac_max_sed_lines` dmucs-0.6.1/autom4te.cache/output.0-5298- fi ############################################## dmucs-0.6.1/autom4te.cache/output.0-5311- cat >$tmp/stdin dmucs-0.6.1/autom4te.cache/output.0:5312: ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` dmucs-0.6.1/autom4te.cache/output.0:5313: ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; dmucs-0.6.1/autom4te.cache/output.0:5314: *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` dmucs-0.6.1/autom4te.cache/output.0:5315: ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; dmucs-0.6.1/autom4te.cache/output.0-5316- * ) ac_file_in=$ac_file.in ;; ############################################## dmucs-0.6.1/autom4te.cache/output.0-5359-if test "$ac_dir" != .; then dmucs-0.6.1/autom4te.cache/output.0:5360: ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` dmucs-0.6.1/autom4te.cache/output.0-5361- # A "../" for each directory in $ac_dir_suffix. dmucs-0.6.1/autom4te.cache/output.0:5362: ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'` dmucs-0.6.1/autom4te.cache/output.0-5363-else ############################################## dmucs-0.6.1/autom4te.cache/output.0-5372- else dmucs-0.6.1/autom4te.cache/output.0:5373: ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'` dmucs-0.6.1/autom4te.cache/output.0-5374- fi ;; ############################################## dmucs-0.6.1/autom4te.cache/output.0-5516- cat >$tmp/stdin dmucs-0.6.1/autom4te.cache/output.0:5517: ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` dmucs-0.6.1/autom4te.cache/output.0:5518: ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; dmucs-0.6.1/autom4te.cache/output.0:5519: *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` dmucs-0.6.1/autom4te.cache/output.0:5520: ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; dmucs-0.6.1/autom4te.cache/output.0-5521- * ) ac_file_in=$ac_file.in ;; ############################################## dmucs-0.6.1/autom4te.cache/output.1-45-do dmucs-0.6.1/autom4te.cache/output.1:46: if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then dmucs-0.6.1/autom4te.cache/output.1-47- eval $as_var=C; export $as_var ############################################## dmucs-0.6.1/autom4te.cache/output.1-103- as_lineno_2=$LINENO dmucs-0.6.1/autom4te.cache/output.1:104: as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null` dmucs-0.6.1/autom4te.cache/output.1-105- test "x$as_lineno_1" != "x$as_lineno_2" && ############################################## dmucs-0.6.1/autom4te.cache/output.1-142- as_lineno_2=$LINENO dmucs-0.6.1/autom4te.cache/output.1:143: as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null` dmucs-0.6.1/autom4te.cache/output.1-144- test "x$as_lineno_1" != "x$as_lineno_2" && ############################################## dmucs-0.6.1/autom4te.cache/output.1-364- dmucs-0.6.1/autom4te.cache/output.1:365: ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'` dmucs-0.6.1/autom4te.cache/output.1-366- ############################################## dmucs-0.6.1/autom4te.cache/output.1-397- -disable-* | --disable-*) dmucs-0.6.1/autom4te.cache/output.1:398: ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'` dmucs-0.6.1/autom4te.cache/output.1-399- # Reject names that are not valid shell variable names. ############################################## dmucs-0.6.1/autom4te.cache/output.1-402- { (exit 1); exit 1; }; } dmucs-0.6.1/autom4te.cache/output.1:403: ac_feature=`echo $ac_feature | sed 's/-/_/g'` dmucs-0.6.1/autom4te.cache/output.1-404- eval "enable_$ac_feature=no" ;; ############################################## dmucs-0.6.1/autom4te.cache/output.1-406- -enable-* | --enable-*) dmucs-0.6.1/autom4te.cache/output.1:407: ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` dmucs-0.6.1/autom4te.cache/output.1-408- # Reject names that are not valid shell variable names. ############################################## dmucs-0.6.1/autom4te.cache/output.1-411- { (exit 1); exit 1; }; } dmucs-0.6.1/autom4te.cache/output.1:412: ac_feature=`echo $ac_feature | sed 's/-/_/g'` dmucs-0.6.1/autom4te.cache/output.1-413- case $ac_option in dmucs-0.6.1/autom4te.cache/output.1:414: *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;; dmucs-0.6.1/autom4te.cache/output.1-415- *) ac_optarg=yes ;; ############################################## dmucs-0.6.1/autom4te.cache/output.1-588- -with-* | --with-*) dmucs-0.6.1/autom4te.cache/output.1:589: ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` dmucs-0.6.1/autom4te.cache/output.1-590- # Reject names that are not valid shell variable names. ############################################## dmucs-0.6.1/autom4te.cache/output.1-593- { (exit 1); exit 1; }; } dmucs-0.6.1/autom4te.cache/output.1:594: ac_package=`echo $ac_package| sed 's/-/_/g'` dmucs-0.6.1/autom4te.cache/output.1-595- case $ac_option in dmucs-0.6.1/autom4te.cache/output.1:596: *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;; dmucs-0.6.1/autom4te.cache/output.1-597- *) ac_optarg=yes ;; ############################################## dmucs-0.6.1/autom4te.cache/output.1-601- -without-* | --without-*) dmucs-0.6.1/autom4te.cache/output.1:602: ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'` dmucs-0.6.1/autom4te.cache/output.1-603- # Reject names that are not valid shell variable names. ############################################## dmucs-0.6.1/autom4te.cache/output.1-606- { (exit 1); exit 1; }; } dmucs-0.6.1/autom4te.cache/output.1:607: ac_package=`echo $ac_package | sed 's/-/_/g'` dmucs-0.6.1/autom4te.cache/output.1-608- eval "with_$ac_package=no" ;; ############################################## dmucs-0.6.1/autom4te.cache/output.1-633- *=*) dmucs-0.6.1/autom4te.cache/output.1:634: ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` dmucs-0.6.1/autom4te.cache/output.1-635- # Reject names that are not valid shell variable names. ############################################## dmucs-0.6.1/autom4te.cache/output.1-638- { (exit 1); exit 1; }; } dmucs-0.6.1/autom4te.cache/output.1:639: ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` dmucs-0.6.1/autom4te.cache/output.1-640- eval "$ac_envvar='$ac_optarg'" ############################################## dmucs-0.6.1/autom4te.cache/output.1-654-if test -n "$ac_prev"; then dmucs-0.6.1/autom4te.cache/output.1:655: ac_option=--`echo $ac_prev | sed 's/_/-/g'` dmucs-0.6.1/autom4te.cache/output.1-656- { echo "$as_me: error: missing argument to $ac_option" >&2 ############################################## dmucs-0.6.1/autom4te.cache/output.1-662-do dmucs-0.6.1/autom4te.cache/output.1:663: eval ac_val=$`echo $ac_var` dmucs-0.6.1/autom4te.cache/output.1-664- case $ac_val in ############################################## dmucs-0.6.1/autom4te.cache/output.1-674-do dmucs-0.6.1/autom4te.cache/output.1:675: eval ac_val=$`echo $ac_var` dmucs-0.6.1/autom4te.cache/output.1-676- case $ac_val in ############################################## dmucs-0.6.1/autom4te.cache/output.1-741- { (exit 1); exit 1; }; } dmucs-0.6.1/autom4te.cache/output.1:742:srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'` dmucs-0.6.1/autom4te.cache/output.1-743-ac_env_build_alias_set=${build_alias+set} ############################################## dmucs-0.6.1/autom4te.cache/output.1-820-By default, \`make install' will install all the files in dmucs-0.6.1/autom4te.cache/output.1:821:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify dmucs-0.6.1/autom4te.cache/output.1:822:an installation prefix other than \`$ac_default_prefix' using \`--prefix', dmucs-0.6.1/autom4te.cache/output.1-823-for instance \`--prefix=\$HOME'. ############################################## dmucs-0.6.1/autom4te.cache/output.1-888-if test "$ac_dir" != .; then dmucs-0.6.1/autom4te.cache/output.1:889: ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` dmucs-0.6.1/autom4te.cache/output.1-890- # A "../" for each directory in $ac_dir_suffix. dmucs-0.6.1/autom4te.cache/output.1:891: ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'` dmucs-0.6.1/autom4te.cache/output.1-892-else ############################################## dmucs-0.6.1/autom4te.cache/output.1-901- else dmucs-0.6.1/autom4te.cache/output.1:902: ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'` dmucs-0.6.1/autom4te.cache/output.1-903- fi ;; ############################################## dmucs-0.6.1/autom4te.cache/output.1-1054- *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*) dmucs-0.6.1/autom4te.cache/output.1:1055: ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; dmucs-0.6.1/autom4te.cache/output.1-1056- esac ############################################## dmucs-0.6.1/autom4te.cache/output.1-1126- do dmucs-0.6.1/autom4te.cache/output.1:1127: eval ac_val=$`echo $ac_var` dmucs-0.6.1/autom4te.cache/output.1-1128- echo "$ac_var='"'"'$ac_val'"'"'" ############################################## dmucs-0.6.1/autom4te.cache/output.1-1140- do dmucs-0.6.1/autom4te.cache/output.1:1141: eval ac_val=$`echo $ac_var` dmucs-0.6.1/autom4te.cache/output.1-1142- echo "$ac_var='"'"'$ac_val'"'"'" ############################################## dmucs-0.6.1/autom4te.cache/output.1-1247- set,) dmucs-0.6.1/autom4te.cache/output.1:1248: { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 dmucs-0.6.1/autom4te.cache/output.1:1249:echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} dmucs-0.6.1/autom4te.cache/output.1-1250- ac_cache_corrupted=: ;; ############################################## dmucs-0.6.1/autom4te.cache/output.1-1270- *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*) dmucs-0.6.1/autom4te.cache/output.1:1271: ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; dmucs-0.6.1/autom4te.cache/output.1-1272- *) ac_arg=$ac_var=$ac_new_val ;; ############################################## dmucs-0.6.1/autom4te.cache/output.1-1438-if ( dmucs-0.6.1/autom4te.cache/output.1:1439: set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null` dmucs-0.6.1/autom4te.cache/output.1-1440- if test "$*" = "X"; then dmucs-0.6.1/autom4te.cache/output.1-1441- # -L didn't work. dmucs-0.6.1/autom4te.cache/output.1:1442: set X `ls -t $srcdir/configure conftest.file` dmucs-0.6.1/autom4te.cache/output.1-1443- fi ############################################## dmucs-0.6.1/autom4te.cache/output.1-1482-_ACEOF dmucs-0.6.1/autom4te.cache/output.1:1483:program_transform_name=`echo $program_transform_name | sed -f conftest.sed` dmucs-0.6.1/autom4te.cache/output.1-1484-rm conftest.sed ############################################## dmucs-0.6.1/autom4te.cache/output.1-1487-# expand $ac_aux_dir to an absolute path dmucs-0.6.1/autom4te.cache/output.1:1488:am_aux_dir=`cd $ac_aux_dir && pwd` dmucs-0.6.1/autom4te.cache/output.1-1489- ############################################## dmucs-0.6.1/autom4te.cache/output.1-1541-echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6 dmucs-0.6.1/autom4te.cache/output.1:1542:set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'` dmucs-0.6.1/autom4te.cache/output.1-1543-if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then ############################################## dmucs-0.6.1/autom4te.cache/output.1-1550-# GNU make sometimes prints "make[1]: Entering...", which would confuse us. dmucs-0.6.1/autom4te.cache/output.1:1551:eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=` dmucs-0.6.1/autom4te.cache/output.1-1552-if test -n "$ac_maketemp"; then ############################################## dmucs-0.6.1/autom4te.cache/output.1-1558-fi dmucs-0.6.1/autom4te.cache/output.1:1559:if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then dmucs-0.6.1/autom4te.cache/output.1-1560- echo "$as_me:$LINENO: result: yes" >&5 ############################################## dmucs-0.6.1/autom4te.cache/output.1-1578- # test to see if srcdir already configured dmucs-0.6.1/autom4te.cache/output.1:1579:if test "`cd $srcdir && pwd`" != "`pwd`" && dmucs-0.6.1/autom4te.cache/output.1-1580- test -f $srcdir/config.status; then ############################################## dmucs-0.6.1/autom4te.cache/output.1-1821- "checking for C++ compiler version" >&5 dmucs-0.6.1/autom4te.cache/output.1:1822:ac_compiler=`set X $ac_compile; echo $2` dmucs-0.6.1/autom4te.cache/output.1-1823-{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5 ############################################## dmucs-0.6.1/autom4te.cache/output.1-1860-echo $ECHO_N "checking for C++ compiler default output file name... $ECHO_C" >&6 dmucs-0.6.1/autom4te.cache/output.1:1861:ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` dmucs-0.6.1/autom4te.cache/output.1-1862-if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5 ############################################## dmucs-0.6.1/autom4te.cache/output.1-1888- *.* ) dmucs-0.6.1/autom4te.cache/output.1:1889: ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` dmucs-0.6.1/autom4te.cache/output.1-1890- # FIXME: I believe we export ac_cv_exeext for Libtool, ############################################## dmucs-0.6.1/autom4te.cache/output.1-1968- *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;; dmucs-0.6.1/autom4te.cache/output.1:1969: *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` dmucs-0.6.1/autom4te.cache/output.1-1970- export ac_cv_exeext ############################################## dmucs-0.6.1/autom4te.cache/output.1-2018- *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;; dmucs-0.6.1/autom4te.cache/output.1:2019: *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` dmucs-0.6.1/autom4te.cache/output.1-2020- break;; ############################################## dmucs-0.6.1/autom4te.cache/output.1-2097-echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6 dmucs-0.6.1/autom4te.cache/output.1:2098:GXX=`test $ac_compiler_gnu = yes && echo yes` dmucs-0.6.1/autom4te.cache/output.1-2099-ac_test_CXXFLAGS=${CXXFLAGS+set} ############################################## dmucs-0.6.1/autom4te.cache/output.1-2304-# case it prints its new name instead of `make'. dmucs-0.6.1/autom4te.cache/output.1:2305:if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then dmucs-0.6.1/autom4te.cache/output.1-2306- am__include=include ############################################## dmucs-0.6.1/autom4te.cache/output.1-2312- echo '.include "confinc"' > confmf dmucs-0.6.1/autom4te.cache/output.1:2313: if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then dmucs-0.6.1/autom4te.cache/output.1-2314- am__include=.include ############################################## dmucs-0.6.1/autom4te.cache/output.1-2374- if test "$am_compiler_list" = ""; then dmucs-0.6.1/autom4te.cache/output.1:2375: am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` dmucs-0.6.1/autom4te.cache/output.1-2376- fi ############################################## dmucs-0.6.1/autom4te.cache/output.1-2766- "checking for C compiler version" >&5 dmucs-0.6.1/autom4te.cache/output.1:2767:ac_compiler=`set X $ac_compile; echo $2` dmucs-0.6.1/autom4te.cache/output.1-2768-{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5 ############################################## dmucs-0.6.1/autom4te.cache/output.1-2841-echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6 dmucs-0.6.1/autom4te.cache/output.1:2842:GCC=`test $ac_compiler_gnu = yes && echo yes` dmucs-0.6.1/autom4te.cache/output.1-2843-ac_test_CFLAGS=${CFLAGS+set} ############################################## dmucs-0.6.1/autom4te.cache/output.1-3205- if test "$am_compiler_list" = ""; then dmucs-0.6.1/autom4te.cache/output.1:3206: am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` dmucs-0.6.1/autom4te.cache/output.1-3207- fi ############################################## dmucs-0.6.1/autom4te.cache/output.1-4009-do dmucs-0.6.1/autom4te.cache/output.1:4010:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` dmucs-0.6.1/autom4te.cache/output.1-4011-echo "$as_me:$LINENO: checking for $ac_header" >&5 ############################################## dmucs-0.6.1/autom4te.cache/output.1-4056-fi dmucs-0.6.1/autom4te.cache/output.1:4057:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 dmucs-0.6.1/autom4te.cache/output.1:4058:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 dmucs-0.6.1/autom4te.cache/output.1:4059:if test `eval echo '${'$as_ac_Header'}'` = yes; then dmucs-0.6.1/autom4te.cache/output.1-4060- cat >>confdefs.h <<_ACEOF dmucs-0.6.1/autom4te.cache/output.1:4061:@%:@define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 dmucs-0.6.1/autom4te.cache/output.1-4062-_ACEOF ############################################## dmucs-0.6.1/autom4te.cache/output.1-4075-do dmucs-0.6.1/autom4te.cache/output.1:4076:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` dmucs-0.6.1/autom4te.cache/output.1-4077-if eval "test \"\${$as_ac_Header+set}\" = set"; then ############################################## dmucs-0.6.1/autom4te.cache/output.1-4082-fi dmucs-0.6.1/autom4te.cache/output.1:4083:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 dmucs-0.6.1/autom4te.cache/output.1:4084:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 dmucs-0.6.1/autom4te.cache/output.1-4085-else ############################################## dmucs-0.6.1/autom4te.cache/output.1-4209-fi dmucs-0.6.1/autom4te.cache/output.1:4210:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 dmucs-0.6.1/autom4te.cache/output.1:4211:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 dmucs-0.6.1/autom4te.cache/output.1-4212- dmucs-0.6.1/autom4te.cache/output.1-4213-fi dmucs-0.6.1/autom4te.cache/output.1:4214:if test `eval echo '${'$as_ac_Header'}'` = yes; then dmucs-0.6.1/autom4te.cache/output.1-4215- cat >>confdefs.h <<_ACEOF dmucs-0.6.1/autom4te.cache/output.1:4216:@%:@define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 dmucs-0.6.1/autom4te.cache/output.1-4217-_ACEOF ############################################## dmucs-0.6.1/autom4te.cache/output.1-4632-do dmucs-0.6.1/autom4te.cache/output.1:4633:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` dmucs-0.6.1/autom4te.cache/output.1-4634-if eval "test \"\${$as_ac_Header+set}\" = set"; then ############################################## dmucs-0.6.1/autom4te.cache/output.1-4639-fi dmucs-0.6.1/autom4te.cache/output.1:4640:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 dmucs-0.6.1/autom4te.cache/output.1:4641:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 dmucs-0.6.1/autom4te.cache/output.1-4642-else ############################################## dmucs-0.6.1/autom4te.cache/output.1-4766-fi dmucs-0.6.1/autom4te.cache/output.1:4767:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 dmucs-0.6.1/autom4te.cache/output.1:4768:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 dmucs-0.6.1/autom4te.cache/output.1-4769- dmucs-0.6.1/autom4te.cache/output.1-4770-fi dmucs-0.6.1/autom4te.cache/output.1:4771:if test `eval echo '${'$as_ac_Header'}'` = yes; then dmucs-0.6.1/autom4te.cache/output.1-4772- cat >>confdefs.h <<_ACEOF dmucs-0.6.1/autom4te.cache/output.1:4773:@%:@define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 dmucs-0.6.1/autom4te.cache/output.1-4774-_ACEOF ############################################## dmucs-0.6.1/autom4te.cache/output.1-4783-do dmucs-0.6.1/autom4te.cache/output.1:4784:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` dmucs-0.6.1/autom4te.cache/output.1-4785-echo "$as_me:$LINENO: checking for $ac_func" >&5 ############################################## dmucs-0.6.1/autom4te.cache/output.1-4872-fi dmucs-0.6.1/autom4te.cache/output.1:4873:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 dmucs-0.6.1/autom4te.cache/output.1:4874:echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 dmucs-0.6.1/autom4te.cache/output.1:4875:if test `eval echo '${'$as_ac_var'}'` = yes; then dmucs-0.6.1/autom4te.cache/output.1-4876- cat >>confdefs.h <<_ACEOF dmucs-0.6.1/autom4te.cache/output.1:4877:@%:@define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 dmucs-0.6.1/autom4te.cache/output.1-4878-_ACEOF ############################################## dmucs-0.6.1/autom4te.cache/output.1-5288-do dmucs-0.6.1/autom4te.cache/output.1:5289:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` dmucs-0.6.1/autom4te.cache/output.1-5290-echo "$as_me:$LINENO: checking for $ac_func" >&5 ############################################## dmucs-0.6.1/autom4te.cache/output.1-5377-fi dmucs-0.6.1/autom4te.cache/output.1:5378:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 dmucs-0.6.1/autom4te.cache/output.1:5379:echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 dmucs-0.6.1/autom4te.cache/output.1:5380:if test `eval echo '${'$as_ac_var'}'` = yes; then dmucs-0.6.1/autom4te.cache/output.1-5381- cat >>confdefs.h <<_ACEOF dmucs-0.6.1/autom4te.cache/output.1:5382:@%:@define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 dmucs-0.6.1/autom4te.cache/output.1-5383-_ACEOF ############################################## dmucs-0.6.1/autom4te.cache/output.1-5924-do dmucs-0.6.1/autom4te.cache/output.1:5925: if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then dmucs-0.6.1/autom4te.cache/output.1-5926- eval $as_var=C; export $as_var ############################################## dmucs-0.6.1/autom4te.cache/output.1-5982- as_lineno_2=$LINENO dmucs-0.6.1/autom4te.cache/output.1:5983: as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null` dmucs-0.6.1/autom4te.cache/output.1-5984- test "x$as_lineno_1" != "x$as_lineno_2" && ############################################## dmucs-0.6.1/autom4te.cache/output.1-6022- as_lineno_2=$LINENO dmucs-0.6.1/autom4te.cache/output.1:6023: as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null` dmucs-0.6.1/autom4te.cache/output.1-6024- test "x$as_lineno_1" != "x$as_lineno_2" && ############################################## dmucs-0.6.1/autom4te.cache/output.1-6204-configured by $0, generated by GNU Autoconf 2.58, dmucs-0.6.1/autom4te.cache/output.1:6205: with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" dmucs-0.6.1/autom4te.cache/output.1-6206- ############################################## dmucs-0.6.1/autom4te.cache/output.1-6221- --*=*) dmucs-0.6.1/autom4te.cache/output.1:6222: ac_option=`expr "x$1" : 'x\([^=]*\)='` dmucs-0.6.1/autom4te.cache/output.1:6223: ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'` dmucs-0.6.1/autom4te.cache/output.1-6224- ac_shift=: ############################################## dmucs-0.6.1/autom4te.cache/output.1-6478- fi dmucs-0.6.1/autom4te.cache/output.1:6479: ac_sed_frag=`expr $ac_sed_frag + 1` dmucs-0.6.1/autom4te.cache/output.1-6480- ac_beg=$ac_end dmucs-0.6.1/autom4te.cache/output.1:6481: ac_end=`expr $ac_end + $ac_max_sed_lines` dmucs-0.6.1/autom4te.cache/output.1-6482- fi ############################################## dmucs-0.6.1/autom4te.cache/output.1-6495- cat >$tmp/stdin dmucs-0.6.1/autom4te.cache/output.1:6496: ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` dmucs-0.6.1/autom4te.cache/output.1:6497: ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; dmucs-0.6.1/autom4te.cache/output.1:6498: *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` dmucs-0.6.1/autom4te.cache/output.1:6499: ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; dmucs-0.6.1/autom4te.cache/output.1-6500- * ) ac_file_in=$ac_file.in ;; ############################################## dmucs-0.6.1/autom4te.cache/output.1-6543-if test "$ac_dir" != .; then dmucs-0.6.1/autom4te.cache/output.1:6544: ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` dmucs-0.6.1/autom4te.cache/output.1-6545- # A "../" for each directory in $ac_dir_suffix. dmucs-0.6.1/autom4te.cache/output.1:6546: ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'` dmucs-0.6.1/autom4te.cache/output.1-6547-else ############################################## dmucs-0.6.1/autom4te.cache/output.1-6556- else dmucs-0.6.1/autom4te.cache/output.1:6557: ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'` dmucs-0.6.1/autom4te.cache/output.1-6558- fi ;; ############################################## dmucs-0.6.1/autom4te.cache/output.1-6705- cat >$tmp/stdin dmucs-0.6.1/autom4te.cache/output.1:6706: ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` dmucs-0.6.1/autom4te.cache/output.1:6707: ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; dmucs-0.6.1/autom4te.cache/output.1:6708: *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` dmucs-0.6.1/autom4te.cache/output.1:6709: ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; dmucs-0.6.1/autom4te.cache/output.1-6710- * ) ac_file_in=$ac_file.in ;; ############################################## dmucs-0.6.1/autom4te.cache/output.1-6908- * ) dmucs-0.6.1/autom4te.cache/output.1:6909: _am_stamp_count=`expr $_am_stamp_count + 1` ;; dmucs-0.6.1/autom4te.cache/output.1-6910- esac ############################################## dmucs-0.6.1/autom4te.cache/output.1-6931-for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue dmucs-0.6.1/autom4te.cache/output.1:6932: ac_dest=`echo "$ac_file" | sed 's,:.*,,'` dmucs-0.6.1/autom4te.cache/output.1:6933: ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'` dmucs-0.6.1/autom4te.cache/output.1-6934- ac_dir=`(dirname "$ac_dest") 2>/dev/null || ############################################## dmucs-0.6.1/autom4te.cache/output.1-6973-if test "$ac_dir" != .; then dmucs-0.6.1/autom4te.cache/output.1:6974: ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` dmucs-0.6.1/autom4te.cache/output.1-6975- # A "../" for each directory in $ac_dir_suffix. dmucs-0.6.1/autom4te.cache/output.1:6976: ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'` dmucs-0.6.1/autom4te.cache/output.1-6977-else ############################################## dmucs-0.6.1/autom4te.cache/output.1-6986- else dmucs-0.6.1/autom4te.cache/output.1:6987: ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'` dmucs-0.6.1/autom4te.cache/output.1-6988- fi ;; ############################################## dmucs-0.6.1/autom4te.cache/output.1-7038- # Strip MF so we end up with the name of the file. dmucs-0.6.1/autom4te.cache/output.1:7039: mf=`echo "$mf" | sed -e 's/:.*$//'` dmucs-0.6.1/autom4te.cache/output.1-7040- # Check whether this is an Automake generated Makefile or not. ############################################## dmucs-0.6.1/autom4te.cache/output.1-7064- # running `make'. dmucs-0.6.1/autom4te.cache/output.1:7065: DEPDIR=`sed -n -e '/^DEPDIR = / s///p' < "$mf"` dmucs-0.6.1/autom4te.cache/output.1-7066- test -z "$DEPDIR" && continue dmucs-0.6.1/autom4te.cache/output.1-7067- # When using ansi2knr, U may be empty or an underscore; expand it dmucs-0.6.1/autom4te.cache/output.1:7068: U=`sed -n -e '/^U = / s///p' < "$mf"` dmucs-0.6.1/autom4te.cache/output.1-7069- test -d "$dirpart/$DEPDIR" || mkdir "$dirpart/$DEPDIR" ############################################## dmucs-0.6.1/scripts/disable-host-34-pidfile=$DMUCS_DIR/pids/`hostname`.pid dmucs-0.6.1/scripts/disable-host:35:/bin/kill -HUP `cat $pidfile` dmucs-0.6.1/scripts/disable-host-36-echo "done" ############################################## dmucs-0.6.1/scripts/enable-host-33-echo "done: daemons writing to log file" $logfile dmucs-0.6.1/scripts/enable-host:34:echo " master daemon pid" `cat $pidfile` dmucs-0.6.1/scripts/enable-host-35- ############################################## dmucs-0.6.1/scripts/watch-ssaver-17- } else { dmucs-0.6.1/scripts/watch-ssaver:18: system("/us/bfsbld/Compilers/distcc/bin/enable-host $host"); dmucs-0.6.1/scripts/watch-ssaver-19- } ############################################## dmucs-0.6.1/scripts/watch-ssaver-25- } else { dmucs-0.6.1/scripts/watch-ssaver:26: system("/us/bfsbld/Compilers/distcc/bin/disable-host $host"); dmucs-0.6.1/scripts/watch-ssaver-27- } ############################################## dmucs-0.6.1/debian/init-69- [ ! -d /proc/$pid ] && return 1 dmucs-0.6.1/debian/init:70: cmd=`cat /proc/$pid/cmdline | tr "\000" "\n"|head -n 1 |cut -d : -f 1` dmucs-0.6.1/debian/init-71- # Is this the expected server ############################################## dmucs-0.6.1/debian/init-81- [ ! -f "$PIDFILE" ] && return 1 dmucs-0.6.1/debian/init:82: pid=`cat $PIDFILE` dmucs-0.6.1/debian/init-83- running_pid $pid $DAEMON_WRAPPER || return 1 ############################################## dmucs-0.6.1/debian/init-92- [ ! -f "$SERVER_PIDFILE" ] && return 1 dmucs-0.6.1/debian/init:93: pid=`cat $SERVER_PIDFILE` dmucs-0.6.1/debian/init-94- running_pid $pid $SERVER_DAEMON_WRAPPER || return 1 ############################################## dmucs-0.6.1/debian/patches/00_old.patch-11-+++ b/COSMIC/HDR/sockets.h dmucs-0.6.1/debian/patches/00_old.patch:12:@@ -430,7 +430,7 @@ unsigned long Speeraddr(Socket *); dmucs-0.6.1/debian/patches/00_old.patch-13- char *Speername(Socket *); /* Speername.c */ ############################################## dmucs-0.6.1/debian/patches/00_old.patch-247-+ @list='$(sbin_PROGRAMS)'; for p in $$list; do \ dmucs-0.6.1/debian/patches/00_old.patch:248:+ p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \ dmucs-0.6.1/debian/patches/00_old.patch-249-+ if test -f $$p \ dmucs-0.6.1/debian/patches/00_old.patch-250-+ ; then \ dmucs-0.6.1/debian/patches/00_old.patch:251:+ f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \ dmucs-0.6.1/debian/patches/00_old.patch-252-+ echo " $(INSTALL_PROGRAM_ENV) $(sbinPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(sbindir)/$$f'"; \ ############################################## dmucs-0.6.1/debian/patches/00_old.patch-259-+ @list='$(sbin_PROGRAMS)'; for p in $$list; do \ dmucs-0.6.1/debian/patches/00_old.patch:260:+ f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \ dmucs-0.6.1/debian/patches/00_old.patch-261-+ echo " rm -f '$(DESTDIR)$(sbindir)/$$f'"; \ ############################################## dmucs-0.6.1/debian/patches/00_old.patch-279- .cc.obj: dmucs-0.6.1/debian/patches/00_old.patch:280: @am__fastdepCXX_TRUE@ if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \ dmucs-0.6.1/debian/patches/00_old.patch-281- @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi ############################################## dmucs-0.6.1/debian/patches/00_old.patch-285-+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ dmucs-0.6.1/debian/patches/00_old.patch:286: @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` dmucs-0.6.1/debian/patches/00_old.patch-287- uninstall-info-am: ############################################## dmucs-0.6.1/debian/patches/00_old.patch-301- dot_seen=no; \ dmucs-0.6.1/debian/patches/00_old.patch:302: target=`echo $@ | sed s/-recursive//`; \ dmucs-0.6.1/debian/patches/00_old.patch-303- list='$(SUBDIRS)'; for subdir in $$list; do \ ############################################## dmucs-0.6.1/debian/patches/00_old.patch-347- || exit 1; \ dmucs-0.6.1/debian/patches/00_old.patch:348:- distdir=`$(am__cd) $(distdir) && pwd`; \ dmucs-0.6.1/debian/patches/00_old.patch:349:- top_distdir=`$(am__cd) $(top_distdir) && pwd`; \ dmucs-0.6.1/debian/patches/00_old.patch-350- (cd $$subdir && \ ############################################## dmucs-0.6.1/debian/patches/00_old.patch-560-@@ -83,16 +106,26 @@ AC_PREREQ([2.50])dnl dmucs-0.6.1/debian/patches/00_old.patch:561: am_aux_dir=`cd $ac_aux_dir && pwd` dmucs-0.6.1/debian/patches/00_old.patch-562- ]) ############################################## dmucs-0.6.1/debian/patches/00_old.patch-685-+ # running `make'. dmucs-0.6.1/debian/patches/00_old.patch:686: DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` dmucs-0.6.1/debian/patches/00_old.patch-687- test -z "$DEPDIR" && continue dmucs-0.6.1/debian/patches/00_old.patch:688:- am__include=`sed -n 's/^am__include = //p' < "$mf"` dmucs-0.6.1/debian/patches/00_old.patch-689-- test -z "am__include" && continue dmucs-0.6.1/debian/patches/00_old.patch:690:- am__quote=`sed -n 's/^am__quote = //p' < "$mf"` dmucs-0.6.1/debian/patches/00_old.patch-691- # When using ansi2knr, U may be empty or an underscore; expand it dmucs-0.6.1/debian/patches/00_old.patch:692: U=`sed -n 's/^U = //p' < "$mf"` dmucs-0.6.1/debian/patches/00_old.patch-693-- # Find all dependency output files, they are included files with ############################################## dmucs-0.6.1/debian/patches/00_old.patch-776- done dmucs-0.6.1/debian/patches/00_old.patch:777: echo "timestamp for $1" >`AS_DIRNAME([$1])`/stamp-h[]$_am_stamp_count]) dmucs-0.6.1/debian/patches/00_old.patch-778- ############################################## dmucs-0.6.1/debian/patches/00_old.patch-1288-@@ -46,18 +110,19 @@ do dmucs-0.6.1/debian/patches/00_old.patch:1289: if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then dmucs-0.6.1/debian/patches/00_old.patch-1290- eval $as_var=C; export $as_var ############################################## dmucs-0.6.1/debian/patches/00_old.patch-1388-- as_lineno_2=$LINENO dmucs-0.6.1/debian/patches/00_old.patch:1389:- as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null` dmucs-0.6.1/debian/patches/00_old.patch-1390-- test "x$as_lineno_1" != "x$as_lineno_2" && ############################################## dmucs-0.6.1/debian/patches/00_old.patch-1453-+ test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" && dmucs-0.6.1/debian/patches/00_old.patch:1454:+ test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; } dmucs-0.6.1/debian/patches/00_old.patch-1455-+") 2> /dev/null; then ############################################## dmucs-0.6.1/debian/patches/00_old.patch-1570- as_lineno_2=$LINENO dmucs-0.6.1/debian/patches/00_old.patch:1571:- as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null` dmucs-0.6.1/debian/patches/00_old.patch-1572- test "x$as_lineno_1" != "x$as_lineno_2" && ############################################## dmucs-0.6.1/debian/patches/00_old.patch-1584-- esac dmucs-0.6.1/debian/patches/00_old.patch:1585:+ test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; } dmucs-0.6.1/debian/patches/00_old.patch-1586-+ ############################################## dmucs-0.6.1/debian/patches/00_old.patch-1679-+ test "x$as_lineno_1" != "x$as_lineno_2" && dmucs-0.6.1/debian/patches/00_old.patch:1680:+ test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || { dmucs-0.6.1/debian/patches/00_old.patch-1681- ############################################## dmucs-0.6.1/debian/patches/00_old.patch-1818-+ esac; dmucs-0.6.1/debian/patches/00_old.patch:1819:+ case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in dmucs-0.6.1/debian/patches/00_old.patch-1820-+ ???[sx]*):;;*)false;;esac;fi ############################################## dmucs-0.6.1/debian/patches/00_old.patch-2062- dmucs-0.6.1/debian/patches/00_old.patch:2063:- ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'` dmucs-0.6.1/debian/patches/00_old.patch-2064-+ case $ac_option in dmucs-0.6.1/debian/patches/00_old.patch:2065:+ *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; dmucs-0.6.1/debian/patches/00_old.patch-2066-+ *) ac_optarg=yes ;; ############################################## dmucs-0.6.1/debian/patches/00_old.patch-2097- -disable-* | --disable-*) dmucs-0.6.1/debian/patches/00_old.patch:2098: ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'` dmucs-0.6.1/debian/patches/00_old.patch-2099- # Reject names that are not valid shell variable names. ############################################## dmucs-0.6.1/debian/patches/00_old.patch-2103- { (exit 1); exit 1; }; } dmucs-0.6.1/debian/patches/00_old.patch:2104:- ac_feature=`echo $ac_feature | sed 's/-/_/g'` dmucs-0.6.1/debian/patches/00_old.patch-2105-- eval "enable_$ac_feature=no" ;; dmucs-0.6.1/debian/patches/00_old.patch:2106:+ ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'` dmucs-0.6.1/debian/patches/00_old.patch-2107-+ eval enable_$ac_feature=no ;; ############################################## dmucs-0.6.1/debian/patches/00_old.patch-2119- -enable-* | --enable-*) dmucs-0.6.1/debian/patches/00_old.patch:2120: ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` dmucs-0.6.1/debian/patches/00_old.patch-2121- # Reject names that are not valid shell variable names. ############################################## dmucs-0.6.1/debian/patches/00_old.patch-2125- { (exit 1); exit 1; }; } dmucs-0.6.1/debian/patches/00_old.patch:2126:- ac_feature=`echo $ac_feature | sed 's/-/_/g'` dmucs-0.6.1/debian/patches/00_old.patch-2127-- case $ac_option in dmucs-0.6.1/debian/patches/00_old.patch:2128:- *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;; dmucs-0.6.1/debian/patches/00_old.patch-2129-- *) ac_optarg=yes ;; ############################################## dmucs-0.6.1/debian/patches/00_old.patch-2131-- eval "enable_$ac_feature='$ac_optarg'" ;; dmucs-0.6.1/debian/patches/00_old.patch:2132:+ ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'` dmucs-0.6.1/debian/patches/00_old.patch-2133-+ eval enable_$ac_feature=\$ac_optarg ;; ############################################## dmucs-0.6.1/debian/patches/00_old.patch-2189- -with-* | --with-*) dmucs-0.6.1/debian/patches/00_old.patch:2190: ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` dmucs-0.6.1/debian/patches/00_old.patch-2191- # Reject names that are not valid shell variable names. ############################################## dmucs-0.6.1/debian/patches/00_old.patch-2195- { (exit 1); exit 1; }; } dmucs-0.6.1/debian/patches/00_old.patch:2196:- ac_package=`echo $ac_package| sed 's/-/_/g'` dmucs-0.6.1/debian/patches/00_old.patch-2197-- case $ac_option in dmucs-0.6.1/debian/patches/00_old.patch:2198:- *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;; dmucs-0.6.1/debian/patches/00_old.patch-2199-- *) ac_optarg=yes ;; ############################################## dmucs-0.6.1/debian/patches/00_old.patch-2201-- eval "with_$ac_package='$ac_optarg'" ;; dmucs-0.6.1/debian/patches/00_old.patch:2202:+ ac_package=`echo $ac_package | sed 's/[-.]/_/g'` dmucs-0.6.1/debian/patches/00_old.patch-2203-+ eval with_$ac_package=\$ac_optarg ;; ############################################## dmucs-0.6.1/debian/patches/00_old.patch-2205- -without-* | --without-*) dmucs-0.6.1/debian/patches/00_old.patch:2206: ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'` dmucs-0.6.1/debian/patches/00_old.patch-2207- # Reject names that are not valid shell variable names. ############################################## dmucs-0.6.1/debian/patches/00_old.patch-2211- { (exit 1); exit 1; }; } dmucs-0.6.1/debian/patches/00_old.patch:2212:- ac_package=`echo $ac_package | sed 's/-/_/g'` dmucs-0.6.1/debian/patches/00_old.patch-2213-- eval "with_$ac_package=no" ;; dmucs-0.6.1/debian/patches/00_old.patch:2214:+ ac_package=`echo $ac_package | sed 's/[-.]/_/g'` dmucs-0.6.1/debian/patches/00_old.patch-2215-+ eval with_$ac_package=no ;; ############################################## dmucs-0.6.1/debian/patches/00_old.patch-2222- { (exit 1); exit 1; }; } dmucs-0.6.1/debian/patches/00_old.patch:2223:- ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` dmucs-0.6.1/debian/patches/00_old.patch-2224-- eval "$ac_envvar='$ac_optarg'" ############################################## dmucs-0.6.1/debian/patches/00_old.patch-2235--do dmucs-0.6.1/debian/patches/00_old.patch:2236:- eval ac_val=$`echo $ac_var` dmucs-0.6.1/debian/patches/00_old.patch-2237-- case $ac_val in ############################################## dmucs-0.6.1/debian/patches/00_old.patch-2252- do dmucs-0.6.1/debian/patches/00_old.patch:2253:- eval ac_val=$`echo $ac_var` dmucs-0.6.1/debian/patches/00_old.patch-2254-+ eval ac_val=\$$ac_var ############################################## dmucs-0.6.1/debian/patches/00_old.patch-2272-+ac_ls_di=`ls -di .` && dmucs-0.6.1/debian/patches/00_old.patch:2273:+ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || dmucs-0.6.1/debian/patches/00_old.patch-2274-+ { echo "$as_me: error: Working directory cannot be determined" >&2 ############################################## dmucs-0.6.1/debian/patches/00_old.patch-2342- { (exit 1); exit 1; }; } dmucs-0.6.1/debian/patches/00_old.patch:2343:-srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'` dmucs-0.6.1/debian/patches/00_old.patch-2344--ac_env_build_alias_set=${build_alias+set} ############################################## dmucs-0.6.1/debian/patches/00_old.patch-2392-+case $srcdir in dmucs-0.6.1/debian/patches/00_old.patch:2393:+*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;; dmucs-0.6.1/debian/patches/00_old.patch-2394-+esac ############################################## dmucs-0.6.1/debian/patches/00_old.patch-2470-+*) dmucs-0.6.1/debian/patches/00_old.patch:2471: ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` dmucs-0.6.1/debian/patches/00_old.patch-2472-- # A "../" for each directory in $ac_dir_suffix. dmucs-0.6.1/debian/patches/00_old.patch:2473:- ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'` dmucs-0.6.1/debian/patches/00_old.patch-2474--else ############################################## dmucs-0.6.1/debian/patches/00_old.patch-2477-+ # A ".." for each directory in $ac_dir_suffix. dmucs-0.6.1/debian/patches/00_old.patch:2478:+ ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'` dmucs-0.6.1/debian/patches/00_old.patch-2479-+ case $ac_top_builddir_sub in ############################################## dmucs-0.6.1/debian/patches/00_old.patch-2495-- else dmucs-0.6.1/debian/patches/00_old.patch:2496:- ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'` dmucs-0.6.1/debian/patches/00_old.patch-2497-- fi ;; ############################################## dmucs-0.6.1/debian/patches/00_old.patch-2649-+ *\'*) dmucs-0.6.1/debian/patches/00_old.patch:2650: ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; dmucs-0.6.1/debian/patches/00_old.patch-2651- esac ############################################## dmucs-0.6.1/debian/patches/00_old.patch-2723- do dmucs-0.6.1/debian/patches/00_old.patch:2724:- eval ac_val=$`echo $ac_var` dmucs-0.6.1/debian/patches/00_old.patch-2725-- echo "$ac_var='"'"'$ac_val'"'"'" ############################################## dmucs-0.6.1/debian/patches/00_old.patch-2727-+ case $ac_val in dmucs-0.6.1/debian/patches/00_old.patch:2728:+ *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; dmucs-0.6.1/debian/patches/00_old.patch-2729-+ esac ############################################## dmucs-0.6.1/debian/patches/00_old.patch-2745- do dmucs-0.6.1/debian/patches/00_old.patch:2746:- eval ac_val=$`echo $ac_var` dmucs-0.6.1/debian/patches/00_old.patch-2747-- echo "$ac_var='"'"'$ac_val'"'"'" ############################################## dmucs-0.6.1/debian/patches/00_old.patch-2749-+ case $ac_val in dmucs-0.6.1/debian/patches/00_old.patch:2750:+ *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; dmucs-0.6.1/debian/patches/00_old.patch-2751-+ esac ############################################## dmucs-0.6.1/debian/patches/00_old.patch-2838- set,) dmucs-0.6.1/debian/patches/00_old.patch:2839: { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 dmucs-0.6.1/debian/patches/00_old.patch-2840-@@ -1270,8 +1684,7 @@ echo "$as_me: current value: $ac_new_val" >&2;} ############################################## dmucs-0.6.1/debian/patches/00_old.patch-2844-- *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*) dmucs-0.6.1/debian/patches/00_old.patch:2845:- ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; dmucs-0.6.1/debian/patches/00_old.patch:2846:+ *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; dmucs-0.6.1/debian/patches/00_old.patch-2847- *) ac_arg=$ac_var=$ac_new_val ;; ############################################## dmucs-0.6.1/debian/patches/00_old.patch-3000- _ACEOF dmucs-0.6.1/debian/patches/00_old.patch:3001: program_transform_name=`echo $program_transform_name | sed -f conftest.sed` dmucs-0.6.1/debian/patches/00_old.patch-3002--rm conftest.sed ############################################## dmucs-0.6.1/debian/patches/00_old.patch-3005- # expand $ac_aux_dir to an absolute path dmucs-0.6.1/debian/patches/00_old.patch:3006: am_aux_dir=`cd $ac_aux_dir && pwd` dmucs-0.6.1/debian/patches/00_old.patch-3007-@@ -1500,21 +1919,13 @@ echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;} ############################################## dmucs-0.6.1/debian/patches/00_old.patch-3080--echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6 dmucs-0.6.1/debian/patches/00_old.patch:3081:-set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'` dmucs-0.6.1/debian/patches/00_old.patch-3082--if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then ############################################## dmucs-0.6.1/debian/patches/00_old.patch-3084-+echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; } dmucs-0.6.1/debian/patches/00_old.patch:3085:+set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` dmucs-0.6.1/debian/patches/00_old.patch-3086-+if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then ############################################## dmucs-0.6.1/debian/patches/00_old.patch-3095- # GNU make sometimes prints "make[1]: Entering...", which would confuse us. dmucs-0.6.1/debian/patches/00_old.patch:3096:-eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=` dmucs-0.6.1/debian/patches/00_old.patch-3097--if test -n "$ac_maketemp"; then ############################################## dmucs-0.6.1/debian/patches/00_old.patch-3101--fi dmucs-0.6.1/debian/patches/00_old.patch:3102:+case `${MAKE-make} -f conftest.make 2>/dev/null` in dmucs-0.6.1/debian/patches/00_old.patch-3103-+ *@@@%%%=?*=@@@%%%*) ############################################## dmucs-0.6.1/debian/patches/00_old.patch-3109- fi dmucs-0.6.1/debian/patches/00_old.patch:3110:-if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then dmucs-0.6.1/debian/patches/00_old.patch-3111-- echo "$as_me:$LINENO: result: yes" >&5 ############################################## dmucs-0.6.1/debian/patches/00_old.patch-3382-+echo "$as_me:$LINENO: checking for C++ compiler version" >&5 dmucs-0.6.1/debian/patches/00_old.patch:3383: ac_compiler=`set X $ac_compile; echo $2` dmucs-0.6.1/debian/patches/00_old.patch-3384--{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5 ############################################## dmucs-0.6.1/debian/patches/00_old.patch-3427-+echo $ECHO_N "checking for C++ compiler default output file name... $ECHO_C" >&6; } dmucs-0.6.1/debian/patches/00_old.patch:3428: ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` dmucs-0.6.1/debian/patches/00_old.patch-3429--if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5 ############################################## dmucs-0.6.1/debian/patches/00_old.patch-3488- *.* ) dmucs-0.6.1/debian/patches/00_old.patch:3489:- ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` dmucs-0.6.1/debian/patches/00_old.patch-3490-- # FIXME: I believe we export ac_cv_exeext for Libtool, ############################################## dmucs-0.6.1/debian/patches/00_old.patch-3495-+ then :; else dmucs-0.6.1/debian/patches/00_old.patch:3496:+ ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` dmucs-0.6.1/debian/patches/00_old.patch-3497-+ fi ############################################## dmucs-0.6.1/debian/patches/00_old.patch-3594-+ *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;; dmucs-0.6.1/debian/patches/00_old.patch:3595: *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` dmucs-0.6.1/debian/patches/00_old.patch-3596-- export ac_cv_exeext ############################################## dmucs-0.6.1/debian/patches/00_old.patch-3640-+ *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;; dmucs-0.6.1/debian/patches/00_old.patch:3641: *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` dmucs-0.6.1/debian/patches/00_old.patch-3642- break;; ############################################## dmucs-0.6.1/debian/patches/00_old.patch-3714-+echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6; } dmucs-0.6.1/debian/patches/00_old.patch:3715: GXX=`test $ac_compiler_gnu = yes && echo yes` dmucs-0.6.1/debian/patches/00_old.patch-3716- ac_test_CXXFLAGS=${CXXFLAGS+set} ############################################## dmucs-0.6.1/debian/patches/00_old.patch-4379-+echo "$as_me:$LINENO: checking for C compiler version" >&5 dmucs-0.6.1/debian/patches/00_old.patch:4380: ac_compiler=`set X $ac_compile; echo $2` dmucs-0.6.1/debian/patches/00_old.patch-4381--{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5 ############################################## dmucs-0.6.1/debian/patches/00_old.patch-4478-+echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; } dmucs-0.6.1/debian/patches/00_old.patch:4479: GCC=`test $ac_compiler_gnu = yes && echo yes` dmucs-0.6.1/debian/patches/00_old.patch-4480- ac_test_CFLAGS=${CFLAGS+set} ############################################## dmucs-0.6.1/debian/patches/00_old.patch-5540-+ # Check for GNU $ac_path_GREP dmucs-0.6.1/debian/patches/00_old.patch:5541:+case `"$ac_path_GREP" --version 2>&1` in dmucs-0.6.1/debian/patches/00_old.patch-5542-+*GNU*) ############################################## dmucs-0.6.1/debian/patches/00_old.patch-5554-+ diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break dmucs-0.6.1/debian/patches/00_old.patch:5555:+ ac_count=`expr $ac_count + 1` dmucs-0.6.1/debian/patches/00_old.patch-5556-+ if test $ac_count -gt ${ac_path_GREP_max-0}; then ############################################## dmucs-0.6.1/debian/patches/00_old.patch-5631-+ # Check for GNU $ac_path_EGREP dmucs-0.6.1/debian/patches/00_old.patch:5632:+case `"$ac_path_EGREP" --version 2>&1` in dmucs-0.6.1/debian/patches/00_old.patch-5633-+*GNU*) ############################################## dmucs-0.6.1/debian/patches/00_old.patch-5645-+ diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break dmucs-0.6.1/debian/patches/00_old.patch:5646:+ ac_count=`expr $ac_count + 1` dmucs-0.6.1/debian/patches/00_old.patch-5647-+ if test $ac_count -gt ${ac_path_EGREP_max-0}; then ############################################## dmucs-0.6.1/debian/patches/00_old.patch-5811- do dmucs-0.6.1/debian/patches/00_old.patch:5812: as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` dmucs-0.6.1/debian/patches/00_old.patch-5813--echo "$as_me:$LINENO: checking for $ac_header" >&5 ############################################## dmucs-0.6.1/debian/patches/00_old.patch-5869- fi dmucs-0.6.1/debian/patches/00_old.patch:5870:-echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 dmucs-0.6.1/debian/patches/00_old.patch:5871:-echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 dmucs-0.6.1/debian/patches/00_old.patch:5872:+ac_res=`eval echo '${'$as_ac_Header'}'` dmucs-0.6.1/debian/patches/00_old.patch-5873-+ { echo "$as_me:$LINENO: result: $ac_res" >&5 dmucs-0.6.1/debian/patches/00_old.patch-5874-+echo "${ECHO_T}$ac_res" >&6; } dmucs-0.6.1/debian/patches/00_old.patch:5875: if test `eval echo '${'$as_ac_Header'}'` = yes; then dmucs-0.6.1/debian/patches/00_old.patch-5876- cat >>confdefs.h <<_ACEOF dmucs-0.6.1/debian/patches/00_old.patch:5877: #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 dmucs-0.6.1/debian/patches/00_old.patch-5878-@@ -4127,18 +4687,19 @@ done ############################################## dmucs-0.6.1/debian/patches/00_old.patch-5880- do dmucs-0.6.1/debian/patches/00_old.patch:5881: as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` dmucs-0.6.1/debian/patches/00_old.patch-5882--if eval "test \"\${$as_ac_Header+set}\" = set"; then ############################################## dmucs-0.6.1/debian/patches/00_old.patch-5891- fi dmucs-0.6.1/debian/patches/00_old.patch:5892:-echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 dmucs-0.6.1/debian/patches/00_old.patch:5893:-echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 dmucs-0.6.1/debian/patches/00_old.patch:5894:+ac_res=`eval echo '${'$as_ac_Header'}'` dmucs-0.6.1/debian/patches/00_old.patch-5895-+ { echo "$as_me:$LINENO: result: $ac_res" >&5 ############################################## dmucs-0.6.1/debian/patches/00_old.patch-6040- fi dmucs-0.6.1/debian/patches/00_old.patch:6041:-echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 dmucs-0.6.1/debian/patches/00_old.patch:6042:-echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 dmucs-0.6.1/debian/patches/00_old.patch:6043:+ac_res=`eval echo '${'$as_ac_Header'}'` dmucs-0.6.1/debian/patches/00_old.patch-6044-+ { echo "$as_me:$LINENO: result: $ac_res" >&5 ############################################## dmucs-0.6.1/debian/patches/00_old.patch-6047- fi dmucs-0.6.1/debian/patches/00_old.patch:6048: if test `eval echo '${'$as_ac_Header'}'` = yes; then dmucs-0.6.1/debian/patches/00_old.patch-6049-@@ -4275,8 +4830,8 @@ done ############################################## dmucs-0.6.1/debian/patches/00_old.patch-6541- do dmucs-0.6.1/debian/patches/00_old.patch:6542: as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` dmucs-0.6.1/debian/patches/00_old.patch-6543--if eval "test \"\${$as_ac_Header+set}\" = set"; then ############################################## dmucs-0.6.1/debian/patches/00_old.patch-6552- fi dmucs-0.6.1/debian/patches/00_old.patch:6553:-echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 dmucs-0.6.1/debian/patches/00_old.patch:6554:-echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 dmucs-0.6.1/debian/patches/00_old.patch:6555:+ac_res=`eval echo '${'$as_ac_Header'}'` dmucs-0.6.1/debian/patches/00_old.patch-6556-+ { echo "$as_me:$LINENO: result: $ac_res" >&5 ############################################## dmucs-0.6.1/debian/patches/00_old.patch-6701- fi dmucs-0.6.1/debian/patches/00_old.patch:6702:-echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 dmucs-0.6.1/debian/patches/00_old.patch:6703:-echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 dmucs-0.6.1/debian/patches/00_old.patch:6704:+ac_res=`eval echo '${'$as_ac_Header'}'` dmucs-0.6.1/debian/patches/00_old.patch-6705-+ { echo "$as_me:$LINENO: result: $ac_res" >&5 ############################################## dmucs-0.6.1/debian/patches/00_old.patch-6708- fi dmucs-0.6.1/debian/patches/00_old.patch:6709: if test `eval echo '${'$as_ac_Header'}'` = yes; then dmucs-0.6.1/debian/patches/00_old.patch-6710-@@ -4835,9 +5406,9 @@ done ############################################## dmucs-0.6.1/debian/patches/00_old.patch-6712- do dmucs-0.6.1/debian/patches/00_old.patch:6713: as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` dmucs-0.6.1/debian/patches/00_old.patch-6714--echo "$as_me:$LINENO: checking for $ac_func" >&5 ############################################## dmucs-0.6.1/debian/patches/00_old.patch-6806- fi dmucs-0.6.1/debian/patches/00_old.patch:6807:-echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 dmucs-0.6.1/debian/patches/00_old.patch:6808:-echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 dmucs-0.6.1/debian/patches/00_old.patch:6809:+ac_res=`eval echo '${'$as_ac_var'}'` dmucs-0.6.1/debian/patches/00_old.patch-6810-+ { echo "$as_me:$LINENO: result: $ac_res" >&5 dmucs-0.6.1/debian/patches/00_old.patch-6811-+echo "${ECHO_T}$ac_res" >&6; } dmucs-0.6.1/debian/patches/00_old.patch:6812: if test `eval echo '${'$as_ac_var'}'` = yes; then dmucs-0.6.1/debian/patches/00_old.patch-6813- cat >>confdefs.h <<_ACEOF dmucs-0.6.1/debian/patches/00_old.patch:6814: #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 dmucs-0.6.1/debian/patches/00_old.patch-6815-@@ -4934,8 +5497,8 @@ fi ############################################## dmucs-0.6.1/debian/patches/00_old.patch-7105- do dmucs-0.6.1/debian/patches/00_old.patch:7106: as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` dmucs-0.6.1/debian/patches/00_old.patch-7107--echo "$as_me:$LINENO: checking for $ac_func" >&5 ############################################## dmucs-0.6.1/debian/patches/00_old.patch-7199- fi dmucs-0.6.1/debian/patches/00_old.patch:7200:-echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 dmucs-0.6.1/debian/patches/00_old.patch:7201:-echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 dmucs-0.6.1/debian/patches/00_old.patch:7202:+ac_res=`eval echo '${'$as_ac_var'}'` dmucs-0.6.1/debian/patches/00_old.patch-7203-+ { echo "$as_me:$LINENO: result: $ac_res" >&5 dmucs-0.6.1/debian/patches/00_old.patch-7204-+echo "${ECHO_T}$ac_res" >&6; } dmucs-0.6.1/debian/patches/00_old.patch:7205: if test `eval echo '${'$as_ac_var'}'` = yes; then dmucs-0.6.1/debian/patches/00_old.patch-7206- cat >>confdefs.h <<_ACEOF dmucs-0.6.1/debian/patches/00_old.patch:7207: #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 dmucs-0.6.1/debian/patches/00_old.patch-7208-@@ -5441,8 +6024,8 @@ done ############################################## dmucs-0.6.1/debian/patches/00_old.patch-7646- dmucs-0.6.1/debian/patches/00_old.patch:7647: if eval "test \"`echo $ac_ldflag_pthread`\" = yes"; then dmucs-0.6.1/debian/patches/00_old.patch-7648-- echo "$as_me:$LINENO: result: yes" >&5 ############################################## dmucs-0.6.1/debian/patches/00_old.patch-8201-+ ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' dmucs-0.6.1/debian/patches/00_old.patch:8202:+ ac_i=`echo "$ac_i" | sed "$ac_script"` dmucs-0.6.1/debian/patches/00_old.patch-8203-+ # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR ############################################## dmucs-0.6.1/debian/patches/00_old.patch-8305-@@ -6373,18 +6908,19 @@ do dmucs-0.6.1/debian/patches/00_old.patch:8306: if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then dmucs-0.6.1/debian/patches/00_old.patch-8307- eval $as_var=C; export $as_var ############################################## dmucs-0.6.1/debian/patches/00_old.patch-8384-- as_lineno_2=$LINENO dmucs-0.6.1/debian/patches/00_old.patch:8385:- as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null` dmucs-0.6.1/debian/patches/00_old.patch-8386-- test "x$as_lineno_1" != "x$as_lineno_2" && ############################################## dmucs-0.6.1/debian/patches/00_old.patch-8424- as_lineno_2=$LINENO dmucs-0.6.1/debian/patches/00_old.patch:8425:- as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null` dmucs-0.6.1/debian/patches/00_old.patch-8426- test "x$as_lineno_1" != "x$as_lineno_2" && ############################################## dmucs-0.6.1/debian/patches/00_old.patch-8438-- esac dmucs-0.6.1/debian/patches/00_old.patch:8439:+ test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || { dmucs-0.6.1/debian/patches/00_old.patch-8440- ############################################## dmucs-0.6.1/debian/patches/00_old.patch-8579-+ esac; dmucs-0.6.1/debian/patches/00_old.patch:8580:+ case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in dmucs-0.6.1/debian/patches/00_old.patch-8581-+ ???[sx]*):;;*)false;;esac;fi ############################################## dmucs-0.6.1/debian/patches/00_old.patch-8683--configured by $0, generated by GNU Autoconf 2.59, dmucs-0.6.1/debian/patches/00_old.patch:8684:- with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" dmucs-0.6.1/debian/patches/00_old.patch-8685-+configured by $0, generated by GNU Autoconf 2.61, dmucs-0.6.1/debian/patches/00_old.patch:8686:+ with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" dmucs-0.6.1/debian/patches/00_old.patch-8687- ############################################## dmucs-0.6.1/debian/patches/00_old.patch-8704- --*=*) dmucs-0.6.1/debian/patches/00_old.patch:8705:- ac_option=`expr "x$1" : 'x\([^=]*\)='` dmucs-0.6.1/debian/patches/00_old.patch:8706:- ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'` dmucs-0.6.1/debian/patches/00_old.patch:8707:+ ac_option=`expr "X$1" : 'X\([^=]*\)='` dmucs-0.6.1/debian/patches/00_old.patch:8708:+ ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` dmucs-0.6.1/debian/patches/00_old.patch-8709- ac_shift=: ############################################## dmucs-0.6.1/debian/patches/00_old.patch-9002-- fi dmucs-0.6.1/debian/patches/00_old.patch:9003:- ac_sed_frag=`expr $ac_sed_frag + 1` dmucs-0.6.1/debian/patches/00_old.patch-9004-- ac_beg=$ac_end dmucs-0.6.1/debian/patches/00_old.patch:9005:- ac_end=`expr $ac_end + $ac_max_sed_lines` dmucs-0.6.1/debian/patches/00_old.patch-9006-- fi ############################################## dmucs-0.6.1/debian/patches/00_old.patch-9103-+ dmucs-0.6.1/debian/patches/00_old.patch:9104:+ if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 83; then dmucs-0.6.1/debian/patches/00_old.patch-9105-+ break ############################################## dmucs-0.6.1/debian/patches/00_old.patch-9115- dmucs-0.6.1/debian/patches/00_old.patch:9116:+ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed` dmucs-0.6.1/debian/patches/00_old.patch-9117-+if test -n "$ac_eof"; then dmucs-0.6.1/debian/patches/00_old.patch:9118:+ ac_eof=`echo "$ac_eof" | sort -nru | sed 1q` dmucs-0.6.1/debian/patches/00_old.patch:9119:+ ac_eof=`expr $ac_eof + 1` dmucs-0.6.1/debian/patches/00_old.patch-9120-+fi ############################################## dmucs-0.6.1/debian/patches/00_old.patch-9163-- cat >$tmp/stdin dmucs-0.6.1/debian/patches/00_old.patch:9164:- ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` dmucs-0.6.1/debian/patches/00_old.patch:9165:- ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; dmucs-0.6.1/debian/patches/00_old.patch:9166:- *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` dmucs-0.6.1/debian/patches/00_old.patch:9167:- ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; dmucs-0.6.1/debian/patches/00_old.patch-9168-- * ) ac_file_in=$ac_file.in ;; ############################################## dmucs-0.6.1/debian/patches/00_old.patch-9279-+ case $as_dir in #( dmucs-0.6.1/debian/patches/00_old.patch:9280:+ *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #( dmucs-0.6.1/debian/patches/00_old.patch-9281-+ *) as_qdir=$as_dir;; ############################################## dmucs-0.6.1/debian/patches/00_old.patch-9329-+*) dmucs-0.6.1/debian/patches/00_old.patch:9330: ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` dmucs-0.6.1/debian/patches/00_old.patch-9331-- # A "../" for each directory in $ac_dir_suffix. dmucs-0.6.1/debian/patches/00_old.patch:9332:- ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'` dmucs-0.6.1/debian/patches/00_old.patch-9333--else ############################################## dmucs-0.6.1/debian/patches/00_old.patch-9336-+ # A ".." for each directory in $ac_dir_suffix. dmucs-0.6.1/debian/patches/00_old.patch:9337:+ ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'` dmucs-0.6.1/debian/patches/00_old.patch-9338-+ case $ac_top_builddir_sub in ############################################## dmucs-0.6.1/debian/patches/00_old.patch-9354-- else dmucs-0.6.1/debian/patches/00_old.patch:9355:- ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'` dmucs-0.6.1/debian/patches/00_old.patch-9356-- fi ;; ############################################## dmucs-0.6.1/debian/patches/00_old.patch-9500-+ dmucs-0.6.1/debian/patches/00_old.patch:9501:+# Neutralize VPATH when `$srcdir' = `.'. dmucs-0.6.1/debian/patches/00_old.patch-9502-+# Shell code in configure.ac might set extrasub. ############################################## dmucs-0.6.1/debian/patches/00_old.patch-9567-+test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && dmucs-0.6.1/debian/patches/00_old.patch:9568:+ { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } && dmucs-0.6.1/debian/patches/00_old.patch:9569:+ { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } && dmucs-0.6.1/debian/patches/00_old.patch-9570-+ { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir' ############################################## dmucs-0.6.1/debian/patches/00_old.patch-9578-- cat >$tmp/stdin dmucs-0.6.1/debian/patches/00_old.patch:9579:- ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` dmucs-0.6.1/debian/patches/00_old.patch:9580:- ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; dmucs-0.6.1/debian/patches/00_old.patch:9581:- *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` dmucs-0.6.1/debian/patches/00_old.patch:9582:- ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; dmucs-0.6.1/debian/patches/00_old.patch-9583-- * ) ac_file_in=$ac_file.in ;; ############################################## dmucs-0.6.1/debian/patches/00_old.patch-9861-@@ -7363,135 +7806,39 @@ for _am_header in $config_headers :; do dmucs-0.6.1/debian/patches/00_old.patch:9862: _am_stamp_count=`expr $_am_stamp_count + 1` ;; dmucs-0.6.1/debian/patches/00_old.patch-9863- esac ############################################## dmucs-0.6.1/debian/patches/00_old.patch-9886--for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue dmucs-0.6.1/debian/patches/00_old.patch:9887:- ac_dest=`echo "$ac_file" | sed 's,:.*,,'` dmucs-0.6.1/debian/patches/00_old.patch:9888:- ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'` dmucs-0.6.1/debian/patches/00_old.patch-9889-- ac_dir=`(dirname "$ac_dest") 2>/dev/null || ############################################## dmucs-0.6.1/debian/patches/00_old.patch-9928--if test "$ac_dir" != .; then dmucs-0.6.1/debian/patches/00_old.patch:9929:- ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` dmucs-0.6.1/debian/patches/00_old.patch-9930-- # A "../" for each directory in $ac_dir_suffix. dmucs-0.6.1/debian/patches/00_old.patch:9931:- ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'` dmucs-0.6.1/debian/patches/00_old.patch-9932--else ############################################## dmucs-0.6.1/debian/patches/00_old.patch-9941-- else dmucs-0.6.1/debian/patches/00_old.patch:9942:- ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'` dmucs-0.6.1/debian/patches/00_old.patch-9943-- fi ;; ############################################## dmucs-0.6.1/debian/patches/00_old.patch-10020- # Strip MF so we end up with the name of the file. dmucs-0.6.1/debian/patches/00_old.patch:10021: mf=`echo "$mf" | sed -e 's/:.*$//'` dmucs-0.6.1/debian/patches/00_old.patch-10022- # Check whether this is an Automake generated Makefile or not. ############################################## dmucs-0.6.1/debian/patches/00_old.patch-10065-+ # running `make'. dmucs-0.6.1/debian/patches/00_old.patch:10066: DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` dmucs-0.6.1/debian/patches/00_old.patch-10067- test -z "$DEPDIR" && continue dmucs-0.6.1/debian/patches/00_old.patch:10068:- am__include=`sed -n 's/^am__include = //p' < "$mf"` dmucs-0.6.1/debian/patches/00_old.patch-10069-- test -z "am__include" && continue dmucs-0.6.1/debian/patches/00_old.patch:10070:- am__quote=`sed -n 's/^am__quote = //p' < "$mf"` dmucs-0.6.1/debian/patches/00_old.patch-10071- # When using ansi2knr, U may be empty or an underscore; expand it dmucs-0.6.1/debian/patches/00_old.patch:10072: U=`sed -n 's/^U = //p' < "$mf"` dmucs-0.6.1/debian/patches/00_old.patch-10073-- # Find all dependency output files, they are included files with ############################################## dmucs-0.6.1/debian/patches/00_old.patch-10141-+ case $as_dir in #( dmucs-0.6.1/debian/patches/00_old.patch:10142:+ *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #( dmucs-0.6.1/debian/patches/00_old.patch-10143-+ *) as_qdir=$as_dir;; ############################################## dmucs-0.6.1/debian/patches/00_old.patch-10339- struct in_addr host; dmucs-0.6.1/debian/patches/00_old.patch:10340: host.s_addr = inet_addr(machname); dmucs-0.6.1/debian/patches/00_old.patch-10341-- host_status_t status; ############################################## dmucs-0.6.1/.pc/00_old.patch/COSMIC/HDR/sockets.h-428-int Speek( Socket *, void *, int); /* Speek.c */ dmucs-0.6.1/.pc/00_old.patch/COSMIC/HDR/sockets.h:429:unsigned long Speeraddr(Socket *); /* Speeraddr.c */ dmucs-0.6.1/.pc/00_old.patch/COSMIC/HDR/sockets.h-430-char *Speername(Socket *); /* Speername.c */ ############################################## dmucs-0.6.1/.pc/00_old.patch/COSMIC/HDR/sockets.h-467-extern int Speek(); /* Speek.c */ dmucs-0.6.1/.pc/00_old.patch/COSMIC/HDR/sockets.h:468:extern unsigned long Speeraddr(); /* Speeraddr.c */ dmucs-0.6.1/.pc/00_old.patch/COSMIC/HDR/sockets.h-469-extern char *Speername(); /* Speername.c */ ############################################## dmucs-0.6.1/.pc/00_old.patch/Makefile.in-262- @list='$(bin_PROGRAMS)'; for p in $$list; do \ dmucs-0.6.1/.pc/00_old.patch/Makefile.in:263: p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \ dmucs-0.6.1/.pc/00_old.patch/Makefile.in-264- if test -f $$p \ dmucs-0.6.1/.pc/00_old.patch/Makefile.in-265- ; then \ dmucs-0.6.1/.pc/00_old.patch/Makefile.in:266: f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \ dmucs-0.6.1/.pc/00_old.patch/Makefile.in-267- echo " $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \ ############################################## dmucs-0.6.1/.pc/00_old.patch/Makefile.in-274- @list='$(bin_PROGRAMS)'; for p in $$list; do \ dmucs-0.6.1/.pc/00_old.patch/Makefile.in:275: f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \ dmucs-0.6.1/.pc/00_old.patch/Makefile.in-276- echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \ ############################################## dmucs-0.6.1/.pc/00_old.patch/Makefile.in-323-.cc.obj: dmucs-0.6.1/.pc/00_old.patch/Makefile.in:324:@am__fastdepCXX_TRUE@ if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \ dmucs-0.6.1/.pc/00_old.patch/Makefile.in-325-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi ############################################## dmucs-0.6.1/.pc/00_old.patch/Makefile.in-327-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ dmucs-0.6.1/.pc/00_old.patch/Makefile.in:328:@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` dmucs-0.6.1/.pc/00_old.patch/Makefile.in-329-uninstall-info-am: ############################################## dmucs-0.6.1/.pc/00_old.patch/Makefile.in-345- dot_seen=no; \ dmucs-0.6.1/.pc/00_old.patch/Makefile.in:346: target=`echo $@ | sed s/-recursive//`; \ dmucs-0.6.1/.pc/00_old.patch/Makefile.in-347- list='$(SUBDIRS)'; for subdir in $$list; do \ ############################################## dmucs-0.6.1/.pc/00_old.patch/Makefile.in-381- rev="$$rev ."; \ dmucs-0.6.1/.pc/00_old.patch/Makefile.in:382: target=`echo $@ | sed s/-recursive//`; \ dmucs-0.6.1/.pc/00_old.patch/Makefile.in-383- for subdir in $$rev; do \ ############################################## dmucs-0.6.1/.pc/00_old.patch/Makefile.in-455-GTAGS: dmucs-0.6.1/.pc/00_old.patch/Makefile.in:456: here=`$(am__cd) $(top_builddir) && pwd` \ dmucs-0.6.1/.pc/00_old.patch/Makefile.in-457- && cd $(top_srcdir) \ ############################################## dmucs-0.6.1/.pc/00_old.patch/Makefile.in-465- mkdir $(distdir) dmucs-0.6.1/.pc/00_old.patch/Makefile.in:466: @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ dmucs-0.6.1/.pc/00_old.patch/Makefile.in:467: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ dmucs-0.6.1/.pc/00_old.patch/Makefile.in-468- list='$(DISTFILES)'; for file in $$list; do \ dmucs-0.6.1/.pc/00_old.patch/Makefile.in-469- case $$file in \ dmucs-0.6.1/.pc/00_old.patch/Makefile.in:470: $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ dmucs-0.6.1/.pc/00_old.patch/Makefile.in:471: $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ dmucs-0.6.1/.pc/00_old.patch/Makefile.in-472- esac; \ dmucs-0.6.1/.pc/00_old.patch/Makefile.in-473- if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ dmucs-0.6.1/.pc/00_old.patch/Makefile.in:474: dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ dmucs-0.6.1/.pc/00_old.patch/Makefile.in-475- if test "$$dir" != "$$file" && test "$$dir" != "."; then \ ############################################## dmucs-0.6.1/.pc/00_old.patch/Makefile.in-496- || exit 1; \ dmucs-0.6.1/.pc/00_old.patch/Makefile.in:497: distdir=`$(am__cd) $(distdir) && pwd`; \ dmucs-0.6.1/.pc/00_old.patch/Makefile.in:498: top_distdir=`$(am__cd) $(top_distdir) && pwd`; \ dmucs-0.6.1/.pc/00_old.patch/Makefile.in-499- (cd $$subdir && \ ############################################## dmucs-0.6.1/.pc/00_old.patch/Makefile.in-556- chmod a-w $(distdir) dmucs-0.6.1/.pc/00_old.patch/Makefile.in:557: dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ dmucs-0.6.1/.pc/00_old.patch/Makefile.in-558- && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ ############################################## dmucs-0.6.1/.pc/00_old.patch/Makefile.in-587- @cd $(distuninstallcheck_dir) \ dmucs-0.6.1/.pc/00_old.patch/Makefile.in:588: && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \ dmucs-0.6.1/.pc/00_old.patch/Makefile.in-589- || { echo "ERROR: files left after uninstall:" ; \ ############################################## dmucs-0.6.1/.pc/00_old.patch/Makefile.in-599- fi dmucs-0.6.1/.pc/00_old.patch/Makefile.in:600: @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ dmucs-0.6.1/.pc/00_old.patch/Makefile.in-601- || { echo "ERROR: files left in build directory after distclean:" ; \ ############################################## dmucs-0.6.1/.pc/00_old.patch/aclocal.m4-42-# $ac_aux_dir to `$srcdir/foo'. In other projects, it is set to dmucs-0.6.1/.pc/00_old.patch/aclocal.m4:43:# `$srcdir', `$srcdir/..', or `$srcdir/../..'. dmucs-0.6.1/.pc/00_old.patch/aclocal.m4-44-# ############################################## dmucs-0.6.1/.pc/00_old.patch/aclocal.m4-66-# iff we strip the leading $srcdir from $ac_aux_dir. That would be: dmucs-0.6.1/.pc/00_old.patch/aclocal.m4:67:# am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"` dmucs-0.6.1/.pc/00_old.patch/aclocal.m4-68-# and then we would define $MISSING as ############################################## dmucs-0.6.1/.pc/00_old.patch/aclocal.m4-82-# expand $ac_aux_dir to an absolute path dmucs-0.6.1/.pc/00_old.patch/aclocal.m4:83:am_aux_dir=`cd $ac_aux_dir && pwd` dmucs-0.6.1/.pc/00_old.patch/aclocal.m4-84-]) ############################################## dmucs-0.6.1/.pc/00_old.patch/aclocal.m4-180- if test "$am_compiler_list" = ""; then dmucs-0.6.1/.pc/00_old.patch/aclocal.m4:181: am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp` dmucs-0.6.1/.pc/00_old.patch/aclocal.m4-182- fi ############################################## dmucs-0.6.1/.pc/00_old.patch/aclocal.m4-290- # Strip MF so we end up with the name of the file. dmucs-0.6.1/.pc/00_old.patch/aclocal.m4:291: mf=`echo "$mf" | sed -e 's/:.*$//'` dmucs-0.6.1/.pc/00_old.patch/aclocal.m4-292- # Check whether this is an Automake generated Makefile or not. ############################################## dmucs-0.6.1/.pc/00_old.patch/aclocal.m4-298- if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then dmucs-0.6.1/.pc/00_old.patch/aclocal.m4:299: dirpart=`AS_DIRNAME("$mf")` dmucs-0.6.1/.pc/00_old.patch/aclocal.m4-300- else ############################################## dmucs-0.6.1/.pc/00_old.patch/aclocal.m4-304- # from the Makefile without running `make'. dmucs-0.6.1/.pc/00_old.patch/aclocal.m4:305: DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` dmucs-0.6.1/.pc/00_old.patch/aclocal.m4-306- test -z "$DEPDIR" && continue dmucs-0.6.1/.pc/00_old.patch/aclocal.m4:307: am__include=`sed -n 's/^am__include = //p' < "$mf"` dmucs-0.6.1/.pc/00_old.patch/aclocal.m4-308- test -z "am__include" && continue dmucs-0.6.1/.pc/00_old.patch/aclocal.m4:309: am__quote=`sed -n 's/^am__quote = //p' < "$mf"` dmucs-0.6.1/.pc/00_old.patch/aclocal.m4-310- # When using ansi2knr, U may be empty or an underscore; expand it dmucs-0.6.1/.pc/00_old.patch/aclocal.m4:311: U=`sed -n 's/^U = //p' < "$mf"` dmucs-0.6.1/.pc/00_old.patch/aclocal.m4-312- # Find all dependency output files, they are included files with ############################################## dmucs-0.6.1/.pc/00_old.patch/aclocal.m4-320- test -f "$dirpart/$file" && continue dmucs-0.6.1/.pc/00_old.patch/aclocal.m4:321: fdir=`AS_DIRNAME(["$file"])` dmucs-0.6.1/.pc/00_old.patch/aclocal.m4-322- AS_MKDIR_P([$dirpart/$fdir]) ############################################## dmucs-0.6.1/.pc/00_old.patch/aclocal.m4-375-# test to see if srcdir already configured dmucs-0.6.1/.pc/00_old.patch/aclocal.m4:376:if test "`cd $srcdir && pwd`" != "`pwd`" && dmucs-0.6.1/.pc/00_old.patch/aclocal.m4-377- test -f $srcdir/config.status; then ############################################## dmucs-0.6.1/.pc/00_old.patch/aclocal.m4-451- * ) dmucs-0.6.1/.pc/00_old.patch/aclocal.m4:452: _am_stamp_count=`expr $_am_stamp_count + 1` ;; dmucs-0.6.1/.pc/00_old.patch/aclocal.m4-453- esac dmucs-0.6.1/.pc/00_old.patch/aclocal.m4-454-done dmucs-0.6.1/.pc/00_old.patch/aclocal.m4:455:echo "timestamp for $1" >`AS_DIRNAME([$1])`/stamp-h[]$_am_stamp_count]) dmucs-0.6.1/.pc/00_old.patch/aclocal.m4-456- ############################################## dmucs-0.6.1/.pc/00_old.patch/aclocal.m4-523-# case it prints its new name instead of `make'. dmucs-0.6.1/.pc/00_old.patch/aclocal.m4:524:if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then dmucs-0.6.1/.pc/00_old.patch/aclocal.m4-525- am__include=include ############################################## dmucs-0.6.1/.pc/00_old.patch/aclocal.m4-531- echo '.include "confinc"' > confmf dmucs-0.6.1/.pc/00_old.patch/aclocal.m4:532: if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then dmucs-0.6.1/.pc/00_old.patch/aclocal.m4-533- am__include=.include ############################################## dmucs-0.6.1/.pc/00_old.patch/aclocal.m4-698-if ( dmucs-0.6.1/.pc/00_old.patch/aclocal.m4:699: set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null` dmucs-0.6.1/.pc/00_old.patch/aclocal.m4-700- if test "$[*]" = "X"; then dmucs-0.6.1/.pc/00_old.patch/aclocal.m4-701- # -L didn't work. dmucs-0.6.1/.pc/00_old.patch/aclocal.m4:702: set X `ls -t $srcdir/configure conftest.file` dmucs-0.6.1/.pc/00_old.patch/aclocal.m4-703- fi ############################################## dmucs-0.6.1/.pc/00_old.patch/configure-45-do dmucs-0.6.1/.pc/00_old.patch/configure:46: if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then dmucs-0.6.1/.pc/00_old.patch/configure-47- eval $as_var=C; export $as_var ############################################## dmucs-0.6.1/.pc/00_old.patch/configure-103- as_lineno_2=$LINENO dmucs-0.6.1/.pc/00_old.patch/configure:104: as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null` dmucs-0.6.1/.pc/00_old.patch/configure-105- test "x$as_lineno_1" != "x$as_lineno_2" && ############################################## dmucs-0.6.1/.pc/00_old.patch/configure-142- as_lineno_2=$LINENO dmucs-0.6.1/.pc/00_old.patch/configure:143: as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null` dmucs-0.6.1/.pc/00_old.patch/configure-144- test "x$as_lineno_1" != "x$as_lineno_2" && ############################################## dmucs-0.6.1/.pc/00_old.patch/configure-364- dmucs-0.6.1/.pc/00_old.patch/configure:365: ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'` dmucs-0.6.1/.pc/00_old.patch/configure-366- ############################################## dmucs-0.6.1/.pc/00_old.patch/configure-397- -disable-* | --disable-*) dmucs-0.6.1/.pc/00_old.patch/configure:398: ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'` dmucs-0.6.1/.pc/00_old.patch/configure-399- # Reject names that are not valid shell variable names. ############################################## dmucs-0.6.1/.pc/00_old.patch/configure-402- { (exit 1); exit 1; }; } dmucs-0.6.1/.pc/00_old.patch/configure:403: ac_feature=`echo $ac_feature | sed 's/-/_/g'` dmucs-0.6.1/.pc/00_old.patch/configure-404- eval "enable_$ac_feature=no" ;; ############################################## dmucs-0.6.1/.pc/00_old.patch/configure-406- -enable-* | --enable-*) dmucs-0.6.1/.pc/00_old.patch/configure:407: ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` dmucs-0.6.1/.pc/00_old.patch/configure-408- # Reject names that are not valid shell variable names. ############################################## dmucs-0.6.1/.pc/00_old.patch/configure-411- { (exit 1); exit 1; }; } dmucs-0.6.1/.pc/00_old.patch/configure:412: ac_feature=`echo $ac_feature | sed 's/-/_/g'` dmucs-0.6.1/.pc/00_old.patch/configure-413- case $ac_option in dmucs-0.6.1/.pc/00_old.patch/configure:414: *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;; dmucs-0.6.1/.pc/00_old.patch/configure-415- *) ac_optarg=yes ;; ############################################## dmucs-0.6.1/.pc/00_old.patch/configure-588- -with-* | --with-*) dmucs-0.6.1/.pc/00_old.patch/configure:589: ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` dmucs-0.6.1/.pc/00_old.patch/configure-590- # Reject names that are not valid shell variable names. ############################################## dmucs-0.6.1/.pc/00_old.patch/configure-593- { (exit 1); exit 1; }; } dmucs-0.6.1/.pc/00_old.patch/configure:594: ac_package=`echo $ac_package| sed 's/-/_/g'` dmucs-0.6.1/.pc/00_old.patch/configure-595- case $ac_option in dmucs-0.6.1/.pc/00_old.patch/configure:596: *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;; dmucs-0.6.1/.pc/00_old.patch/configure-597- *) ac_optarg=yes ;; ############################################## dmucs-0.6.1/.pc/00_old.patch/configure-601- -without-* | --without-*) dmucs-0.6.1/.pc/00_old.patch/configure:602: ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'` dmucs-0.6.1/.pc/00_old.patch/configure-603- # Reject names that are not valid shell variable names. ############################################## dmucs-0.6.1/.pc/00_old.patch/configure-606- { (exit 1); exit 1; }; } dmucs-0.6.1/.pc/00_old.patch/configure:607: ac_package=`echo $ac_package | sed 's/-/_/g'` dmucs-0.6.1/.pc/00_old.patch/configure-608- eval "with_$ac_package=no" ;; ############################################## dmucs-0.6.1/.pc/00_old.patch/configure-633- *=*) dmucs-0.6.1/.pc/00_old.patch/configure:634: ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` dmucs-0.6.1/.pc/00_old.patch/configure-635- # Reject names that are not valid shell variable names. ############################################## dmucs-0.6.1/.pc/00_old.patch/configure-638- { (exit 1); exit 1; }; } dmucs-0.6.1/.pc/00_old.patch/configure:639: ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` dmucs-0.6.1/.pc/00_old.patch/configure-640- eval "$ac_envvar='$ac_optarg'" ############################################## dmucs-0.6.1/.pc/00_old.patch/configure-654-if test -n "$ac_prev"; then dmucs-0.6.1/.pc/00_old.patch/configure:655: ac_option=--`echo $ac_prev | sed 's/_/-/g'` dmucs-0.6.1/.pc/00_old.patch/configure-656- { echo "$as_me: error: missing argument to $ac_option" >&2 ############################################## dmucs-0.6.1/.pc/00_old.patch/configure-662-do dmucs-0.6.1/.pc/00_old.patch/configure:663: eval ac_val=$`echo $ac_var` dmucs-0.6.1/.pc/00_old.patch/configure-664- case $ac_val in ############################################## dmucs-0.6.1/.pc/00_old.patch/configure-674-do dmucs-0.6.1/.pc/00_old.patch/configure:675: eval ac_val=$`echo $ac_var` dmucs-0.6.1/.pc/00_old.patch/configure-676- case $ac_val in ############################################## dmucs-0.6.1/.pc/00_old.patch/configure-741- { (exit 1); exit 1; }; } dmucs-0.6.1/.pc/00_old.patch/configure:742:srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'` dmucs-0.6.1/.pc/00_old.patch/configure-743-ac_env_build_alias_set=${build_alias+set} ############################################## dmucs-0.6.1/.pc/00_old.patch/configure-820-By default, \`make install' will install all the files in dmucs-0.6.1/.pc/00_old.patch/configure:821:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify dmucs-0.6.1/.pc/00_old.patch/configure:822:an installation prefix other than \`$ac_default_prefix' using \`--prefix', dmucs-0.6.1/.pc/00_old.patch/configure-823-for instance \`--prefix=\$HOME'. ############################################## dmucs-0.6.1/.pc/00_old.patch/configure-888-if test "$ac_dir" != .; then dmucs-0.6.1/.pc/00_old.patch/configure:889: ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` dmucs-0.6.1/.pc/00_old.patch/configure-890- # A "../" for each directory in $ac_dir_suffix. dmucs-0.6.1/.pc/00_old.patch/configure:891: ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'` dmucs-0.6.1/.pc/00_old.patch/configure-892-else ############################################## dmucs-0.6.1/.pc/00_old.patch/configure-901- else dmucs-0.6.1/.pc/00_old.patch/configure:902: ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'` dmucs-0.6.1/.pc/00_old.patch/configure-903- fi ;; ############################################## dmucs-0.6.1/.pc/00_old.patch/configure-1057- *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*) dmucs-0.6.1/.pc/00_old.patch/configure:1058: ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; dmucs-0.6.1/.pc/00_old.patch/configure-1059- esac ############################################## dmucs-0.6.1/.pc/00_old.patch/configure-1129- do dmucs-0.6.1/.pc/00_old.patch/configure:1130: eval ac_val=$`echo $ac_var` dmucs-0.6.1/.pc/00_old.patch/configure-1131- echo "$ac_var='"'"'$ac_val'"'"'" ############################################## dmucs-0.6.1/.pc/00_old.patch/configure-1143- do dmucs-0.6.1/.pc/00_old.patch/configure:1144: eval ac_val=$`echo $ac_var` dmucs-0.6.1/.pc/00_old.patch/configure-1145- echo "$ac_var='"'"'$ac_val'"'"'" ############################################## dmucs-0.6.1/.pc/00_old.patch/configure-1250- set,) dmucs-0.6.1/.pc/00_old.patch/configure:1251: { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 dmucs-0.6.1/.pc/00_old.patch/configure:1252:echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} dmucs-0.6.1/.pc/00_old.patch/configure-1253- ac_cache_corrupted=: ;; ############################################## dmucs-0.6.1/.pc/00_old.patch/configure-1273- *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*) dmucs-0.6.1/.pc/00_old.patch/configure:1274: ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; dmucs-0.6.1/.pc/00_old.patch/configure-1275- *) ac_arg=$ac_var=$ac_new_val ;; ############################################## dmucs-0.6.1/.pc/00_old.patch/configure-1441-if ( dmucs-0.6.1/.pc/00_old.patch/configure:1442: set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null` dmucs-0.6.1/.pc/00_old.patch/configure-1443- if test "$*" = "X"; then dmucs-0.6.1/.pc/00_old.patch/configure-1444- # -L didn't work. dmucs-0.6.1/.pc/00_old.patch/configure:1445: set X `ls -t $srcdir/configure conftest.file` dmucs-0.6.1/.pc/00_old.patch/configure-1446- fi ############################################## dmucs-0.6.1/.pc/00_old.patch/configure-1485-_ACEOF dmucs-0.6.1/.pc/00_old.patch/configure:1486:program_transform_name=`echo $program_transform_name | sed -f conftest.sed` dmucs-0.6.1/.pc/00_old.patch/configure-1487-rm conftest.sed ############################################## dmucs-0.6.1/.pc/00_old.patch/configure-1489-# expand $ac_aux_dir to an absolute path dmucs-0.6.1/.pc/00_old.patch/configure:1490:am_aux_dir=`cd $ac_aux_dir && pwd` dmucs-0.6.1/.pc/00_old.patch/configure-1491- ############################################## dmucs-0.6.1/.pc/00_old.patch/configure-1576-echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6 dmucs-0.6.1/.pc/00_old.patch/configure:1577:set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'` dmucs-0.6.1/.pc/00_old.patch/configure-1578-if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then ############################################## dmucs-0.6.1/.pc/00_old.patch/configure-1585-# GNU make sometimes prints "make[1]: Entering...", which would confuse us. dmucs-0.6.1/.pc/00_old.patch/configure:1586:eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=` dmucs-0.6.1/.pc/00_old.patch/configure-1587-if test -n "$ac_maketemp"; then ############################################## dmucs-0.6.1/.pc/00_old.patch/configure-1593-fi dmucs-0.6.1/.pc/00_old.patch/configure:1594:if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then dmucs-0.6.1/.pc/00_old.patch/configure-1595- echo "$as_me:$LINENO: result: yes" >&5 ############################################## dmucs-0.6.1/.pc/00_old.patch/configure-1613-# test to see if srcdir already configured dmucs-0.6.1/.pc/00_old.patch/configure:1614:if test "`cd $srcdir && pwd`" != "`pwd`" && dmucs-0.6.1/.pc/00_old.patch/configure-1615- test -f $srcdir/config.status; then ############################################## dmucs-0.6.1/.pc/00_old.patch/configure-1860- "checking for C++ compiler version" >&5 dmucs-0.6.1/.pc/00_old.patch/configure:1861:ac_compiler=`set X $ac_compile; echo $2` dmucs-0.6.1/.pc/00_old.patch/configure-1862-{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5 ############################################## dmucs-0.6.1/.pc/00_old.patch/configure-1899-echo $ECHO_N "checking for C++ compiler default output file name... $ECHO_C" >&6 dmucs-0.6.1/.pc/00_old.patch/configure:1900:ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` dmucs-0.6.1/.pc/00_old.patch/configure-1901-if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5 ############################################## dmucs-0.6.1/.pc/00_old.patch/configure-1927- *.* ) dmucs-0.6.1/.pc/00_old.patch/configure:1928: ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` dmucs-0.6.1/.pc/00_old.patch/configure-1929- # FIXME: I believe we export ac_cv_exeext for Libtool, ############################################## dmucs-0.6.1/.pc/00_old.patch/configure-2007- *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;; dmucs-0.6.1/.pc/00_old.patch/configure:2008: *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` dmucs-0.6.1/.pc/00_old.patch/configure-2009- export ac_cv_exeext ############################################## dmucs-0.6.1/.pc/00_old.patch/configure-2057- *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;; dmucs-0.6.1/.pc/00_old.patch/configure:2058: *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` dmucs-0.6.1/.pc/00_old.patch/configure-2059- break;; ############################################## dmucs-0.6.1/.pc/00_old.patch/configure-2136-echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6 dmucs-0.6.1/.pc/00_old.patch/configure:2137:GXX=`test $ac_compiler_gnu = yes && echo yes` dmucs-0.6.1/.pc/00_old.patch/configure-2138-ac_test_CXXFLAGS=${CXXFLAGS+set} ############################################## dmucs-0.6.1/.pc/00_old.patch/configure-2343-# case it prints its new name instead of `make'. dmucs-0.6.1/.pc/00_old.patch/configure:2344:if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then dmucs-0.6.1/.pc/00_old.patch/configure-2345- am__include=include ############################################## dmucs-0.6.1/.pc/00_old.patch/configure-2351- echo '.include "confinc"' > confmf dmucs-0.6.1/.pc/00_old.patch/configure:2352: if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then dmucs-0.6.1/.pc/00_old.patch/configure-2353- am__include=.include ############################################## dmucs-0.6.1/.pc/00_old.patch/configure-2413- if test "$am_compiler_list" = ""; then dmucs-0.6.1/.pc/00_old.patch/configure:2414: am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` dmucs-0.6.1/.pc/00_old.patch/configure-2415- fi ############################################## dmucs-0.6.1/.pc/00_old.patch/configure-2812- "checking for C compiler version" >&5 dmucs-0.6.1/.pc/00_old.patch/configure:2813:ac_compiler=`set X $ac_compile; echo $2` dmucs-0.6.1/.pc/00_old.patch/configure-2814-{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5 ############################################## dmucs-0.6.1/.pc/00_old.patch/configure-2887-echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6 dmucs-0.6.1/.pc/00_old.patch/configure:2888:GCC=`test $ac_compiler_gnu = yes && echo yes` dmucs-0.6.1/.pc/00_old.patch/configure-2889-ac_test_CFLAGS=${CFLAGS+set} ############################################## dmucs-0.6.1/.pc/00_old.patch/configure-3251- if test "$am_compiler_list" = ""; then dmucs-0.6.1/.pc/00_old.patch/configure:3252: am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` dmucs-0.6.1/.pc/00_old.patch/configure-3253- fi ############################################## dmucs-0.6.1/.pc/00_old.patch/configure-4062-do dmucs-0.6.1/.pc/00_old.patch/configure:4063:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` dmucs-0.6.1/.pc/00_old.patch/configure-4064-echo "$as_me:$LINENO: checking for $ac_header" >&5 ############################################## dmucs-0.6.1/.pc/00_old.patch/configure-4109-fi dmucs-0.6.1/.pc/00_old.patch/configure:4110:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 dmucs-0.6.1/.pc/00_old.patch/configure:4111:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 dmucs-0.6.1/.pc/00_old.patch/configure:4112:if test `eval echo '${'$as_ac_Header'}'` = yes; then dmucs-0.6.1/.pc/00_old.patch/configure-4113- cat >>confdefs.h <<_ACEOF dmucs-0.6.1/.pc/00_old.patch/configure:4114:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 dmucs-0.6.1/.pc/00_old.patch/configure-4115-_ACEOF ############################################## dmucs-0.6.1/.pc/00_old.patch/configure-4128-do dmucs-0.6.1/.pc/00_old.patch/configure:4129:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` dmucs-0.6.1/.pc/00_old.patch/configure-4130-if eval "test \"\${$as_ac_Header+set}\" = set"; then ############################################## dmucs-0.6.1/.pc/00_old.patch/configure-4135-fi dmucs-0.6.1/.pc/00_old.patch/configure:4136:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 dmucs-0.6.1/.pc/00_old.patch/configure:4137:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 dmucs-0.6.1/.pc/00_old.patch/configure-4138-else ############################################## dmucs-0.6.1/.pc/00_old.patch/configure-4262-fi dmucs-0.6.1/.pc/00_old.patch/configure:4263:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 dmucs-0.6.1/.pc/00_old.patch/configure:4264:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 dmucs-0.6.1/.pc/00_old.patch/configure-4265- dmucs-0.6.1/.pc/00_old.patch/configure-4266-fi dmucs-0.6.1/.pc/00_old.patch/configure:4267:if test `eval echo '${'$as_ac_Header'}'` = yes; then dmucs-0.6.1/.pc/00_old.patch/configure-4268- cat >>confdefs.h <<_ACEOF dmucs-0.6.1/.pc/00_old.patch/configure:4269:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 dmucs-0.6.1/.pc/00_old.patch/configure-4270-_ACEOF ############################################## dmucs-0.6.1/.pc/00_old.patch/configure-4685-do dmucs-0.6.1/.pc/00_old.patch/configure:4686:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` dmucs-0.6.1/.pc/00_old.patch/configure-4687-if eval "test \"\${$as_ac_Header+set}\" = set"; then ############################################## dmucs-0.6.1/.pc/00_old.patch/configure-4692-fi dmucs-0.6.1/.pc/00_old.patch/configure:4693:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 dmucs-0.6.1/.pc/00_old.patch/configure:4694:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 dmucs-0.6.1/.pc/00_old.patch/configure-4695-else ############################################## dmucs-0.6.1/.pc/00_old.patch/configure-4819-fi dmucs-0.6.1/.pc/00_old.patch/configure:4820:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 dmucs-0.6.1/.pc/00_old.patch/configure:4821:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 dmucs-0.6.1/.pc/00_old.patch/configure-4822- dmucs-0.6.1/.pc/00_old.patch/configure-4823-fi dmucs-0.6.1/.pc/00_old.patch/configure:4824:if test `eval echo '${'$as_ac_Header'}'` = yes; then dmucs-0.6.1/.pc/00_old.patch/configure-4825- cat >>confdefs.h <<_ACEOF dmucs-0.6.1/.pc/00_old.patch/configure:4826:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 dmucs-0.6.1/.pc/00_old.patch/configure-4827-_ACEOF ############################################## dmucs-0.6.1/.pc/00_old.patch/configure-4836-do dmucs-0.6.1/.pc/00_old.patch/configure:4837:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` dmucs-0.6.1/.pc/00_old.patch/configure-4838-echo "$as_me:$LINENO: checking for $ac_func" >&5 ############################################## dmucs-0.6.1/.pc/00_old.patch/configure-4925-fi dmucs-0.6.1/.pc/00_old.patch/configure:4926:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 dmucs-0.6.1/.pc/00_old.patch/configure:4927:echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 dmucs-0.6.1/.pc/00_old.patch/configure:4928:if test `eval echo '${'$as_ac_var'}'` = yes; then dmucs-0.6.1/.pc/00_old.patch/configure-4929- cat >>confdefs.h <<_ACEOF dmucs-0.6.1/.pc/00_old.patch/configure:4930:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 dmucs-0.6.1/.pc/00_old.patch/configure-4931-_ACEOF ############################################## dmucs-0.6.1/.pc/00_old.patch/configure-5341-do dmucs-0.6.1/.pc/00_old.patch/configure:5342:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` dmucs-0.6.1/.pc/00_old.patch/configure-5343-echo "$as_me:$LINENO: checking for $ac_func" >&5 ############################################## dmucs-0.6.1/.pc/00_old.patch/configure-5430-fi dmucs-0.6.1/.pc/00_old.patch/configure:5431:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 dmucs-0.6.1/.pc/00_old.patch/configure:5432:echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 dmucs-0.6.1/.pc/00_old.patch/configure:5433:if test `eval echo '${'$as_ac_var'}'` = yes; then dmucs-0.6.1/.pc/00_old.patch/configure-5434- cat >>confdefs.h <<_ACEOF dmucs-0.6.1/.pc/00_old.patch/configure:5435:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 dmucs-0.6.1/.pc/00_old.patch/configure-5436-_ACEOF ############################################## dmucs-0.6.1/.pc/00_old.patch/configure-5865- dmucs-0.6.1/.pc/00_old.patch/configure:5866: if eval "test \"`echo $ac_ldflag_pthread`\" = yes"; then dmucs-0.6.1/.pc/00_old.patch/configure-5867- echo "$as_me:$LINENO: result: yes" >&5 ############################################## dmucs-0.6.1/.pc/00_old.patch/configure-6372-do dmucs-0.6.1/.pc/00_old.patch/configure:6373: if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then dmucs-0.6.1/.pc/00_old.patch/configure-6374- eval $as_var=C; export $as_var ############################################## dmucs-0.6.1/.pc/00_old.patch/configure-6430- as_lineno_2=$LINENO dmucs-0.6.1/.pc/00_old.patch/configure:6431: as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null` dmucs-0.6.1/.pc/00_old.patch/configure-6432- test "x$as_lineno_1" != "x$as_lineno_2" && ############################################## dmucs-0.6.1/.pc/00_old.patch/configure-6470- as_lineno_2=$LINENO dmucs-0.6.1/.pc/00_old.patch/configure:6471: as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null` dmucs-0.6.1/.pc/00_old.patch/configure-6472- test "x$as_lineno_1" != "x$as_lineno_2" && ############################################## dmucs-0.6.1/.pc/00_old.patch/configure-6652-configured by $0, generated by GNU Autoconf 2.59, dmucs-0.6.1/.pc/00_old.patch/configure:6653: with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" dmucs-0.6.1/.pc/00_old.patch/configure-6654- ############################################## dmucs-0.6.1/.pc/00_old.patch/configure-6669- --*=*) dmucs-0.6.1/.pc/00_old.patch/configure:6670: ac_option=`expr "x$1" : 'x\([^=]*\)='` dmucs-0.6.1/.pc/00_old.patch/configure:6671: ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'` dmucs-0.6.1/.pc/00_old.patch/configure-6672- ac_shift=: ############################################## dmucs-0.6.1/.pc/00_old.patch/configure-6929- fi dmucs-0.6.1/.pc/00_old.patch/configure:6930: ac_sed_frag=`expr $ac_sed_frag + 1` dmucs-0.6.1/.pc/00_old.patch/configure-6931- ac_beg=$ac_end dmucs-0.6.1/.pc/00_old.patch/configure:6932: ac_end=`expr $ac_end + $ac_max_sed_lines` dmucs-0.6.1/.pc/00_old.patch/configure-6933- fi ############################################## dmucs-0.6.1/.pc/00_old.patch/configure-6946- cat >$tmp/stdin dmucs-0.6.1/.pc/00_old.patch/configure:6947: ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` dmucs-0.6.1/.pc/00_old.patch/configure:6948: ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; dmucs-0.6.1/.pc/00_old.patch/configure:6949: *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` dmucs-0.6.1/.pc/00_old.patch/configure:6950: ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; dmucs-0.6.1/.pc/00_old.patch/configure-6951- * ) ac_file_in=$ac_file.in ;; ############################################## dmucs-0.6.1/.pc/00_old.patch/configure-6994-if test "$ac_dir" != .; then dmucs-0.6.1/.pc/00_old.patch/configure:6995: ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` dmucs-0.6.1/.pc/00_old.patch/configure-6996- # A "../" for each directory in $ac_dir_suffix. dmucs-0.6.1/.pc/00_old.patch/configure:6997: ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'` dmucs-0.6.1/.pc/00_old.patch/configure-6998-else ############################################## dmucs-0.6.1/.pc/00_old.patch/configure-7007- else dmucs-0.6.1/.pc/00_old.patch/configure:7008: ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'` dmucs-0.6.1/.pc/00_old.patch/configure-7009- fi ;; ############################################## dmucs-0.6.1/.pc/00_old.patch/configure-7159- cat >$tmp/stdin dmucs-0.6.1/.pc/00_old.patch/configure:7160: ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` dmucs-0.6.1/.pc/00_old.patch/configure:7161: ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; dmucs-0.6.1/.pc/00_old.patch/configure:7162: *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` dmucs-0.6.1/.pc/00_old.patch/configure:7163: ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; dmucs-0.6.1/.pc/00_old.patch/configure-7164- * ) ac_file_in=$ac_file.in ;; ############################################## dmucs-0.6.1/.pc/00_old.patch/configure-7362- * ) dmucs-0.6.1/.pc/00_old.patch/configure:7363: _am_stamp_count=`expr $_am_stamp_count + 1` ;; dmucs-0.6.1/.pc/00_old.patch/configure-7364- esac ############################################## dmucs-0.6.1/.pc/00_old.patch/configure-7385-for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue dmucs-0.6.1/.pc/00_old.patch/configure:7386: ac_dest=`echo "$ac_file" | sed 's,:.*,,'` dmucs-0.6.1/.pc/00_old.patch/configure:7387: ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'` dmucs-0.6.1/.pc/00_old.patch/configure-7388- ac_dir=`(dirname "$ac_dest") 2>/dev/null || ############################################## dmucs-0.6.1/.pc/00_old.patch/configure-7427-if test "$ac_dir" != .; then dmucs-0.6.1/.pc/00_old.patch/configure:7428: ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` dmucs-0.6.1/.pc/00_old.patch/configure-7429- # A "../" for each directory in $ac_dir_suffix. dmucs-0.6.1/.pc/00_old.patch/configure:7430: ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'` dmucs-0.6.1/.pc/00_old.patch/configure-7431-else ############################################## dmucs-0.6.1/.pc/00_old.patch/configure-7440- else dmucs-0.6.1/.pc/00_old.patch/configure:7441: ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'` dmucs-0.6.1/.pc/00_old.patch/configure-7442- fi ;; ############################################## dmucs-0.6.1/.pc/00_old.patch/configure-7495- # Strip MF so we end up with the name of the file. dmucs-0.6.1/.pc/00_old.patch/configure:7496: mf=`echo "$mf" | sed -e 's/:.*$//'` dmucs-0.6.1/.pc/00_old.patch/configure-7497- # Check whether this is an Automake generated Makefile or not. ############################################## dmucs-0.6.1/.pc/00_old.patch/configure-7520- # from the Makefile without running `make'. dmucs-0.6.1/.pc/00_old.patch/configure:7521: DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` dmucs-0.6.1/.pc/00_old.patch/configure-7522- test -z "$DEPDIR" && continue dmucs-0.6.1/.pc/00_old.patch/configure:7523: am__include=`sed -n 's/^am__include = //p' < "$mf"` dmucs-0.6.1/.pc/00_old.patch/configure-7524- test -z "am__include" && continue dmucs-0.6.1/.pc/00_old.patch/configure:7525: am__quote=`sed -n 's/^am__quote = //p' < "$mf"` dmucs-0.6.1/.pc/00_old.patch/configure-7526- # When using ansi2knr, U may be empty or an underscore; expand it dmucs-0.6.1/.pc/00_old.patch/configure:7527: U=`sed -n 's/^U = //p' < "$mf"` dmucs-0.6.1/.pc/00_old.patch/configure-7528- # Find all dependency output files, they are included files with ############################################## dmucs-0.6.1/.pc/00_old.patch/dmucs_hosts_file.cc-106- struct hostent *hostent; dmucs-0.6.1/.pc/00_old.patch/dmucs_hosts_file.cc:107: if ((int)(addr = inet_addr(machine)) != -1) { dmucs-0.6.1/.pc/00_old.patch/dmucs_hosts_file.cc:108: hostent = gethostbyaddr((char *)&addr, sizeof(addr), AF_INET); dmucs-0.6.1/.pc/00_old.patch/dmucs_hosts_file.cc-109- } else { ############################################## dmucs-0.6.1/.pc/00_old.patch/dmucs_msg.cc-40- struct in_addr clientIp; dmucs-0.6.1/.pc/00_old.patch/dmucs_msg.cc:41: clientIp.s_addr = Speeraddr(sock); dmucs-0.6.1/.pc/00_old.patch/dmucs_msg.cc-42- char dpropstr[DPROP_MAX_STRLEN + 1]; ############################################## dmucs-0.6.1/.pc/00_old.patch/dmucs_msg.cc-76- struct in_addr host; dmucs-0.6.1/.pc/00_old.patch/dmucs_msg.cc:77: host.s_addr = inet_addr(machname); dmucs-0.6.1/.pc/00_old.patch/dmucs_msg.cc-78- DMUCS_DEBUG((stderr, "host %s: ldAvg1 %2.2f, ldAvg5 %2.2f, " ############################################## dmucs-0.6.1/.pc/00_old.patch/dmucs_msg.cc-98- struct in_addr host; dmucs-0.6.1/.pc/00_old.patch/dmucs_msg.cc:99: host.s_addr = inet_addr(machname); dmucs-0.6.1/.pc/00_old.patch/dmucs_msg.cc-100- host_status_t status; ############################################## dmucs-0.6.1/.pc/00_old.patch/gethost.cc-185- */ dmucs-0.6.1/.pc/00_old.patch/gethost.cc:186: unsigned int cpuIpAddr = inet_addr(remCompHostName); dmucs-0.6.1/.pc/00_old.patch/gethost.cc-187- struct in_addr c; ############################################## dmucs-0.6.1/.pc/00_old.patch/monitor.cc-223- instr >> ipstr >> state; dmucs-0.6.1/.pc/00_old.patch/monitor.cc:224: unsigned int addr = inet_addr(ipstr.c_str()); dmucs-0.6.1/.pc/00_old.patch/monitor.cc:225: struct hostent *he = gethostbyaddr((char *)&addr, sizeof(addr), dmucs-0.6.1/.pc/00_old.patch/monitor.cc-226- AF_INET); ############################################## dmucs-0.6.1/.pc/00_old.patch/monitor.cc-274- dmucs-0.6.1/.pc/00_old.patch/monitor.cc:275: unsigned int addr = inet_addr(ipName); dmucs-0.6.1/.pc/00_old.patch/monitor.cc:276: struct hostent *he = gethostbyaddr((char *)&addr, dmucs-0.6.1/.pc/00_old.patch/monitor.cc-277- sizeof(addr), AF_INET); ############################################## dmucs-0.6.1/.pc/01_fix_FTBFS_vsprintf.dpatch/COSMIC/HDR/sockets.h-428-int Speek( Socket *, void *, int); /* Speek.c */ dmucs-0.6.1/.pc/01_fix_FTBFS_vsprintf.dpatch/COSMIC/HDR/sockets.h:429:unsigned long Speeraddr(Socket *); /* Speeraddr.c */ dmucs-0.6.1/.pc/01_fix_FTBFS_vsprintf.dpatch/COSMIC/HDR/sockets.h-430-char *Speername(Socket *); /* Speername.c */ ############################################## dmucs-0.6.1/.pc/01_fix_FTBFS_vsprintf.dpatch/COSMIC/HDR/sockets.h-467-extern int Speek(); /* Speek.c */ dmucs-0.6.1/.pc/01_fix_FTBFS_vsprintf.dpatch/COSMIC/HDR/sockets.h:468:extern unsigned long Speeraddr(); /* Speeraddr.c */ dmucs-0.6.1/.pc/01_fix_FTBFS_vsprintf.dpatch/COSMIC/HDR/sockets.h-469-extern char *Speername(); /* Speername.c */ ############################################## dmucs-0.6.1/Makefile.in-278- @list='$(bin_PROGRAMS)'; for p in $$list; do \ dmucs-0.6.1/Makefile.in:279: p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \ dmucs-0.6.1/Makefile.in-280- if test -f $$p \ dmucs-0.6.1/Makefile.in-281- ; then \ dmucs-0.6.1/Makefile.in:282: f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \ dmucs-0.6.1/Makefile.in-283- echo " $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \ ############################################## dmucs-0.6.1/Makefile.in-290- @list='$(bin_PROGRAMS)'; for p in $$list; do \ dmucs-0.6.1/Makefile.in:291: f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \ dmucs-0.6.1/Makefile.in-292- echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \ ############################################## dmucs-0.6.1/Makefile.in-301- @list='$(sbin_PROGRAMS)'; for p in $$list; do \ dmucs-0.6.1/Makefile.in:302: p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \ dmucs-0.6.1/Makefile.in-303- if test -f $$p \ dmucs-0.6.1/Makefile.in-304- ; then \ dmucs-0.6.1/Makefile.in:305: f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \ dmucs-0.6.1/Makefile.in-306- echo " $(INSTALL_PROGRAM_ENV) $(sbinPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(sbindir)/$$f'"; \ ############################################## dmucs-0.6.1/Makefile.in-313- @list='$(sbin_PROGRAMS)'; for p in $$list; do \ dmucs-0.6.1/Makefile.in:314: f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \ dmucs-0.6.1/Makefile.in-315- echo " rm -f '$(DESTDIR)$(sbindir)/$$f'"; \ ############################################## dmucs-0.6.1/Makefile.in-363-.cc.obj: dmucs-0.6.1/Makefile.in:364:@am__fastdepCXX_TRUE@ if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \ dmucs-0.6.1/Makefile.in-365-@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi ############################################## dmucs-0.6.1/Makefile.in-368-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ dmucs-0.6.1/Makefile.in:369:@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` dmucs-0.6.1/Makefile.in-370-uninstall-info-am: ############################################## dmucs-0.6.1/Makefile.in-380- dot_seen=no; \ dmucs-0.6.1/Makefile.in:381: target=`echo $@ | sed s/-recursive//`; \ dmucs-0.6.1/Makefile.in-382- list='$(SUBDIRS)'; for subdir in $$list; do \ ############################################## dmucs-0.6.1/Makefile.in-410- rev="$$rev ."; \ dmucs-0.6.1/Makefile.in:411: target=`echo $@ | sed s/-recursive//`; \ dmucs-0.6.1/Makefile.in-412- for subdir in $$rev; do \ ############################################## dmucs-0.6.1/Makefile.in-484-GTAGS: dmucs-0.6.1/Makefile.in:485: here=`$(am__cd) $(top_builddir) && pwd` \ dmucs-0.6.1/Makefile.in-486- && cd $(top_srcdir) \ ############################################## dmucs-0.6.1/Makefile.in-494- mkdir $(distdir) dmucs-0.6.1/Makefile.in:495: @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ dmucs-0.6.1/Makefile.in:496: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ dmucs-0.6.1/Makefile.in-497- list='$(DISTFILES)'; for file in $$list; do \ dmucs-0.6.1/Makefile.in-498- case $$file in \ dmucs-0.6.1/Makefile.in:499: $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ dmucs-0.6.1/Makefile.in:500: $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ dmucs-0.6.1/Makefile.in-501- esac; \ dmucs-0.6.1/Makefile.in-502- if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ dmucs-0.6.1/Makefile.in:503: dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ dmucs-0.6.1/Makefile.in-504- if test "$$dir" != "$$file" && test "$$dir" != "."; then \ ############################################## dmucs-0.6.1/Makefile.in-583- chmod a-w $(distdir) dmucs-0.6.1/Makefile.in:584: dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ dmucs-0.6.1/Makefile.in-585- && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ ############################################## dmucs-0.6.1/Makefile.in-614- @cd $(distuninstallcheck_dir) \ dmucs-0.6.1/Makefile.in:615: && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \ dmucs-0.6.1/Makefile.in-616- || { echo "ERROR: files left after uninstall:" ; \ ############################################## dmucs-0.6.1/Makefile.in-626- fi dmucs-0.6.1/Makefile.in:627: @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ dmucs-0.6.1/Makefile.in-628- || { echo "ERROR: files left in build directory after distclean:" ; \ ############################################## dmucs-0.6.1/aclocal.m4-65-# $ac_aux_dir to `$srcdir/foo'. In other projects, it is set to dmucs-0.6.1/aclocal.m4:66:# `$srcdir', `$srcdir/..', or `$srcdir/../..'. dmucs-0.6.1/aclocal.m4-67-# ############################################## dmucs-0.6.1/aclocal.m4-89-# iff we strip the leading $srcdir from $ac_aux_dir. That would be: dmucs-0.6.1/aclocal.m4:90:# am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"` dmucs-0.6.1/aclocal.m4-91-# and then we would define $MISSING as ############################################## dmucs-0.6.1/aclocal.m4-105-# expand $ac_aux_dir to an absolute path dmucs-0.6.1/aclocal.m4:106:am_aux_dir=`cd $ac_aux_dir && pwd` dmucs-0.6.1/aclocal.m4-107-]) ############################################## dmucs-0.6.1/aclocal.m4-225- if test "$am_compiler_list" = ""; then dmucs-0.6.1/aclocal.m4:226: am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp` dmucs-0.6.1/aclocal.m4-227- fi ############################################## dmucs-0.6.1/aclocal.m4-345- # Strip MF so we end up with the name of the file. dmucs-0.6.1/aclocal.m4:346: mf=`echo "$mf" | sed -e 's/:.*$//'` dmucs-0.6.1/aclocal.m4-347- # Check whether this is an Automake generated Makefile or not. ############################################## dmucs-0.6.1/aclocal.m4-353- if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then dmucs-0.6.1/aclocal.m4:354: dirpart=`AS_DIRNAME("$mf")` dmucs-0.6.1/aclocal.m4-355- else ############################################## dmucs-0.6.1/aclocal.m4-360- # running `make'. dmucs-0.6.1/aclocal.m4:361: DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` dmucs-0.6.1/aclocal.m4-362- test -z "$DEPDIR" && continue dmucs-0.6.1/aclocal.m4-363- # When using ansi2knr, U may be empty or an underscore; expand it dmucs-0.6.1/aclocal.m4:364: U=`sed -n 's/^U = //p' < "$mf"` dmucs-0.6.1/aclocal.m4-365- test -d "$dirpart/$DEPDIR" || mkdir "$dirpart/$DEPDIR" ############################################## dmucs-0.6.1/aclocal.m4-381- test -f "$dirpart/$file" && continue dmucs-0.6.1/aclocal.m4:382: fdir=`AS_DIRNAME(["$file"])` dmucs-0.6.1/aclocal.m4-383- AS_MKDIR_P([$dirpart/$fdir]) ############################################## dmucs-0.6.1/aclocal.m4-447-# test to see if srcdir already configured dmucs-0.6.1/aclocal.m4:448:if test "`cd $srcdir && pwd`" != "`pwd`" && dmucs-0.6.1/aclocal.m4-449- test -f $srcdir/config.status; then ############################################## dmucs-0.6.1/aclocal.m4-522- * ) dmucs-0.6.1/aclocal.m4:523: _am_stamp_count=`expr $_am_stamp_count + 1` ;; dmucs-0.6.1/aclocal.m4-524- esac dmucs-0.6.1/aclocal.m4-525-done dmucs-0.6.1/aclocal.m4:526:echo "timestamp for $1" >`AS_DIRNAME([$1])`/stamp-h[]$_am_stamp_count]) dmucs-0.6.1/aclocal.m4-527- ############################################## dmucs-0.6.1/aclocal.m4-629-# case it prints its new name instead of `make'. dmucs-0.6.1/aclocal.m4:630:if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then dmucs-0.6.1/aclocal.m4-631- am__include=include ############################################## dmucs-0.6.1/aclocal.m4-637- echo '.include "confinc"' > confmf dmucs-0.6.1/aclocal.m4:638: if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then dmucs-0.6.1/aclocal.m4-639- am__include=.include ############################################## dmucs-0.6.1/aclocal.m4-841-if ( dmucs-0.6.1/aclocal.m4:842: set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null` dmucs-0.6.1/aclocal.m4-843- if test "$[*]" = "X"; then dmucs-0.6.1/aclocal.m4-844- # -L didn't work. dmucs-0.6.1/aclocal.m4:845: set X `ls -t $srcdir/configure conftest.file` dmucs-0.6.1/aclocal.m4-846- fi ############################################## dmucs-0.6.1/configure-109-do dmucs-0.6.1/configure:110: if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then dmucs-0.6.1/configure-111- eval $as_var=C; export $as_var ############################################## dmucs-0.6.1/configure-217- test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" && dmucs-0.6.1/configure:218: test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; } dmucs-0.6.1/configure-219-") 2> /dev/null; then ############################################## dmucs-0.6.1/configure-332- test "x$as_lineno_1" != "x$as_lineno_2" && dmucs-0.6.1/configure:333: test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; } dmucs-0.6.1/configure-334- ############################################## dmucs-0.6.1/configure-427- test "x$as_lineno_1" != "x$as_lineno_2" && dmucs-0.6.1/configure:428: test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || { dmucs-0.6.1/configure-429- ############################################## dmucs-0.6.1/configure-538- esac; dmucs-0.6.1/configure:539: case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in dmucs-0.6.1/configure-540- ???[sx]*):;;*)false;;esac;fi ############################################## dmucs-0.6.1/configure-773- case $ac_option in dmucs-0.6.1/configure:774: *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; dmucs-0.6.1/configure-775- *) ac_optarg=yes ;; ############################################## dmucs-0.6.1/configure-816- -disable-* | --disable-*) dmucs-0.6.1/configure:817: ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'` dmucs-0.6.1/configure-818- # Reject names that are not valid shell variable names. ############################################## dmucs-0.6.1/configure-821- { (exit 1); exit 1; }; } dmucs-0.6.1/configure:822: ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'` dmucs-0.6.1/configure-823- eval enable_$ac_feature=no ;; ############################################## dmucs-0.6.1/configure-835- -enable-* | --enable-*) dmucs-0.6.1/configure:836: ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` dmucs-0.6.1/configure-837- # Reject names that are not valid shell variable names. ############################################## dmucs-0.6.1/configure-840- { (exit 1); exit 1; }; } dmucs-0.6.1/configure:841: ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'` dmucs-0.6.1/configure-842- eval enable_$ac_feature=\$ac_optarg ;; ############################################## dmucs-0.6.1/configure-1032- -with-* | --with-*) dmucs-0.6.1/configure:1033: ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` dmucs-0.6.1/configure-1034- # Reject names that are not valid shell variable names. ############################################## dmucs-0.6.1/configure-1037- { (exit 1); exit 1; }; } dmucs-0.6.1/configure:1038: ac_package=`echo $ac_package | sed 's/[-.]/_/g'` dmucs-0.6.1/configure-1039- eval with_$ac_package=\$ac_optarg ;; ############################################## dmucs-0.6.1/configure-1041- -without-* | --without-*) dmucs-0.6.1/configure:1042: ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'` dmucs-0.6.1/configure-1043- # Reject names that are not valid shell variable names. ############################################## dmucs-0.6.1/configure-1046- { (exit 1); exit 1; }; } dmucs-0.6.1/configure:1047: ac_package=`echo $ac_package | sed 's/[-.]/_/g'` dmucs-0.6.1/configure-1048- eval with_$ac_package=no ;; ############################################## dmucs-0.6.1/configure-1073- *=*) dmucs-0.6.1/configure:1074: ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` dmucs-0.6.1/configure-1075- # Reject names that are not valid shell variable names. ############################################## dmucs-0.6.1/configure-1093-if test -n "$ac_prev"; then dmucs-0.6.1/configure:1094: ac_option=--`echo $ac_prev | sed 's/_/-/g'` dmucs-0.6.1/configure-1095- { echo "$as_me: error: missing argument to $ac_option" >&2 ############################################## dmucs-0.6.1/configure-1139-ac_ls_di=`ls -di .` && dmucs-0.6.1/configure:1140:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || dmucs-0.6.1/configure-1141- { echo "$as_me: error: Working directory cannot be determined" >&2 ############################################## dmucs-0.6.1/configure-1199-case $srcdir in dmucs-0.6.1/configure:1200:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;; dmucs-0.6.1/configure-1201-esac ############################################## dmucs-0.6.1/configure-1242-By default, \`make install' will install all the files in dmucs-0.6.1/configure:1243:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify dmucs-0.6.1/configure:1244:an installation prefix other than \`$ac_default_prefix' using \`--prefix', dmucs-0.6.1/configure-1245-for instance \`--prefix=\$HOME'. ############################################## dmucs-0.6.1/configure-1320-*) dmucs-0.6.1/configure:1321: ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` dmucs-0.6.1/configure-1322- # A ".." for each directory in $ac_dir_suffix. dmucs-0.6.1/configure:1323: ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'` dmucs-0.6.1/configure-1324- case $ac_top_builddir_sub in ############################################## dmucs-0.6.1/configure-1453- *\'*) dmucs-0.6.1/configure:1454: ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; dmucs-0.6.1/configure-1455- esac ############################################## dmucs-0.6.1/configure-1539- case $ac_val in dmucs-0.6.1/configure:1540: *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; dmucs-0.6.1/configure-1541- esac ############################################## dmucs-0.6.1/configure-1556- case $ac_val in dmucs-0.6.1/configure:1557: *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; dmucs-0.6.1/configure-1558- esac ############################################## dmucs-0.6.1/configure-1664- set,) dmucs-0.6.1/configure:1665: { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 dmucs-0.6.1/configure:1666:echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} dmucs-0.6.1/configure-1667- ac_cache_corrupted=: ;; ############################################## dmucs-0.6.1/configure-1686- case $ac_new_val in dmucs-0.6.1/configure:1687: *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; dmucs-0.6.1/configure-1688- *) ac_arg=$ac_var=$ac_new_val ;; ############################################## dmucs-0.6.1/configure-1860-if ( dmucs-0.6.1/configure:1861: set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null` dmucs-0.6.1/configure-1862- if test "$*" = "X"; then dmucs-0.6.1/configure-1863- # -L didn't work. dmucs-0.6.1/configure:1864: set X `ls -t $srcdir/configure conftest.file` dmucs-0.6.1/configure-1865- fi ############################################## dmucs-0.6.1/configure-1904-_ACEOF dmucs-0.6.1/configure:1905:program_transform_name=`echo $program_transform_name | sed -f conftest.sed` dmucs-0.6.1/configure-1906-rm -f conftest.sed ############################################## dmucs-0.6.1/configure-1908-# expand $ac_aux_dir to an absolute path dmucs-0.6.1/configure:1909:am_aux_dir=`cd $ac_aux_dir && pwd` dmucs-0.6.1/configure-1910- ############################################## dmucs-0.6.1/configure-1989-echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; } dmucs-0.6.1/configure:1990:set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` dmucs-0.6.1/configure-1991-if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then ############################################## dmucs-0.6.1/configure-1999-# GNU make sometimes prints "make[1]: Entering...", which would confuse us. dmucs-0.6.1/configure:2000:case `${MAKE-make} -f conftest.make 2>/dev/null` in dmucs-0.6.1/configure-2001- *@@@%%%=?*=@@@%%%*) ############################################## dmucs-0.6.1/configure-2027-# test to see if srcdir already configured dmucs-0.6.1/configure:2028:if test "`cd $srcdir && pwd`" != "`pwd`" && dmucs-0.6.1/configure-2029- test -f $srcdir/config.status; then ############################################## dmucs-0.6.1/configure-2307-echo "$as_me:$LINENO: checking for C++ compiler version" >&5 dmucs-0.6.1/configure:2308:ac_compiler=`set X $ac_compile; echo $2` dmucs-0.6.1/configure-2309-{ (ac_try="$ac_compiler --version >&5" ############################################## dmucs-0.6.1/configure-2361-echo $ECHO_N "checking for C++ compiler default output file name... $ECHO_C" >&6; } dmucs-0.6.1/configure:2362:ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` dmucs-0.6.1/configure-2363-# ############################################## dmucs-0.6.1/configure-2409- then :; else dmucs-0.6.1/configure:2410: ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` dmucs-0.6.1/configure-2411- fi ############################################## dmucs-0.6.1/configure-2506- *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;; dmucs-0.6.1/configure:2507: *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` dmucs-0.6.1/configure-2508- break;; ############################################## dmucs-0.6.1/configure-2561- *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;; dmucs-0.6.1/configure:2562: *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` dmucs-0.6.1/configure-2563- break;; ############################################## dmucs-0.6.1/configure-2636-echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6; } dmucs-0.6.1/configure:2637:GXX=`test $ac_compiler_gnu = yes && echo yes` dmucs-0.6.1/configure-2638-ac_test_CXXFLAGS=${CXXFLAGS+set} ############################################## dmucs-0.6.1/configure-2820-# case it prints its new name instead of `make'. dmucs-0.6.1/configure:2821:if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then dmucs-0.6.1/configure-2822- am__include=include ############################################## dmucs-0.6.1/configure-2828- echo '.include "confinc"' > confmf dmucs-0.6.1/configure:2829: if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then dmucs-0.6.1/configure-2830- am__include=.include ############################################## dmucs-0.6.1/configure-2890- if test "$am_compiler_list" = ""; then dmucs-0.6.1/configure:2891: am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` dmucs-0.6.1/configure-2892- fi ############################################## dmucs-0.6.1/configure-3285-echo "$as_me:$LINENO: checking for C compiler version" >&5 dmucs-0.6.1/configure:3286:ac_compiler=`set X $ac_compile; echo $2` dmucs-0.6.1/configure-3287-{ (ac_try="$ac_compiler --version >&5" ############################################## dmucs-0.6.1/configure-3371-echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; } dmucs-0.6.1/configure:3372:GCC=`test $ac_compiler_gnu = yes && echo yes` dmucs-0.6.1/configure-3373-ac_test_CFLAGS=${CFLAGS+set} ############################################## dmucs-0.6.1/configure-3675- if test "$am_compiler_list" = ""; then dmucs-0.6.1/configure:3676: am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` dmucs-0.6.1/configure-3677- fi ############################################## dmucs-0.6.1/configure-4300- # Check for GNU $ac_path_GREP dmucs-0.6.1/configure:4301:case `"$ac_path_GREP" --version 2>&1` in dmucs-0.6.1/configure-4302-*GNU*) ############################################## dmucs-0.6.1/configure-4314- diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break dmucs-0.6.1/configure:4315: ac_count=`expr $ac_count + 1` dmucs-0.6.1/configure-4316- if test $ac_count -gt ${ac_path_GREP_max-0}; then ############################################## dmucs-0.6.1/configure-4382- # Check for GNU $ac_path_EGREP dmucs-0.6.1/configure:4383:case `"$ac_path_EGREP" --version 2>&1` in dmucs-0.6.1/configure-4384-*GNU*) ############################################## dmucs-0.6.1/configure-4396- diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break dmucs-0.6.1/configure:4397: ac_count=`expr $ac_count + 1` dmucs-0.6.1/configure-4398- if test $ac_count -gt ${ac_path_EGREP_max-0}; then ############################################## dmucs-0.6.1/configure-4625-do dmucs-0.6.1/configure:4626:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` dmucs-0.6.1/configure-4627-{ echo "$as_me:$LINENO: checking for $ac_header" >&5 ############################################## dmucs-0.6.1/configure-4668-fi dmucs-0.6.1/configure:4669:ac_res=`eval echo '${'$as_ac_Header'}'` dmucs-0.6.1/configure-4670- { echo "$as_me:$LINENO: result: $ac_res" >&5 dmucs-0.6.1/configure-4671-echo "${ECHO_T}$ac_res" >&6; } dmucs-0.6.1/configure:4672:if test `eval echo '${'$as_ac_Header'}'` = yes; then dmucs-0.6.1/configure-4673- cat >>confdefs.h <<_ACEOF dmucs-0.6.1/configure:4674:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 dmucs-0.6.1/configure-4675-_ACEOF ############################################## dmucs-0.6.1/configure-4688-do dmucs-0.6.1/configure:4689:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` dmucs-0.6.1/configure-4690-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then ############################################## dmucs-0.6.1/configure-4695-fi dmucs-0.6.1/configure:4696:ac_res=`eval echo '${'$as_ac_Header'}'` dmucs-0.6.1/configure-4697- { echo "$as_me:$LINENO: result: $ac_res" >&5 ############################################## dmucs-0.6.1/configure-4816-fi dmucs-0.6.1/configure:4817:ac_res=`eval echo '${'$as_ac_Header'}'` dmucs-0.6.1/configure-4818- { echo "$as_me:$LINENO: result: $ac_res" >&5 ############################################## dmucs-0.6.1/configure-4821-fi dmucs-0.6.1/configure:4822:if test `eval echo '${'$as_ac_Header'}'` = yes; then dmucs-0.6.1/configure-4823- cat >>confdefs.h <<_ACEOF dmucs-0.6.1/configure:4824:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 dmucs-0.6.1/configure-4825-_ACEOF ############################################## dmucs-0.6.1/configure-5261-do dmucs-0.6.1/configure:5262:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` dmucs-0.6.1/configure-5263-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then ############################################## dmucs-0.6.1/configure-5268-fi dmucs-0.6.1/configure:5269:ac_res=`eval echo '${'$as_ac_Header'}'` dmucs-0.6.1/configure-5270- { echo "$as_me:$LINENO: result: $ac_res" >&5 ############################################## dmucs-0.6.1/configure-5389-fi dmucs-0.6.1/configure:5390:ac_res=`eval echo '${'$as_ac_Header'}'` dmucs-0.6.1/configure-5391- { echo "$as_me:$LINENO: result: $ac_res" >&5 ############################################## dmucs-0.6.1/configure-5394-fi dmucs-0.6.1/configure:5395:if test `eval echo '${'$as_ac_Header'}'` = yes; then dmucs-0.6.1/configure-5396- cat >>confdefs.h <<_ACEOF dmucs-0.6.1/configure:5397:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 dmucs-0.6.1/configure-5398-_ACEOF ############################################## dmucs-0.6.1/configure-5407-do dmucs-0.6.1/configure:5408:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` dmucs-0.6.1/configure-5409-{ echo "$as_me:$LINENO: checking for $ac_func" >&5 ############################################## dmucs-0.6.1/configure-5487-fi dmucs-0.6.1/configure:5488:ac_res=`eval echo '${'$as_ac_var'}'` dmucs-0.6.1/configure-5489- { echo "$as_me:$LINENO: result: $ac_res" >&5 dmucs-0.6.1/configure-5490-echo "${ECHO_T}$ac_res" >&6; } dmucs-0.6.1/configure:5491:if test `eval echo '${'$as_ac_var'}'` = yes; then dmucs-0.6.1/configure-5492- cat >>confdefs.h <<_ACEOF dmucs-0.6.1/configure:5493:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 dmucs-0.6.1/configure-5494-_ACEOF ############################################## dmucs-0.6.1/configure-5932-do dmucs-0.6.1/configure:5933:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` dmucs-0.6.1/configure-5934-{ echo "$as_me:$LINENO: checking for $ac_func" >&5 ############################################## dmucs-0.6.1/configure-6012-fi dmucs-0.6.1/configure:6013:ac_res=`eval echo '${'$as_ac_var'}'` dmucs-0.6.1/configure-6014- { echo "$as_me:$LINENO: result: $ac_res" >&5 dmucs-0.6.1/configure-6015-echo "${ECHO_T}$ac_res" >&6; } dmucs-0.6.1/configure:6016:if test `eval echo '${'$as_ac_var'}'` = yes; then dmucs-0.6.1/configure-6017- cat >>confdefs.h <<_ACEOF dmucs-0.6.1/configure:6018:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 dmucs-0.6.1/configure-6019-_ACEOF ############################################## dmucs-0.6.1/configure-6421- dmucs-0.6.1/configure:6422: if eval "test \"`echo $ac_ldflag_pthread`\" = yes"; then dmucs-0.6.1/configure-6423- { echo "$as_me:$LINENO: result: yes" >&5 ############################################## dmucs-0.6.1/configure-6756- ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' dmucs-0.6.1/configure:6757: ac_i=`echo "$ac_i" | sed "$ac_script"` dmucs-0.6.1/configure-6758- # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR ############################################## dmucs-0.6.1/configure-6907-do dmucs-0.6.1/configure:6908: if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then dmucs-0.6.1/configure-6909- eval $as_var=C; export $as_var ############################################## dmucs-0.6.1/configure-6957- test "x$as_lineno_1" != "x$as_lineno_2" && dmucs-0.6.1/configure:6958: test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || { dmucs-0.6.1/configure-6959- ############################################## dmucs-0.6.1/configure-7068- esac; dmucs-0.6.1/configure:7069: case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in dmucs-0.6.1/configure-7070- ???[sx]*):;;*)false;;esac;fi ############################################## dmucs-0.6.1/configure-7143-configured by $0, generated by GNU Autoconf 2.61, dmucs-0.6.1/configure:7144: with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" dmucs-0.6.1/configure-7145- ############################################## dmucs-0.6.1/configure-7162- --*=*) dmucs-0.6.1/configure:7163: ac_option=`expr "X$1" : 'X\([^=]*\)='` dmucs-0.6.1/configure:7164: ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` dmucs-0.6.1/configure-7165- ac_shift=: ############################################## dmucs-0.6.1/configure-7404- dmucs-0.6.1/configure:7405: if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 83; then dmucs-0.6.1/configure-7406- break ############################################## dmucs-0.6.1/configure-7415- dmucs-0.6.1/configure:7416:ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed` dmucs-0.6.1/configure-7417-if test -n "$ac_eof"; then dmucs-0.6.1/configure:7418: ac_eof=`echo "$ac_eof" | sort -nru | sed 1q` dmucs-0.6.1/configure:7419: ac_eof=`expr $ac_eof + 1` dmucs-0.6.1/configure-7420-fi ############################################## dmucs-0.6.1/configure-7553- case $as_dir in #( dmucs-0.6.1/configure:7554: *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #( dmucs-0.6.1/configure-7555- *) as_qdir=$as_dir;; ############################################## dmucs-0.6.1/configure-7591-*) dmucs-0.6.1/configure:7592: ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` dmucs-0.6.1/configure-7593- # A ".." for each directory in $ac_dir_suffix. dmucs-0.6.1/configure:7594: ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'` dmucs-0.6.1/configure-7595- case $ac_top_builddir_sub in ############################################## dmucs-0.6.1/configure-7664- dmucs-0.6.1/configure:7665:# Neutralize VPATH when `$srcdir' = `.'. dmucs-0.6.1/configure-7666-# Shell code in configure.ac might set extrasub. ############################################## dmucs-0.6.1/configure-7688-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && dmucs-0.6.1/configure:7689: { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } && dmucs-0.6.1/configure:7690: { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } && dmucs-0.6.1/configure-7691- { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir' ############################################## dmucs-0.6.1/configure-7805- * ) dmucs-0.6.1/configure:7806: _am_stamp_count=`expr $_am_stamp_count + 1` ;; dmucs-0.6.1/configure-7807- esac ############################################## dmucs-0.6.1/configure-7842- # Strip MF so we end up with the name of the file. dmucs-0.6.1/configure:7843: mf=`echo "$mf" | sed -e 's/:.*$//'` dmucs-0.6.1/configure-7844- # Check whether this is an Automake generated Makefile or not. ############################################## dmucs-0.6.1/configure-7879- # running `make'. dmucs-0.6.1/configure:7880: DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` dmucs-0.6.1/configure-7881- test -z "$DEPDIR" && continue dmucs-0.6.1/configure-7882- # When using ansi2knr, U may be empty or an underscore; expand it dmucs-0.6.1/configure:7883: U=`sed -n 's/^U = //p' < "$mf"` dmucs-0.6.1/configure-7884- test -d "$dirpart/$DEPDIR" || mkdir "$dirpart/$DEPDIR" ############################################## dmucs-0.6.1/configure-7931- case $as_dir in #( dmucs-0.6.1/configure:7932: *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #( dmucs-0.6.1/configure-7933- *) as_qdir=$as_dir;; ############################################## dmucs-0.6.1/dmucs_hosts_file.cc-106- struct hostent *hostent; dmucs-0.6.1/dmucs_hosts_file.cc:107: if ((int)(addr = inet_addr(machine)) != -1) { dmucs-0.6.1/dmucs_hosts_file.cc:108: hostent = gethostbyaddr((char *)&addr, sizeof(addr), AF_INET); dmucs-0.6.1/dmucs_hosts_file.cc-109- } else { ############################################## dmucs-0.6.1/dmucs_msg.cc-40- struct in_addr clientIp; dmucs-0.6.1/dmucs_msg.cc:41: clientIp.s_addr = Speeraddr(sock); dmucs-0.6.1/dmucs_msg.cc-42- char dpropstr[DPROP_MAX_STRLEN + 1]; ############################################## dmucs-0.6.1/dmucs_msg.cc-76- struct in_addr host; dmucs-0.6.1/dmucs_msg.cc:77: host.s_addr = inet_addr(machname); dmucs-0.6.1/dmucs_msg.cc-78- DMUCS_DEBUG((stderr, "host %s: ldAvg1 %2.2f, ldAvg5 %2.2f, " ############################################## dmucs-0.6.1/dmucs_msg.cc-98- struct in_addr host; dmucs-0.6.1/dmucs_msg.cc:99: host.s_addr = inet_addr(machname); dmucs-0.6.1/dmucs_msg.cc-100- host_status_t status = STATUS_UNAVAILABLE; ############################################## dmucs-0.6.1/gethost.cc-190- */ dmucs-0.6.1/gethost.cc:191: unsigned int cpuIpAddr = inet_addr(remCompHostName); dmucs-0.6.1/gethost.cc-192- struct in_addr c; ############################################## dmucs-0.6.1/monitor.cc-223- instr >> ipstr >> state; dmucs-0.6.1/monitor.cc:224: unsigned int addr = inet_addr(ipstr.c_str()); dmucs-0.6.1/monitor.cc:225: struct hostent *he = gethostbyaddr((char *)&addr, sizeof(addr), dmucs-0.6.1/monitor.cc-226- AF_INET); ############################################## dmucs-0.6.1/monitor.cc-275- dmucs-0.6.1/monitor.cc:276: unsigned int addr = inet_addr(ipName); dmucs-0.6.1/monitor.cc:277: struct hostent *he = gethostbyaddr((char *)&addr, dmucs-0.6.1/monitor.cc-278- sizeof(addr), AF_INET);