=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== butt-0.1.18/install-sh-229- fi butt-0.1.18/install-sh:230: cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;; butt-0.1.18/install-sh-231- *) ############################################## butt-0.1.18/install-sh-276- dstdir=$dst butt-0.1.18/install-sh:277: dst=$dstdir/`basename "$src"` butt-0.1.18/install-sh-278- dstdir_status=0 ############################################## butt-0.1.18/install-sh-358- # FreeBSD 6.1 mkdir -m -p sets mode of existing directory. butt-0.1.18/install-sh:359: ls_ld_tmpdir=`ls -ld "$tmpdir"` butt-0.1.18/install-sh-360- case $ls_ld_tmpdir in ############################################## butt-0.1.18/install-sh-365- $mkdirprog -m$different_mode -p -- "$tmpdir" && { butt-0.1.18/install-sh:366: ls_ld_tmpdir_1=`ls -ld "$tmpdir"` butt-0.1.18/install-sh-367- test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1" ############################################## butt-0.1.18/install-sh-425- case $prefix in butt-0.1.18/install-sh:426: *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;; butt-0.1.18/install-sh-427- *) qprefix=$prefix;; ############################################## butt-0.1.18/install-sh-474- if $copy_on_change && butt-0.1.18/install-sh:475: old=`LC_ALL=C ls -dlL "$dst" 2>/dev/null` && butt-0.1.18/install-sh:476: new=`LC_ALL=C ls -dlL "$dsttmp" 2>/dev/null` && butt-0.1.18/install-sh-477- ############################################## butt-0.1.18/compile-67- mingw/*) butt-0.1.18/compile:68: file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'` butt-0.1.18/compile-69- ;; butt-0.1.18/compile-70- cygwin/*) butt-0.1.18/compile:71: file=`cygpath -m "$file" || echo "$file"` butt-0.1.18/compile-72- ;; butt-0.1.18/compile-73- wine/*) butt-0.1.18/compile:74: file=`winepath -w "$file" || echo "$file"` butt-0.1.18/compile-75- ;; ############################################## butt-0.1.18/compile-309-# Name of file we expect compiler to create. butt-0.1.18/compile:310:cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'` butt-0.1.18/compile-311- ############################################## butt-0.1.18/compile-315-# object file name, since that is what matters with a parallel build. butt-0.1.18/compile:316:lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d butt-0.1.18/compile-317-while true; do ############################################## butt-0.1.18/config.guess-34- butt-0.1.18/config.guess:35:me=`echo "$0" | sed -e 's,.*/,,'` butt-0.1.18/config.guess-36- ############################################## butt-0.1.18/config.guess-102-: ${TMPDIR=/tmp} ; butt-0.1.18/config.guess:103: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } || butt-0.1.18/config.guess-104- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } || ############################################## butt-0.1.18/config.guess-151- EOF butt-0.1.18/config.guess:152: eval "`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^LIBC' | sed 's, ,,g'`" butt-0.1.18/config.guess-153- ############################################## butt-0.1.18/config.guess-188- earmv*) butt-0.1.18/config.guess:189: arch=`echo "$UNAME_MACHINE_ARCH" | sed -e 's,^e\(armv[0-9]\).*$,\1,'` butt-0.1.18/config.guess:190: endian=`echo "$UNAME_MACHINE_ARCH" | sed -ne 's,^.*\(eb\)$,\1,p'` butt-0.1.18/config.guess-191- machine="${arch}${endian}"-unknown ############################################## butt-0.1.18/config.guess-220- expr='s/^earmv[0-9]/-eabi/;s/eb$//' butt-0.1.18/config.guess:221: abi=`echo "$UNAME_MACHINE_ARCH" | sed -e "$expr"` butt-0.1.18/config.guess-222- ;; ############################################## butt-0.1.18/config.guess-233- *) butt-0.1.18/config.guess:234: release=`echo "$UNAME_RELEASE" | sed -e 's/[-_].*//' | cut -d. -f1,2` butt-0.1.18/config.guess-235- ;; ############################################## butt-0.1.18/config.guess-280- *4.0) butt-0.1.18/config.guess:281: UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'` butt-0.1.18/config.guess-282- ;; butt-0.1.18/config.guess-283- *5.*) butt-0.1.18/config.guess:284: UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'` butt-0.1.18/config.guess-285- ;; ############################################## butt-0.1.18/config.guess-290- # types through head -n 1, so we only detect the type of CPU 0. butt-0.1.18/config.guess:291: ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^ The alpha \(.*\) processor.*$/\1/p' | head -n 1` butt-0.1.18/config.guess-292- case "$ALPHA_CPU_TYPE" in ############################################## butt-0.1.18/config.guess-328- # 1.2 uses "1.2" for uname -r. butt-0.1.18/config.guess:329: echo "$UNAME_MACHINE"-dec-osf"`echo "$UNAME_RELEASE" | sed -e 's/^[PVTX]//' | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz`" butt-0.1.18/config.guess-330- # Reset EXIT trap before exiting to avoid spurious non-zero exit code. ############################################## butt-0.1.18/config.guess-379- s390x:SunOS:*:*) butt-0.1.18/config.guess:380: echo "$UNAME_MACHINE"-ibm-solaris2"`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'`" butt-0.1.18/config.guess-381- exit ;; butt-0.1.18/config.guess-382- sun4H:SunOS:5.*:*) butt-0.1.18/config.guess:383: echo sparc-hal-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`" butt-0.1.18/config.guess-384- exit ;; butt-0.1.18/config.guess-385- sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*) butt-0.1.18/config.guess:386: echo sparc-sun-solaris2"`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'`" butt-0.1.18/config.guess-387- exit ;; ############################################## butt-0.1.18/config.guess-404- fi butt-0.1.18/config.guess:405: echo "$SUN_ARCH"-pc-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`" butt-0.1.18/config.guess-406- exit ;; ############################################## butt-0.1.18/config.guess-410- # it's likely to be more like Solaris than SunOS4. butt-0.1.18/config.guess:411: echo sparc-sun-solaris3"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`" butt-0.1.18/config.guess-412- exit ;; ############################################## butt-0.1.18/config.guess-419- # Japanese Language versions have a version number like `4.1.3-JL'. butt-0.1.18/config.guess:420: echo sparc-sun-sunos"`echo "$UNAME_RELEASE"|sed -e 's/-/_/'`" butt-0.1.18/config.guess-421- exit ;; ############################################## butt-0.1.18/config.guess-425- sun*:*:4.2BSD:*) butt-0.1.18/config.guess:426: UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null` butt-0.1.18/config.guess-427- test "x$UNAME_RELEASE" = x && UNAME_RELEASE=3 ############################################## butt-0.1.18/config.guess-507- $CC_FOR_BUILD -o "$dummy" "$dummy.c" && butt-0.1.18/config.guess:508: dummyarg=`echo "$UNAME_RELEASE" | sed -n 's/\([0-9]*\).*/\1/p'` && butt-0.1.18/config.guess:509: SYSTEM_NAME=`"$dummy" "$dummyarg"` && butt-0.1.18/config.guess-510- { echo "$SYSTEM_NAME"; exit; } ############################################## butt-0.1.18/config.guess-563- *:IRIX*:*:*) butt-0.1.18/config.guess:564: echo mips-sgi-irix"`echo "$UNAME_RELEASE"|sed -e 's/-/_/g'`" butt-0.1.18/config.guess-565- exit ;; ############################################## butt-0.1.18/config.guess-593-EOF butt-0.1.18/config.guess:594: if $CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=`"$dummy"` butt-0.1.18/config.guess-595- then ############################################## butt-0.1.18/config.guess-606- *:AIX:*:[4567]) butt-0.1.18/config.guess:607: IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'` butt-0.1.18/config.guess-608- if /usr/sbin/lsattr -El "$IBM_CPU_ID" | grep ' POWER' >/dev/null 2>&1; then ############################################## butt-0.1.18/config.guess-642- 9000/[34678]??:HP-UX:*:*) butt-0.1.18/config.guess:643: HPUX_REV=`echo "$UNAME_RELEASE"|sed -e 's/[^.]*.[0B]*//'` butt-0.1.18/config.guess-644- case "$UNAME_MACHINE" in ############################################## butt-0.1.18/config.guess-696-EOF butt-0.1.18/config.guess:697: (CCOPTS="" $CC_FOR_BUILD -o "$dummy" "$dummy.c" 2>/dev/null) && HP_ARCH=`"$dummy"` butt-0.1.18/config.guess-698- test -z "$HP_ARCH" && HP_ARCH=hppa ############################################## butt-0.1.18/config.guess-724- ia64:HP-UX:*:*) butt-0.1.18/config.guess:725: HPUX_REV=`echo "$UNAME_RELEASE"|sed -e 's/[^.]*.[0B]*//'` butt-0.1.18/config.guess-726- echo ia64-hp-hpux"$HPUX_REV" ############################################## butt-0.1.18/config.guess-754-EOF butt-0.1.18/config.guess:755: $CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=`"$dummy"` && butt-0.1.18/config.guess-756- { echo "$SYSTEM_NAME"; exit; } ############################################## butt-0.1.18/config.guess-825- FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'` butt-0.1.18/config.guess:826: FUJITSU_REL=`echo "$UNAME_RELEASE" | sed -e 's/ /_/'` butt-0.1.18/config.guess-827- echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" ############################################## butt-0.1.18/config.guess-830- FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'` butt-0.1.18/config.guess:831: FUJITSU_REL=`echo "$UNAME_RELEASE" | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/ /_/'` butt-0.1.18/config.guess-832- echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" ############################################## butt-0.1.18/config.guess-850- esac butt-0.1.18/config.guess:851: echo "$UNAME_PROCESSOR"-unknown-freebsd"`echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`" butt-0.1.18/config.guess-852- exit ;; ############################################## butt-0.1.18/config.guess-886- prep*:SunOS:5.*:*) butt-0.1.18/config.guess:887: echo powerpcle-unknown-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`" butt-0.1.18/config.guess-888- exit ;; ############################################## butt-0.1.18/config.guess-890- # the GNU system butt-0.1.18/config.guess:891: echo "`echo "$UNAME_MACHINE"|sed -e 's,[-/].*$,,'`-unknown-$LIBC`echo "$UNAME_RELEASE"|sed -e 's,/.*$,,'`" butt-0.1.18/config.guess-892- exit ;; ############################################## butt-0.1.18/config.guess-894- # other systems with GNU libc and userland butt-0.1.18/config.guess:895: echo "$UNAME_MACHINE-unknown-`echo "$UNAME_SYSTEM" | sed 's,^[^/]*/,,' | tr "[:upper:]" "[:lower:]"``echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`-$LIBC" butt-0.1.18/config.guess-896- exit ;; ############################################## butt-0.1.18/config.guess-988-EOF butt-0.1.18/config.guess:989: eval "`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^CPU'`" butt-0.1.18/config.guess-990- test "x$CPU" != x && { echo "$CPU-unknown-linux-$LIBC"; exit; } ############################################## butt-0.1.18/config.guess-1092- i*86:*:4.*:*) butt-0.1.18/config.guess:1093: UNAME_REL=`echo "$UNAME_RELEASE" | sed 's/\/MP$//'` butt-0.1.18/config.guess-1094- if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then ############################################## butt-0.1.18/config.guess-1295- fi butt-0.1.18/config.guess:1296: if test "`echo "$UNAME_RELEASE" | sed -e 's/\..*//'`" -le 10 ; then butt-0.1.18/config.guess-1297- if [ "$CC_FOR_BUILD" != no_compiler_found ]; then ############################################## butt-0.1.18/config.guess-1393- *:DragonFly:*:*) butt-0.1.18/config.guess:1394: echo "$UNAME_MACHINE"-unknown-dragonfly"`echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`" butt-0.1.18/config.guess-1395- exit ;; ############################################## butt-0.1.18/config.guess-1406- i*86:skyos:*:*) butt-0.1.18/config.guess:1407: echo "$UNAME_MACHINE"-pc-skyos"`echo "$UNAME_RELEASE" | sed -e 's/ .*$//'`" butt-0.1.18/config.guess-1408- exit ;; ############################################## butt-0.1.18/config.sub-52- butt-0.1.18/config.sub:53:me=`echo "$0" | sed -e 's,.*/,,'` butt-0.1.18/config.sub-54- ############################################## butt-0.1.18/config.sub-114-# Here we must recognize all the valid KERNEL-OS combinations. butt-0.1.18/config.sub:115:maybe_os=`echo "$1" | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'` butt-0.1.18/config.sub-116-case $maybe_os in ############################################## butt-0.1.18/config.sub-122- os=-$maybe_os butt-0.1.18/config.sub:123: basic_machine=`echo "$1" | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'` butt-0.1.18/config.sub-124- ;; ############################################## butt-0.1.18/config.sub-126- os=-linux-android butt-0.1.18/config.sub:127: basic_machine=`echo "$1" | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown butt-0.1.18/config.sub-128- ;; butt-0.1.18/config.sub-129- *) butt-0.1.18/config.sub:130: basic_machine=`echo "$1" | sed 's/-[^-]*$//'` butt-0.1.18/config.sub-131- if [ "$basic_machine" != "$1" ] butt-0.1.18/config.sub:132: then os=`echo "$1" | sed 's/.*-/-/'` butt-0.1.18/config.sub-133- else os=; fi ############################################## butt-0.1.18/config.sub-180- os=-sco5v6 butt-0.1.18/config.sub:181: basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'` butt-0.1.18/config.sub-182- ;; ############################################## butt-0.1.18/config.sub-184- os=-sco3.2v5 butt-0.1.18/config.sub:185: basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'` butt-0.1.18/config.sub-186- ;; ############################################## butt-0.1.18/config.sub-188- os=-sco3.2v4 butt-0.1.18/config.sub:189: basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'` butt-0.1.18/config.sub-190- ;; butt-0.1.18/config.sub-191- -sco3.2.[4-9]*) butt-0.1.18/config.sub:192: os=`echo $os | sed -e 's/sco3.2./sco3.2v/'` butt-0.1.18/config.sub:193: basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'` butt-0.1.18/config.sub-194- ;; ############################################## butt-0.1.18/config.sub-196- # Don't forget version if it is 3.2v4 or newer. butt-0.1.18/config.sub:197: basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'` butt-0.1.18/config.sub-198- ;; ############################################## butt-0.1.18/config.sub-200- # Don't forget version if it is 3.2v4 or newer. butt-0.1.18/config.sub:201: basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'` butt-0.1.18/config.sub-202- ;; ############################################## butt-0.1.18/config.sub-204- os=-sco3.2v2 butt-0.1.18/config.sub:205: basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'` butt-0.1.18/config.sub-206- ;; butt-0.1.18/config.sub-207- -udk*) butt-0.1.18/config.sub:208: basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'` butt-0.1.18/config.sub-209- ;; ############################################## butt-0.1.18/config.sub-211- os=-isc2.2 butt-0.1.18/config.sub:212: basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'` butt-0.1.18/config.sub-213- ;; ############################################## butt-0.1.18/config.sub-217- -isc*) butt-0.1.18/config.sub:218: basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'` butt-0.1.18/config.sub-219- ;; ############################################## butt-0.1.18/config.sub-229- -ptx*) butt-0.1.18/config.sub:230: basic_machine=`echo "$1" | sed -e 's/86-.*/86-sequent/'` butt-0.1.18/config.sub-231- ;; ############################################## butt-0.1.18/config.sub-364- *-*-*) butt-0.1.18/config.sub:365: echo Invalid configuration \`"$1"\': machine \`"$basic_machine"\' not recognized 1>&2 butt-0.1.18/config.sub-366- exit 1 ############################################## butt-0.1.18/config.sub-493- amd64-*) butt-0.1.18/config.sub:494: basic_machine=x86_64-`echo "$basic_machine" | sed 's/^[^-]*-//'` butt-0.1.18/config.sub-495- ;; ############################################## butt-0.1.18/config.sub-538- blackfin-*) butt-0.1.18/config.sub:539: basic_machine=bfin-`echo "$basic_machine" | sed 's/^[^-]*-//'` butt-0.1.18/config.sub-540- os=-linux ############################################## butt-0.1.18/config.sub-546- c54x-*) butt-0.1.18/config.sub:547: basic_machine=tic54x-`echo "$basic_machine" | sed 's/^[^-]*-//'` butt-0.1.18/config.sub-548- ;; butt-0.1.18/config.sub-549- c55x-*) butt-0.1.18/config.sub:550: basic_machine=tic55x-`echo "$basic_machine" | sed 's/^[^-]*-//'` butt-0.1.18/config.sub-551- ;; butt-0.1.18/config.sub-552- c6x-*) butt-0.1.18/config.sub:553: basic_machine=tic6x-`echo "$basic_machine" | sed 's/^[^-]*-//'` butt-0.1.18/config.sub-554- ;; ############################################## butt-0.1.18/config.sub-650- e500v[12]-*) butt-0.1.18/config.sub:651: basic_machine=powerpc-`echo "$basic_machine" | sed 's/^[^-]*-//'` butt-0.1.18/config.sub-652- os=$os"spe" ############################################## butt-0.1.18/config.sub-754- i*86v32) butt-0.1.18/config.sub:755: basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'` butt-0.1.18/config.sub-756- os=-sysv32 ############################################## butt-0.1.18/config.sub-758- i*86v4*) butt-0.1.18/config.sub:759: basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'` butt-0.1.18/config.sub-760- os=-sysv4 ############################################## butt-0.1.18/config.sub-762- i*86v) butt-0.1.18/config.sub:763: basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'` butt-0.1.18/config.sub-764- os=-sysv ############################################## butt-0.1.18/config.sub-766- i*86sol2) butt-0.1.18/config.sub:767: basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'` butt-0.1.18/config.sub-768- os=-solaris2 ############################################## butt-0.1.18/config.sub-792- leon-*|leon[3-9]-*) butt-0.1.18/config.sub:793: basic_machine=sparc-`echo "$basic_machine" | sed 's/-.*//'` butt-0.1.18/config.sub-794- ;; ############################################## butt-0.1.18/config.sub-799- m68knommu-*) butt-0.1.18/config.sub:800: basic_machine=m68k-`echo "$basic_machine" | sed 's/^[^-]*-//'` butt-0.1.18/config.sub-801- os=-linux ############################################## butt-0.1.18/config.sub-833- mips3*-*) butt-0.1.18/config.sub:834: basic_machine=`echo "$basic_machine" | sed -e 's/mips3/mips64/'` butt-0.1.18/config.sub-835- ;; butt-0.1.18/config.sub-836- mips3*) butt-0.1.18/config.sub:837: basic_machine=`echo "$basic_machine" | sed -e 's/mips3/mips64/'`-unknown butt-0.1.18/config.sub-838- ;; ############################################## butt-0.1.18/config.sub-855- ms1-*) butt-0.1.18/config.sub:856: basic_machine=`echo "$basic_machine" | sed -e 's/ms1-/mt-/'` butt-0.1.18/config.sub-857- ;; ############################################## butt-0.1.18/config.sub-980- parisc-*) butt-0.1.18/config.sub:981: basic_machine=hppa-`echo "$basic_machine" | sed 's/^[^-]*-//'` butt-0.1.18/config.sub-982- os=-linux ############################################## butt-0.1.18/config.sub-996- pc98-*) butt-0.1.18/config.sub:997: basic_machine=i386-`echo "$basic_machine" | sed 's/^[^-]*-//'` butt-0.1.18/config.sub-998- ;; ############################################## butt-0.1.18/config.sub-1011- pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*) butt-0.1.18/config.sub:1012: basic_machine=i586-`echo "$basic_machine" | sed 's/^[^-]*-//'` butt-0.1.18/config.sub-1013- ;; butt-0.1.18/config.sub-1014- pentiumpro-* | p6-* | 6x86-* | athlon-*) butt-0.1.18/config.sub:1015: basic_machine=i686-`echo "$basic_machine" | sed 's/^[^-]*-//'` butt-0.1.18/config.sub-1016- ;; butt-0.1.18/config.sub-1017- pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*) butt-0.1.18/config.sub:1018: basic_machine=i686-`echo "$basic_machine" | sed 's/^[^-]*-//'` butt-0.1.18/config.sub-1019- ;; butt-0.1.18/config.sub-1020- pentium4-*) butt-0.1.18/config.sub:1021: basic_machine=i786-`echo "$basic_machine" | sed 's/^[^-]*-//'` butt-0.1.18/config.sub-1022- ;; ############################################## butt-0.1.18/config.sub-1030- ppc-* | ppcbe-*) butt-0.1.18/config.sub:1031: basic_machine=powerpc-`echo "$basic_machine" | sed 's/^[^-]*-//'` butt-0.1.18/config.sub-1032- ;; ############################################## butt-0.1.18/config.sub-1036- ppcle-* | powerpclittle-*) butt-0.1.18/config.sub:1037: basic_machine=powerpcle-`echo "$basic_machine" | sed 's/^[^-]*-//'` butt-0.1.18/config.sub-1038- ;; ############################################## butt-0.1.18/config.sub-1040- ;; butt-0.1.18/config.sub:1041: ppc64-*) basic_machine=powerpc64-`echo "$basic_machine" | sed 's/^[^-]*-//'` butt-0.1.18/config.sub-1042- ;; ############################################## butt-0.1.18/config.sub-1046- ppc64le-* | powerpc64little-*) butt-0.1.18/config.sub:1047: basic_machine=powerpc64le-`echo "$basic_machine" | sed 's/^[^-]*-//'` butt-0.1.18/config.sub-1048- ;; ############################################## butt-0.1.18/config.sub-1122- strongarm-* | thumb-*) butt-0.1.18/config.sub:1123: basic_machine=arm-`echo "$basic_machine" | sed 's/^[^-]*-//'` butt-0.1.18/config.sub-1124- ;; ############################################## butt-0.1.18/config.sub-1255- xscale-* | xscalee[bl]-*) butt-0.1.18/config.sub:1256: basic_machine=`echo "$basic_machine" | sed 's/^xscale/arm/'` butt-0.1.18/config.sub-1257- ;; ############################################## butt-0.1.18/config.sub-1317- *) butt-0.1.18/config.sub:1318: echo Invalid configuration \`"$1"\': machine \`"$basic_machine"\' not recognized 1>&2 butt-0.1.18/config.sub-1319- exit 1 ############################################## butt-0.1.18/config.sub-1325- *-digital*) butt-0.1.18/config.sub:1326: basic_machine=`echo "$basic_machine" | sed 's/digital.*/dec/'` butt-0.1.18/config.sub-1327- ;; butt-0.1.18/config.sub-1328- *-commodore*) butt-0.1.18/config.sub:1329: basic_machine=`echo "$basic_machine" | sed 's/commodore.*/cbm/'` butt-0.1.18/config.sub-1330- ;; ############################################## butt-0.1.18/config.sub-1346- -solaris1 | -solaris1.*) butt-0.1.18/config.sub:1347: os=`echo $os | sed -e 's|solaris1|sunos4|'` butt-0.1.18/config.sub-1348- ;; ############################################## butt-0.1.18/config.sub-1355- -gnu/linux*) butt-0.1.18/config.sub:1356: os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'` butt-0.1.18/config.sub-1357- ;; ############################################## butt-0.1.18/config.sub-1407- -nto*) butt-0.1.18/config.sub:1408: os=`echo $os | sed -e 's|nto|nto-qnx|'` butt-0.1.18/config.sub-1409- ;; ############################################## butt-0.1.18/config.sub-1414- -mac*) butt-0.1.18/config.sub:1415: os=`echo "$os" | sed -e 's|mac|macos|'` butt-0.1.18/config.sub-1416- ;; ############################################## butt-0.1.18/config.sub-1420- -linux*) butt-0.1.18/config.sub:1421: os=`echo $os | sed -e 's|linux|linux-gnu|'` butt-0.1.18/config.sub-1422- ;; butt-0.1.18/config.sub-1423- -sunos5*) butt-0.1.18/config.sub:1424: os=`echo "$os" | sed -e 's|sunos5|solaris2|'` butt-0.1.18/config.sub-1425- ;; butt-0.1.18/config.sub-1426- -sunos6*) butt-0.1.18/config.sub:1427: os=`echo "$os" | sed -e 's|sunos6|solaris3|'` butt-0.1.18/config.sub-1428- ;; ############################################## butt-0.1.18/config.sub-1469- -sinix5.*) butt-0.1.18/config.sub:1470: os=`echo $os | sed -e 's|sinix|sysv|'` butt-0.1.18/config.sub-1471- ;; ############################################## butt-0.1.18/config.sub-1528- # Get rid of the `-' at the beginning of $os. butt-0.1.18/config.sub:1529: os=`echo $os | sed 's/[^-]*-//'` butt-0.1.18/config.sub:1530: echo Invalid configuration \`"$1"\': system \`"$os"\' not recognized 1>&2 butt-0.1.18/config.sub-1531- exit 1 ############################################## butt-0.1.18/config.sub-1788- esac butt-0.1.18/config.sub:1789: basic_machine=`echo "$basic_machine" | sed "s/unknown/$vendor/"` butt-0.1.18/config.sub-1790- ;; ############################################## butt-0.1.18/src/sockfuncs.cpp-60- { butt-0.1.18/src/sockfuncs.cpp:61: host_ptr = gethostbyaddr(addr, strlen(addr), AF_INET); butt-0.1.18/src/sockfuncs.cpp-62- if(host_ptr == NULL) ############################################## butt-0.1.18/src/Makefile.in-52- { \ butt-0.1.18/src/Makefile.in:53: flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ butt-0.1.18/src/Makefile.in-54- }; \ ############################################## butt-0.1.18/src/Makefile.in-491-.cpp.o: butt-0.1.18/src/Makefile.in:492:@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ butt-0.1.18/src/Makefile.in-493-@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ ############################################## butt-0.1.18/src/Makefile.in-499-.cpp.obj: butt-0.1.18/src/Makefile.in:500:@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ butt-0.1.18/src/Makefile.in:501:@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ butt-0.1.18/src/Makefile.in-502-@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po ############################################## butt-0.1.18/src/Makefile.in-504-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ butt-0.1.18/src/Makefile.in:505:@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` butt-0.1.18/src/Makefile.in-506- butt-0.1.18/src/Makefile.in-507-.cxx.o: butt-0.1.18/src/Makefile.in:508:@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ butt-0.1.18/src/Makefile.in-509-@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ ############################################## butt-0.1.18/src/Makefile.in-515-.cxx.obj: butt-0.1.18/src/Makefile.in:516:@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ butt-0.1.18/src/Makefile.in:517:@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ butt-0.1.18/src/Makefile.in-518-@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po ############################################## butt-0.1.18/src/Makefile.in-520-@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ butt-0.1.18/src/Makefile.in:521:@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` butt-0.1.18/src/Makefile.in-522- butt-0.1.18/src/Makefile.in-523-.m.o: butt-0.1.18/src/Makefile.in:524:@am__fastdepOBJC_TRUE@ $(AM_V_OBJC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ butt-0.1.18/src/Makefile.in-525-@am__fastdepOBJC_TRUE@ $(OBJCCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ ############################################## butt-0.1.18/src/Makefile.in-531-.m.obj: butt-0.1.18/src/Makefile.in:532:@am__fastdepOBJC_TRUE@ $(AM_V_OBJC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ butt-0.1.18/src/Makefile.in:533:@am__fastdepOBJC_TRUE@ $(OBJCCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ butt-0.1.18/src/Makefile.in-534-@am__fastdepOBJC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po ############################################## butt-0.1.18/src/Makefile.in-536-@AMDEP_TRUE@@am__fastdepOBJC_FALSE@ DEPDIR=$(DEPDIR) $(OBJCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ butt-0.1.18/src/Makefile.in:537:@am__fastdepOBJC_FALSE@ $(AM_V_OBJC@am__nodep@)$(OBJCCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` butt-0.1.18/src/Makefile.in-538- ############################################## butt-0.1.18/src/Makefile.in-568-GTAGS: butt-0.1.18/src/Makefile.in:569: here=`$(am__cd) $(top_builddir) && pwd` \ butt-0.1.18/src/Makefile.in-570- && $(am__cd) $(top_srcdir) \ ############################################## butt-0.1.18/src/Makefile.in-591-distdir: $(DISTFILES) butt-0.1.18/src/Makefile.in:592: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ butt-0.1.18/src/Makefile.in:593: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ butt-0.1.18/src/Makefile.in-594- list='$(DISTFILES)'; \ ############################################## butt-0.1.18/src/Makefile.in-605- if test -d $$d/$$file; then \ butt-0.1.18/src/Makefile.in:606: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ butt-0.1.18/src/Makefile.in-607- if test -d "$(distdir)/$$file"; then \ ############################################## butt-0.1.18/aclocal.m4-131- PKG_CHECK_EXISTS([$3], butt-0.1.18/aclocal.m4:132: [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null` butt-0.1.18/aclocal.m4-133- test "x$?" != "x0" && pkg_failed=yes ], ############################################## butt-0.1.18/aclocal.m4-179- if test $_pkg_short_errors_supported = yes; then butt-0.1.18/aclocal.m4:180: $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1` butt-0.1.18/aclocal.m4-181- else butt-0.1.18/aclocal.m4:182: $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1` butt-0.1.18/aclocal.m4-183- fi ############################################## butt-0.1.18/aclocal.m4-368-# iff we strip the leading $srcdir from $ac_aux_dir. That would be: butt-0.1.18/aclocal.m4:369:# am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"` butt-0.1.18/aclocal.m4-370-# and then we would define $MISSING as ############################################## butt-0.1.18/aclocal.m4-383-# Expand $ac_aux_dir to an absolute path. butt-0.1.18/aclocal.m4:384:am_aux_dir=`cd "$ac_aux_dir" && pwd` butt-0.1.18/aclocal.m4-385-]) ############################################## butt-0.1.18/aclocal.m4-481- if test "$am_compiler_list" = ""; then butt-0.1.18/aclocal.m4:482: am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp` butt-0.1.18/aclocal.m4-483- fi ############################################## butt-0.1.18/aclocal.m4-632- # Strip MF so we end up with the name of the file. butt-0.1.18/aclocal.m4:633: mf=`echo "$mf" | sed -e 's/:.*$//'` butt-0.1.18/aclocal.m4-634- # Check whether this is an Automake generated Makefile or not. ############################################## butt-0.1.18/aclocal.m4-641- if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then butt-0.1.18/aclocal.m4:642: dirpart=`AS_DIRNAME("$mf")` butt-0.1.18/aclocal.m4-643- else ############################################## butt-0.1.18/aclocal.m4-647- # from the Makefile without running 'make'. butt-0.1.18/aclocal.m4:648: DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` butt-0.1.18/aclocal.m4-649- test -z "$DEPDIR" && continue butt-0.1.18/aclocal.m4:650: am__include=`sed -n 's/^am__include = //p' < "$mf"` butt-0.1.18/aclocal.m4-651- test -z "$am__include" && continue butt-0.1.18/aclocal.m4:652: am__quote=`sed -n 's/^am__quote = //p' < "$mf"` butt-0.1.18/aclocal.m4-653- # Find all dependency output files, they are included files with ############################################## butt-0.1.18/aclocal.m4-661- test -f "$dirpart/$file" && continue butt-0.1.18/aclocal.m4:662: fdir=`AS_DIRNAME(["$file"])` butt-0.1.18/aclocal.m4-663- AS_MKDIR_P([$dirpart/$fdir]) ############################################## butt-0.1.18/aclocal.m4-719-AC_REQUIRE([AC_PROG_INSTALL])dnl butt-0.1.18/aclocal.m4:720:if test "`cd $srcdir && pwd`" != "`pwd`"; then butt-0.1.18/aclocal.m4-721- # Use -I$(srcdir) only when $(srcdir) != ., so that make's output ############################################## butt-0.1.18/aclocal.m4-878- * ) butt-0.1.18/aclocal.m4:879: _am_stamp_count=`expr $_am_stamp_count + 1` ;; butt-0.1.18/aclocal.m4-880- esac butt-0.1.18/aclocal.m4-881-done butt-0.1.18/aclocal.m4:882:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count]) butt-0.1.18/aclocal.m4-883- ############################################## butt-0.1.18/aclocal.m4-949-# Ignore all kinds of additional output from 'make'. butt-0.1.18/aclocal.m4:950:case `$am_make -s -f confmf 2> /dev/null` in #( butt-0.1.18/aclocal.m4-951-*the\ am__doit\ target*) ############################################## butt-0.1.18/aclocal.m4-959- echo '.include "confinc"' > confmf butt-0.1.18/aclocal.m4:960: case `$am_make -s -f confmf 2> /dev/null` in #( butt-0.1.18/aclocal.m4-961- *the\ am__doit\ target*) ############################################## butt-0.1.18/aclocal.m4-1141- echo "timestamp, slept: $am_has_slept" > conftest.file butt-0.1.18/aclocal.m4:1142: set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` butt-0.1.18/aclocal.m4-1143- if test "$[*]" = "X"; then butt-0.1.18/aclocal.m4-1144- # -L didn't work. butt-0.1.18/aclocal.m4:1145: set X `ls -t "$srcdir/configure" conftest.file` butt-0.1.18/aclocal.m4-1146- fi ############################################## butt-0.1.18/missing-129- # Could not run --version or --help. This is probably someone butt-0.1.18/missing:130: # running `$TOOL --version' or `$TOOL --help' to check whether butt-0.1.18/missing-131- # $TOOL exists and not knowing $TOOL uses missing. ############################################## butt-0.1.18/missing-163- from any GNU archive site." butt-0.1.18/missing:164: files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}` butt-0.1.18/missing-165- test -z "$files" && files="config.h" ############################################## butt-0.1.18/missing-192- proper tools for further handling them. butt-0.1.18/missing:193: You can get \`$1' as part of \`Autoconf' from any GNU butt-0.1.18/missing-194- archive site." butt-0.1.18/missing-195- butt-0.1.18/missing:196: file=`echo "$*" | sed -n "$sed_output"` butt-0.1.18/missing:197: test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"` butt-0.1.18/missing-198- if test -f "$file"; then ############################################## butt-0.1.18/missing-221- *.y) butt-0.1.18/missing:222: SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'` butt-0.1.18/missing-223- if test -f "$SRCFILE"; then ############################################## butt-0.1.18/missing-225- fi butt-0.1.18/missing:226: SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'` butt-0.1.18/missing-227- if test -f "$SRCFILE"; then ############################################## butt-0.1.18/missing-251- *.l) butt-0.1.18/missing:252: SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'` butt-0.1.18/missing-253- if test -f "$SRCFILE"; then ############################################## butt-0.1.18/missing-270- butt-0.1.18/missing:271: file=`echo "$*" | sed -n "$sed_output"` butt-0.1.18/missing:272: test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"` butt-0.1.18/missing-273- if test -f "$file"; then ############################################## butt-0.1.18/missing-290- # The file to touch is that specified with -o ... butt-0.1.18/missing:291: file=`echo "$*" | sed -n "$sed_output"` butt-0.1.18/missing:292: test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"` butt-0.1.18/missing-293- if test -z "$file"; then butt-0.1.18/missing-294- # ... or it is the one specified with @setfilename ... butt-0.1.18/missing:295: infile=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'` butt-0.1.18/missing-296- file=`sed -n ' ############################################## butt-0.1.18/missing-302- # ... or it is derived from the source name (dir/f.texi becomes f.info) butt-0.1.18/missing:303: test -z "$file" && file=`echo "$infile" | sed 's,.*/,,;s,.[^.]*$,,'`.info butt-0.1.18/missing-304- fi ############################################## butt-0.1.18/configure-45-if test -z "$BASH_VERSION$ZSH_VERSION" \ butt-0.1.18/configure:46: && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then butt-0.1.18/configure-47- as_echo='print -r --' butt-0.1.18/configure-48- as_echo_n='print -rn --' butt-0.1.18/configure:49:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then butt-0.1.18/configure-50- as_echo='printf %s\n' ############################################## butt-0.1.18/configure-52-else butt-0.1.18/configure:53: if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then butt-0.1.18/configure-54- as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' ############################################## butt-0.1.18/configure-62- expr "X$arg" : "X\\(.*\\)$as_nl"; butt-0.1.18/configure:63: arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; butt-0.1.18/configure-64- esac; ############################################## butt-0.1.18/configure-199- eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" && butt-0.1.18/configure:200: test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1 butt-0.1.18/configure-201-test \$(( 1 + 1 )) = 2 || exit 1" ############################################## butt-0.1.18/configure-327- case $as_dir in #( butt-0.1.18/configure:328: *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( butt-0.1.18/configure-329- *) as_qdir=$as_dir;; ############################################## butt-0.1.18/configure-400- { butt-0.1.18/configure:401: as_val=`expr "$@" || test $? -eq 1` butt-0.1.18/configure-402- } ############################################## butt-0.1.18/configure-407-# ---------------------------------------- butt-0.1.18/configure:408:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are butt-0.1.18/configure-409-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the ############################################## butt-0.1.18/configure-470- eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" && butt-0.1.18/configure:471: test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || { butt-0.1.18/configure-472- # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-) ############################################## butt-0.1.18/configure-838- case $ac_option in butt-0.1.18/configure:839: *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; butt-0.1.18/configure-840- *=) ac_optarg= ;; ############################################## butt-0.1.18/configure-882- -disable-* | --disable-*) butt-0.1.18/configure:883: ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` butt-0.1.18/configure-884- # Reject names that are not valid shell variable names. ############################################## butt-0.1.18/configure-887- ac_useropt_orig=$ac_useropt butt-0.1.18/configure:888: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` butt-0.1.18/configure-889- case $ac_user_opts in ############################################## butt-0.1.18/configure-908- -enable-* | --enable-*) butt-0.1.18/configure:909: ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` butt-0.1.18/configure-910- # Reject names that are not valid shell variable names. ############################################## butt-0.1.18/configure-913- ac_useropt_orig=$ac_useropt butt-0.1.18/configure:914: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` butt-0.1.18/configure-915- case $ac_user_opts in ############################################## butt-0.1.18/configure-1121- -with-* | --with-*) butt-0.1.18/configure:1122: ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` butt-0.1.18/configure-1123- # Reject names that are not valid shell variable names. ############################################## butt-0.1.18/configure-1126- ac_useropt_orig=$ac_useropt butt-0.1.18/configure:1127: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` butt-0.1.18/configure-1128- case $ac_user_opts in ############################################## butt-0.1.18/configure-1137- -without-* | --without-*) butt-0.1.18/configure:1138: ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` butt-0.1.18/configure-1139- # Reject names that are not valid shell variable names. ############################################## butt-0.1.18/configure-1142- ac_useropt_orig=$ac_useropt butt-0.1.18/configure:1143: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` butt-0.1.18/configure-1144- case $ac_user_opts in ############################################## butt-0.1.18/configure-1175- *=*) butt-0.1.18/configure:1176: ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` butt-0.1.18/configure-1177- # Reject names that are not valid shell variable names. ############################################## butt-0.1.18/configure-1196-if test -n "$ac_prev"; then butt-0.1.18/configure:1197: ac_option=--`echo $ac_prev | sed 's/_/-/g'` butt-0.1.18/configure-1198- as_fn_error $? "missing argument to $ac_option" ############################################## butt-0.1.18/configure-1218- */ ) butt-0.1.18/configure:1219: ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'` butt-0.1.18/configure-1220- eval $ac_var=\$ac_val;; ############################################## butt-0.1.18/configure-1253-ac_ls_di=`ls -di .` && butt-0.1.18/configure:1254:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || butt-0.1.18/configure-1255- as_fn_error $? "working directory cannot be determined" ############################################## butt-0.1.18/configure-1309-case $srcdir in butt-0.1.18/configure:1310:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;; butt-0.1.18/configure-1311-esac ############################################## butt-0.1.18/configure-1352-By default, \`make install' will install all the files in butt-0.1.18/configure:1353:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify butt-0.1.18/configure:1354:an installation prefix other than \`$ac_default_prefix' using \`--prefix', butt-0.1.18/configure-1355-for instance \`--prefix=\$HOME'. ############################################## butt-0.1.18/configure-1462-*) butt-0.1.18/configure:1463: ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` butt-0.1.18/configure-1464- # A ".." for each directory in $ac_dir_suffix. butt-0.1.18/configure:1465: ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` butt-0.1.18/configure-1466- case $ac_top_builddir_sub in ############################################## butt-0.1.18/configure-2080- *\'*) butt-0.1.18/configure:2081: ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; butt-0.1.18/configure-2082- esac ############################################## butt-0.1.18/configure-2163- case $ac_val in butt-0.1.18/configure:2164: *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; butt-0.1.18/configure-2165- esac ############################################## butt-0.1.18/configure-2178- case $ac_val in butt-0.1.18/configure:2179: *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; butt-0.1.18/configure-2180- esac ############################################## butt-0.1.18/configure-2298- set,) butt-0.1.18/configure:2299: { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 butt-0.1.18/configure:2300:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} butt-0.1.18/configure-2301- ac_cache_corrupted=: ;; ############################################## butt-0.1.18/configure-2309- # differences in whitespace do not lead to failure. butt-0.1.18/configure:2310: ac_old_val_w=`echo x $ac_old_val` butt-0.1.18/configure:2311: ac_new_val_w=`echo x $ac_new_val` butt-0.1.18/configure-2312- if test "$ac_old_val_w" != "$ac_new_val_w"; then ############################################## butt-0.1.18/configure-2329- case $ac_new_val in butt-0.1.18/configure:2330: *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; butt-0.1.18/configure-2331- *) ac_arg=$ac_var=$ac_new_val ;; ############################################## butt-0.1.18/configure-2504- echo "timestamp, slept: $am_has_slept" > conftest.file butt-0.1.18/configure:2505: set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` butt-0.1.18/configure-2506- if test "$*" = "X"; then butt-0.1.18/configure-2507- # -L didn't work. butt-0.1.18/configure:2508: set X `ls -t "$srcdir/configure" conftest.file` butt-0.1.18/configure-2509- fi ############################################## butt-0.1.18/configure-2555-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//' butt-0.1.18/configure:2556:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"` butt-0.1.18/configure-2557- butt-0.1.18/configure-2558-# Expand $ac_aux_dir to an absolute path. butt-0.1.18/configure:2559:am_aux_dir=`cd "$ac_aux_dir" && pwd` butt-0.1.18/configure-2560- ############################################## butt-0.1.18/configure-2700- as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue butt-0.1.18/configure:2701: case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #( butt-0.1.18/configure-2702- 'mkdir (GNU coreutils) '* | \ ############################################## butt-0.1.18/configure-2773-set x ${MAKE-make} butt-0.1.18/configure:2774:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` butt-0.1.18/configure-2775-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then : ############################################## butt-0.1.18/configure-2783-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us. butt-0.1.18/configure:2784:case `${MAKE-make} -f conftest.make 2>/dev/null` in butt-0.1.18/configure-2785- *@@@%%%=?*=@@@%%%*) ############################################## butt-0.1.18/configure-2849- butt-0.1.18/configure:2850:if test "`cd $srcdir && pwd`" != "`pwd`"; then butt-0.1.18/configure-2851- # Use -I$(srcdir) only when $(srcdir) != ., so that make's output ############################################## butt-0.1.18/configure-2975-test "x$ac_build_alias" = x && butt-0.1.18/configure:2976: ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"` butt-0.1.18/configure-2977-test "x$ac_build_alias" = x && butt-0.1.18/configure-2978- as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5 butt-0.1.18/configure:2979:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` || butt-0.1.18/configure-2980- as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5 ############################################## butt-0.1.18/configure-2999-IFS=$ac_save_IFS butt-0.1.18/configure:3000:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac butt-0.1.18/configure-3001- ############################################## butt-0.1.18/configure-3010-else butt-0.1.18/configure:3011: ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` || butt-0.1.18/configure-3012- as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5 ############################################## butt-0.1.18/configure-3032-IFS=$ac_save_IFS butt-0.1.18/configure:3033:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac butt-0.1.18/configure-3034- ############################################## butt-0.1.18/configure-3194-$as_echo_n "checking whether the C++ compiler works... " >&6; } butt-0.1.18/configure:3195:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` butt-0.1.18/configure-3196- ############################################## butt-0.1.18/configure-3238- then :; else butt-0.1.18/configure:3239: ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` butt-0.1.18/configure-3240- fi ############################################## butt-0.1.18/configure-3298- *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; butt-0.1.18/configure:3299: *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` butt-0.1.18/configure-3300- break;; ############################################## butt-0.1.18/configure-3407- *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;; butt-0.1.18/configure:3408: *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` butt-0.1.18/configure-3409- break;; ############################################## butt-0.1.18/configure-3566-# Ignore all kinds of additional output from 'make'. butt-0.1.18/configure:3567:case `$am_make -s -f confmf 2> /dev/null` in #( butt-0.1.18/configure-3568-*the\ am__doit\ target*) ############################################## butt-0.1.18/configure-3576- echo '.include "confinc"' > confmf butt-0.1.18/configure:3577: case `$am_make -s -f confmf 2> /dev/null` in #( butt-0.1.18/configure-3578- *the\ am__doit\ target*) ############################################## butt-0.1.18/configure-3639- if test "$am_compiler_list" = ""; then butt-0.1.18/configure:3640: am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` butt-0.1.18/configure-3641- fi ############################################## butt-0.1.18/configure-4365- if test "$am_compiler_list" = ""; then butt-0.1.18/configure:4366: am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` butt-0.1.18/configure-4367- fi ############################################## butt-0.1.18/configure-4744- if test "$am_compiler_list" = ""; then butt-0.1.18/configure:4745: am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` butt-0.1.18/configure-4746- fi ############################################## butt-0.1.18/configure-5445- # Check for GNU $ac_path_GREP butt-0.1.18/configure:5446:case `"$ac_path_GREP" --version 2>&1` in butt-0.1.18/configure-5447-*GNU*) ############################################## butt-0.1.18/configure-5511- # Check for GNU $ac_path_EGREP butt-0.1.18/configure:5512:case `"$ac_path_EGREP" --version 2>&1` in butt-0.1.18/configure-5513-*GNU*) ############################################## butt-0.1.18/configure-5672-do : butt-0.1.18/configure:5673: as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` butt-0.1.18/configure-5674-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default ############################################## butt-0.1.18/configure-5677- cat >>confdefs.h <<_ACEOF butt-0.1.18/configure:5678:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 butt-0.1.18/configure-5679-_ACEOF ############################################## butt-0.1.18/configure-6031- test $ac_status = 0; }; then butt-0.1.18/configure:6032: pkg_cv_DBUS_CFLAGS=`$PKG_CONFIG --cflags "dbus-1" 2>/dev/null` butt-0.1.18/configure-6033- test "x$?" != "x0" && pkg_failed=yes ############################################## butt-0.1.18/configure-6048- test $ac_status = 0; }; then butt-0.1.18/configure:6049: pkg_cv_DBUS_LIBS=`$PKG_CONFIG --libs "dbus-1" 2>/dev/null` butt-0.1.18/configure-6050- test "x$?" != "x0" && pkg_failed=yes ############################################## butt-0.1.18/configure-6069- if test $_pkg_short_errors_supported = yes; then butt-0.1.18/configure:6070: DBUS_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "dbus-1" 2>&1` butt-0.1.18/configure-6071- else butt-0.1.18/configure:6072: DBUS_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "dbus-1" 2>&1` butt-0.1.18/configure-6073- fi ############################################## butt-0.1.18/configure-6143- for ac_var in incroot usrlibdir libdir; do butt-0.1.18/configure:6144: eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`" butt-0.1.18/configure-6145- done ############################################## butt-0.1.18/configure-6253- LIBS=$ac_save_LIBS butt-0.1.18/configure:6254:for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g` butt-0.1.18/configure-6255-do ############################################## butt-0.1.18/configure-6303-do : butt-0.1.18/configure:6304: as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` butt-0.1.18/configure-6305-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" ############################################## butt-0.1.18/configure-6307- cat >>confdefs.h <<_ACEOF butt-0.1.18/configure:6308:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 butt-0.1.18/configure-6309-_ACEOF ############################################## butt-0.1.18/configure-6589-do : butt-0.1.18/configure:6590: as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` butt-0.1.18/configure-6591-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" ############################################## butt-0.1.18/configure-6593- cat >>confdefs.h <<_ACEOF butt-0.1.18/configure:6594:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 butt-0.1.18/configure-6595-_ACEOF ############################################## butt-0.1.18/configure-6700- ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' butt-0.1.18/configure:6701: ac_i=`$as_echo "$ac_i" | sed "$ac_script"` butt-0.1.18/configure-6702- # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR ############################################## butt-0.1.18/configure-6815-if test -z "$BASH_VERSION$ZSH_VERSION" \ butt-0.1.18/configure:6816: && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then butt-0.1.18/configure-6817- as_echo='print -r --' butt-0.1.18/configure-6818- as_echo_n='print -rn --' butt-0.1.18/configure:6819:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then butt-0.1.18/configure-6820- as_echo='printf %s\n' ############################################## butt-0.1.18/configure-6822-else butt-0.1.18/configure:6823: if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then butt-0.1.18/configure-6824- as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' ############################################## butt-0.1.18/configure-6832- expr "X$arg" : "X\\(.*\\)$as_nl"; butt-0.1.18/configure:6833: arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; butt-0.1.18/configure-6834- esac; ############################################## butt-0.1.18/configure-6909-# ---------------------------------------- butt-0.1.18/configure:6910:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are butt-0.1.18/configure-6911-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the ############################################## butt-0.1.18/configure-6981- { butt-0.1.18/configure:6982: as_val=`expr "$@" || test $? -eq 1` butt-0.1.18/configure-6983- } ############################################## butt-0.1.18/configure-7085- case $as_dir in #( butt-0.1.18/configure:7086: *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( butt-0.1.18/configure-7087- *) as_qdir=$as_dir;; ############################################## butt-0.1.18/configure-7220-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 butt-0.1.18/configure:7221:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" butt-0.1.18/configure-7222-ac_cs_version="\\ ############################################## butt-0.1.18/configure-7245- --*=?*) butt-0.1.18/configure:7246: ac_option=`expr "X$1" : 'X\([^=]*\)='` butt-0.1.18/configure:7247: ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` butt-0.1.18/configure-7248- ac_shift=: ############################################## butt-0.1.18/configure-7250- --*=) butt-0.1.18/configure:7251: ac_option=`expr "X$1" : 'X\([^=]*\)='` butt-0.1.18/configure-7252- ac_optarg= ############################################## butt-0.1.18/configure-7274- case $ac_optarg in butt-0.1.18/configure:7275: *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; butt-0.1.18/configure-7276- '') as_fn_error $? "missing file argument" ;; ############################################## butt-0.1.18/configure-7282- case $ac_optarg in butt-0.1.18/configure:7283: *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; butt-0.1.18/configure-7284- esac ############################################## butt-0.1.18/configure-7411-fi butt-0.1.18/configure:7412:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null` butt-0.1.18/configure-7413-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then ############################################## butt-0.1.18/configure-7428- as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 butt-0.1.18/configure:7429:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'` butt-0.1.18/configure-7430-ac_delim='%!_!# ' ############################################## butt-0.1.18/configure-7434- butt-0.1.18/configure:7435: ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` butt-0.1.18/configure-7436- if test $ac_delim_n = $ac_delim_num; then ############################################## butt-0.1.18/configure-7572-for ac_last_try in false false :; do butt-0.1.18/configure:7573: ac_tt=`sed -n "/$ac_delim/p" confdefs.h` butt-0.1.18/configure-7574- if test -z "$ac_tt"; then ############################################## butt-0.1.18/configure-7704- esac butt-0.1.18/configure:7705: case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac butt-0.1.18/configure-7706- as_fn_append ac_file_inputs " '$ac_f'" ############################################## butt-0.1.18/configure-7763-*) butt-0.1.18/configure:7764: ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` butt-0.1.18/configure-7765- # A ".." for each directory in $ac_dir_suffix. butt-0.1.18/configure:7766: ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` butt-0.1.18/configure-7767- case $ac_top_builddir_sub in ############################################## butt-0.1.18/configure-7824-/@mandir@/p' butt-0.1.18/configure:7825:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in butt-0.1.18/configure-7826-*datarootdir*) ac_datarootdir_seen=yes;; ############################################## butt-0.1.18/configure-7841- butt-0.1.18/configure:7842:# Neutralize VPATH when `$srcdir' = `.'. butt-0.1.18/configure-7843-# Shell code in configure.ac might set extrasub. ############################################## butt-0.1.18/configure-7869-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && butt-0.1.18/configure:7870: { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } && butt-0.1.18/configure-7871- { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \ ############################################## butt-0.1.18/configure-7915- * ) butt-0.1.18/configure:7916: _am_stamp_count=`expr $_am_stamp_count + 1` ;; butt-0.1.18/configure-7917- esac ############################################## butt-0.1.18/configure-7962- # Strip MF so we end up with the name of the file. butt-0.1.18/configure:7963: mf=`echo "$mf" | sed -e 's/:.*$//'` butt-0.1.18/configure-7964- # Check whether this is an Automake generated Makefile or not. ############################################## butt-0.1.18/configure-7999- # from the Makefile without running 'make'. butt-0.1.18/configure:8000: DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` butt-0.1.18/configure-8001- test -z "$DEPDIR" && continue butt-0.1.18/configure:8002: am__include=`sed -n 's/^am__include = //p' < "$mf"` butt-0.1.18/configure-8003- test -z "$am__include" && continue butt-0.1.18/configure:8004: am__quote=`sed -n 's/^am__quote = //p' < "$mf"` butt-0.1.18/configure-8005- # Find all dependency output files, they are included files with ############################################## butt-0.1.18/depcomp-67- sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`} butt-0.1.18/depcomp:68:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`} butt-0.1.18/depcomp-69- ############################################## butt-0.1.18/depcomp-234- # Version 6 uses the directory in both cases. butt-0.1.18/depcomp:235: dir=`echo "$object" | sed -e 's|/[^/]*$|/|'` butt-0.1.18/depcomp-236- test "x$dir" = "x$object" && dir= butt-0.1.18/depcomp:237: base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'` butt-0.1.18/depcomp-238- if test "$libtool" = yes; then ############################################## butt-0.1.18/depcomp-263- # Do two passes, one to just change these to butt-0.1.18/depcomp:264: # `$object: dependent.h' and one to simply `dependent.h:'. butt-0.1.18/depcomp-265- sed -e "s,^.*\.[a-z]*:,$object:," < "$tmpdepfile" > "$depfile" ############################################## butt-0.1.18/depcomp-305- # Do two passes, one to just change these to butt-0.1.18/depcomp:306: # `$object: dependent.h' and one to simply `dependent.h:'. butt-0.1.18/depcomp-307- sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile" ############################################## butt-0.1.18/depcomp-321- # Much of this is similar to the tru64 case; see comments there. butt-0.1.18/depcomp:322: dir=`echo "$object" | sed -e 's|/[^/]*$|/|'` butt-0.1.18/depcomp-323- test "x$dir" = "x$object" && dir= butt-0.1.18/depcomp:324: base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'` butt-0.1.18/depcomp-325- if test "$libtool" = yes; then ############################################## butt-0.1.18/depcomp-365- # Subdirectories are respected. butt-0.1.18/depcomp:366: dir=`echo "$object" | sed -e 's|/[^/]*$|/|'` butt-0.1.18/depcomp-367- test "x$dir" = "x$object" && dir= butt-0.1.18/depcomp:368: base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'` butt-0.1.18/depcomp-369- ############################################## butt-0.1.18/depcomp-557- done butt-0.1.18/depcomp:558: obj_suffix=`echo "$object" | sed 's/^.*\././'` butt-0.1.18/depcomp-559- touch "$tmpdepfile" ############################################## butt-0.1.18/Makefile.in-49- { \ butt-0.1.18/Makefile.in:50: flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ butt-0.1.18/Makefile.in-51- }; \ ############################################## butt-0.1.18/Makefile.in-179- while test -n "$$dir1"; do \ butt-0.1.18/Makefile.in:180: first=`echo "$$dir1" | sed -e "$$sed_first"`; \ butt-0.1.18/Makefile.in-181- if test "$$first" != "."; then \ butt-0.1.18/Makefile.in-182- if test "$$first" = ".."; then \ butt-0.1.18/Makefile.in:183: dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ butt-0.1.18/Makefile.in:184: dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ butt-0.1.18/Makefile.in-185- else \ butt-0.1.18/Makefile.in:186: first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ butt-0.1.18/Makefile.in-187- if test "$$first2" = "$$first"; then \ butt-0.1.18/Makefile.in:188: dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ butt-0.1.18/Makefile.in-189- else \ ############################################## butt-0.1.18/Makefile.in-194- fi; \ butt-0.1.18/Makefile.in:195: dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ butt-0.1.18/Makefile.in-196- done; \ ############################################## butt-0.1.18/Makefile.in-390- dot_seen=no; \ butt-0.1.18/Makefile.in:391: target=`echo $@ | sed s/-recursive//`; \ butt-0.1.18/Makefile.in-392- case "$@" in \ ############################################## butt-0.1.18/Makefile.in-453-GTAGS: butt-0.1.18/Makefile.in:454: here=`$(am__cd) $(top_builddir) && pwd` \ butt-0.1.18/Makefile.in-455- && $(am__cd) $(top_srcdir) \ ############################################## butt-0.1.18/Makefile.in-485- test -d "$(distdir)" || mkdir "$(distdir)" butt-0.1.18/Makefile.in:486: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ butt-0.1.18/Makefile.in:487: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ butt-0.1.18/Makefile.in-488- list='$(DISTFILES)'; \ ############################################## butt-0.1.18/Makefile.in-499- if test -d $$d/$$file; then \ butt-0.1.18/Makefile.in:500: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ butt-0.1.18/Makefile.in-501- if test -d "$(distdir)/$$file"; then \ ############################################## butt-0.1.18/Makefile.in-610- test -d $(distdir)/_build || exit 0; \ butt-0.1.18/Makefile.in:611: dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ butt-0.1.18/Makefile.in-612- && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ ############################################## butt-0.1.18/Makefile.in-654- }; \ butt-0.1.18/Makefile.in:655: test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \ butt-0.1.18/Makefile.in-656- || { echo "ERROR: files left after uninstall:" ; \ ############################################## butt-0.1.18/Makefile.in-666- fi butt-0.1.18/Makefile.in:667: @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ butt-0.1.18/Makefile.in-668- || { echo "ERROR: files left in build directory after distclean:" ; \