=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== kstart-4.2/build-aux/config.guess-34- kstart-4.2/build-aux/config.guess:35:me=`echo "$0" | sed -e 's,.*/,,'` kstart-4.2/build-aux/config.guess-36- ############################################## kstart-4.2/build-aux/config.guess-102-: ${TMPDIR=/tmp} ; kstart-4.2/build-aux/config.guess:103: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } || kstart-4.2/build-aux/config.guess-104- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } || ############################################## kstart-4.2/build-aux/config.guess-151- EOF kstart-4.2/build-aux/config.guess:152: eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC' | sed 's, ,,g'` kstart-4.2/build-aux/config.guess-153- ;; ############################################## kstart-4.2/build-aux/config.guess-181- earmv*) kstart-4.2/build-aux/config.guess:182: arch=`echo ${UNAME_MACHINE_ARCH} | sed -e 's,^e\(armv[0-9]\).*$,\1,'` kstart-4.2/build-aux/config.guess:183: endian=`echo ${UNAME_MACHINE_ARCH} | sed -ne 's,^.*\(eb\)$,\1,p'` kstart-4.2/build-aux/config.guess-184- machine=${arch}${endian}-unknown ############################################## kstart-4.2/build-aux/config.guess-210- expr='s/^earmv[0-9]/-eabi/;s/eb$//' kstart-4.2/build-aux/config.guess:211: abi=`echo ${UNAME_MACHINE_ARCH} | sed -e "$expr"` kstart-4.2/build-aux/config.guess-212- ;; ############################################## kstart-4.2/build-aux/config.guess-223- *) kstart-4.2/build-aux/config.guess:224: release=`echo ${UNAME_RELEASE} | sed -e 's/[-_].*//' | cut -d. -f1,2` kstart-4.2/build-aux/config.guess-225- ;; ############################################## kstart-4.2/build-aux/config.guess-257- *4.0) kstart-4.2/build-aux/config.guess:258: UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'` kstart-4.2/build-aux/config.guess-259- ;; kstart-4.2/build-aux/config.guess-260- *5.*) kstart-4.2/build-aux/config.guess:261: UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'` kstart-4.2/build-aux/config.guess-262- ;; ############################################## kstart-4.2/build-aux/config.guess-267- # types through head -n 1, so we only detect the type of CPU 0. kstart-4.2/build-aux/config.guess:268: ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^ The alpha \(.*\) processor.*$/\1/p' | head -n 1` kstart-4.2/build-aux/config.guess-269- case "$ALPHA_CPU_TYPE" in ############################################## kstart-4.2/build-aux/config.guess-305- # 1.2 uses "1.2" for uname -r. kstart-4.2/build-aux/config.guess:306: echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'` kstart-4.2/build-aux/config.guess-307- # Reset EXIT trap before exiting to avoid spurious non-zero exit code. ############################################## kstart-4.2/build-aux/config.guess-365- s390x:SunOS:*:*) kstart-4.2/build-aux/config.guess:366: echo ${UNAME_MACHINE}-ibm-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` kstart-4.2/build-aux/config.guess-367- exit ;; kstart-4.2/build-aux/config.guess-368- sun4H:SunOS:5.*:*) kstart-4.2/build-aux/config.guess:369: echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` kstart-4.2/build-aux/config.guess-370- exit ;; kstart-4.2/build-aux/config.guess-371- sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*) kstart-4.2/build-aux/config.guess:372: echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` kstart-4.2/build-aux/config.guess-373- exit ;; ############################################## kstart-4.2/build-aux/config.guess-390- fi kstart-4.2/build-aux/config.guess:391: echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` kstart-4.2/build-aux/config.guess-392- exit ;; ############################################## kstart-4.2/build-aux/config.guess-396- # it's likely to be more like Solaris than SunOS4. kstart-4.2/build-aux/config.guess:397: echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` kstart-4.2/build-aux/config.guess-398- exit ;; ############################################## kstart-4.2/build-aux/config.guess-405- # Japanese Language versions have a version number like `4.1.3-JL'. kstart-4.2/build-aux/config.guess:406: echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'` kstart-4.2/build-aux/config.guess-407- exit ;; ############################################## kstart-4.2/build-aux/config.guess-411- sun*:*:4.2BSD:*) kstart-4.2/build-aux/config.guess:412: UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null` kstart-4.2/build-aux/config.guess-413- test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3 ############################################## kstart-4.2/build-aux/config.guess-493- $CC_FOR_BUILD -o $dummy $dummy.c && kstart-4.2/build-aux/config.guess:494: dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` && kstart-4.2/build-aux/config.guess:495: SYSTEM_NAME=`$dummy $dummyarg` && kstart-4.2/build-aux/config.guess-496- { echo "$SYSTEM_NAME"; exit; } ############################################## kstart-4.2/build-aux/config.guess-549- *:IRIX*:*:*) kstart-4.2/build-aux/config.guess:550: echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'` kstart-4.2/build-aux/config.guess-551- exit ;; ############################################## kstart-4.2/build-aux/config.guess-579-EOF kstart-4.2/build-aux/config.guess:580: if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` kstart-4.2/build-aux/config.guess-581- then ############################################## kstart-4.2/build-aux/config.guess-592- *:AIX:*:[4567]) kstart-4.2/build-aux/config.guess:593: IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'` kstart-4.2/build-aux/config.guess-594- if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then ############################################## kstart-4.2/build-aux/config.guess-628- 9000/[34678]??:HP-UX:*:*) kstart-4.2/build-aux/config.guess:629: HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'` kstart-4.2/build-aux/config.guess-630- case "${UNAME_MACHINE}" in ############################################## kstart-4.2/build-aux/config.guess-682-EOF kstart-4.2/build-aux/config.guess:683: (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy` kstart-4.2/build-aux/config.guess-684- test -z "$HP_ARCH" && HP_ARCH=hppa ############################################## kstart-4.2/build-aux/config.guess-710- ia64:HP-UX:*:*) kstart-4.2/build-aux/config.guess:711: HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'` kstart-4.2/build-aux/config.guess-712- echo ia64-hp-hpux${HPUX_REV} ############################################## kstart-4.2/build-aux/config.guess-740-EOF kstart-4.2/build-aux/config.guess:741: $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` && kstart-4.2/build-aux/config.guess-742- { echo "$SYSTEM_NAME"; exit; } ############################################## kstart-4.2/build-aux/config.guess-811- FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'` kstart-4.2/build-aux/config.guess:812: FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'` kstart-4.2/build-aux/config.guess-813- echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" ############################################## kstart-4.2/build-aux/config.guess-816- FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'` kstart-4.2/build-aux/config.guess:817: FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'` kstart-4.2/build-aux/config.guess-818- echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" ############################################## kstart-4.2/build-aux/config.guess-832- amd64) kstart-4.2/build-aux/config.guess:833: echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; kstart-4.2/build-aux/config.guess-834- *) kstart-4.2/build-aux/config.guess:835: echo ${UNAME_PROCESSOR}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; kstart-4.2/build-aux/config.guess-836- esac ############################################## kstart-4.2/build-aux/config.guess-890- prep*:SunOS:5.*:*) kstart-4.2/build-aux/config.guess:891: echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` kstart-4.2/build-aux/config.guess-892- exit ;; ############################################## kstart-4.2/build-aux/config.guess-894- # the GNU system kstart-4.2/build-aux/config.guess:895: echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-${LIBC}`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'` kstart-4.2/build-aux/config.guess-896- exit ;; ############################################## kstart-4.2/build-aux/config.guess-898- # other systems with GNU libc and userland kstart-4.2/build-aux/config.guess:899: echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-${LIBC} kstart-4.2/build-aux/config.guess-900- exit ;; ############################################## kstart-4.2/build-aux/config.guess-989-EOF kstart-4.2/build-aux/config.guess:990: eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'` kstart-4.2/build-aux/config.guess-991- test x"${CPU}" != x && { echo "${CPU}-unknown-linux-${LIBC}"; exit; } ############################################## kstart-4.2/build-aux/config.guess-1083- i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*) kstart-4.2/build-aux/config.guess:1084: UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'` kstart-4.2/build-aux/config.guess-1085- if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then ############################################## kstart-4.2/build-aux/config.guess-1283- fi kstart-4.2/build-aux/config.guess:1284: if test `echo "$UNAME_RELEASE" | sed -e 's/\..*//'` -le 10 ; then kstart-4.2/build-aux/config.guess-1285- if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then ############################################## kstart-4.2/build-aux/config.guess-1368- *:DragonFly:*:*) kstart-4.2/build-aux/config.guess:1369: echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` kstart-4.2/build-aux/config.guess-1370- exit ;; ############################################## kstart-4.2/build-aux/config.guess-1381- i*86:skyos:*:*) kstart-4.2/build-aux/config.guess:1382: echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//' kstart-4.2/build-aux/config.guess-1383- exit ;; ############################################## kstart-4.2/build-aux/install-sh-234- fi kstart-4.2/build-aux/install-sh:235: cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;; kstart-4.2/build-aux/install-sh-236- *) ############################################## kstart-4.2/build-aux/install-sh-281- dstdir=$dst kstart-4.2/build-aux/install-sh:282: dst=$dstdir/`basename "$src"` kstart-4.2/build-aux/install-sh-283- dstdir_status=0 kstart-4.2/build-aux/install-sh-284- else kstart-4.2/build-aux/install-sh:285: dstdir=`dirname "$dst"` kstart-4.2/build-aux/install-sh-286- test -d "$dstdir" ############################################## kstart-4.2/build-aux/install-sh-344- test_tmpdir="$tmpdir/a" kstart-4.2/build-aux/install-sh:345: ls_ld_tmpdir=`ls -ld "$test_tmpdir"` kstart-4.2/build-aux/install-sh-346- case $ls_ld_tmpdir in ############################################## kstart-4.2/build-aux/install-sh-351- $mkdirprog -m$different_mode -p -- "$test_tmpdir" && { kstart-4.2/build-aux/install-sh:352: ls_ld_tmpdir_1=`ls -ld "$test_tmpdir"` kstart-4.2/build-aux/install-sh-353- test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1" ############################################## kstart-4.2/build-aux/install-sh-409- case $prefix in kstart-4.2/build-aux/install-sh:410: *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;; kstart-4.2/build-aux/install-sh-411- *) qprefix=$prefix;; ############################################## kstart-4.2/build-aux/install-sh-458- if $copy_on_change && kstart-4.2/build-aux/install-sh:459: old=`LC_ALL=C ls -dlL "$dst" 2>/dev/null` && kstart-4.2/build-aux/install-sh:460: new=`LC_ALL=C ls -dlL "$dsttmp" 2>/dev/null` && kstart-4.2/build-aux/install-sh-461- set -f && ############################################## kstart-4.2/build-aux/ar-lib-65- mingw) kstart-4.2/build-aux/ar-lib:66: file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'` kstart-4.2/build-aux/ar-lib-67- ;; kstart-4.2/build-aux/ar-lib-68- cygwin) kstart-4.2/build-aux/ar-lib:69: file=`cygpath -m "$file" || echo "$file"` kstart-4.2/build-aux/ar-lib-70- ;; kstart-4.2/build-aux/ar-lib-71- wine) kstart-4.2/build-aux/ar-lib:72: file=`winepath -w "$file" || echo "$file"` kstart-4.2/build-aux/ar-lib-73- ;; ############################################## kstart-4.2/build-aux/ar-lib-88- archive=$3 kstart-4.2/build-aux/ar-lib:89: at_file_contents=`cat "$1"` kstart-4.2/build-aux/ar-lib-90- eval set x "$at_file_contents" ############################################## kstart-4.2/build-aux/compile-67- mingw/*) kstart-4.2/build-aux/compile:68: file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'` kstart-4.2/build-aux/compile-69- ;; kstart-4.2/build-aux/compile-70- cygwin/*) kstart-4.2/build-aux/compile:71: file=`cygpath -m "$file" || echo "$file"` kstart-4.2/build-aux/compile-72- ;; kstart-4.2/build-aux/compile-73- wine/*) kstart-4.2/build-aux/compile:74: file=`winepath -w "$file" || echo "$file"` kstart-4.2/build-aux/compile-75- ;; ############################################## kstart-4.2/build-aux/compile-309-# Name of file we expect compiler to create. kstart-4.2/build-aux/compile:310:cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'` kstart-4.2/build-aux/compile-311- ############################################## kstart-4.2/build-aux/compile-315-# object file name, since that is what matters with a parallel build. kstart-4.2/build-aux/compile:316:lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d kstart-4.2/build-aux/compile-317-while true; do ############################################## kstart-4.2/build-aux/config.sub-52- kstart-4.2/build-aux/config.sub:53:me=`echo "$0" | sed -e 's,.*/,,'` kstart-4.2/build-aux/config.sub-54- ############################################## kstart-4.2/build-aux/config.sub-115-# Here we must recognize all the valid KERNEL-OS combinations. kstart-4.2/build-aux/config.sub:116:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'` kstart-4.2/build-aux/config.sub-117-case $maybe_os in ############################################## kstart-4.2/build-aux/config.sub-123- os=-$maybe_os kstart-4.2/build-aux/config.sub:124: basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'` kstart-4.2/build-aux/config.sub-125- ;; ############################################## kstart-4.2/build-aux/config.sub-127- os=-linux-android kstart-4.2/build-aux/config.sub:128: basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown kstart-4.2/build-aux/config.sub-129- ;; kstart-4.2/build-aux/config.sub-130- *) kstart-4.2/build-aux/config.sub:131: basic_machine=`echo $1 | sed 's/-[^-]*$//'` kstart-4.2/build-aux/config.sub-132- if [ $basic_machine != $1 ] kstart-4.2/build-aux/config.sub:133: then os=`echo $1 | sed 's/.*-/-/'` kstart-4.2/build-aux/config.sub-134- else os=; fi ############################################## kstart-4.2/build-aux/config.sub-181- os=-sco5v6 kstart-4.2/build-aux/config.sub:182: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` kstart-4.2/build-aux/config.sub-183- ;; ############################################## kstart-4.2/build-aux/config.sub-185- os=-sco3.2v5 kstart-4.2/build-aux/config.sub:186: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` kstart-4.2/build-aux/config.sub-187- ;; ############################################## kstart-4.2/build-aux/config.sub-189- os=-sco3.2v4 kstart-4.2/build-aux/config.sub:190: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` kstart-4.2/build-aux/config.sub-191- ;; kstart-4.2/build-aux/config.sub-192- -sco3.2.[4-9]*) kstart-4.2/build-aux/config.sub:193: os=`echo $os | sed -e 's/sco3.2./sco3.2v/'` kstart-4.2/build-aux/config.sub:194: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` kstart-4.2/build-aux/config.sub-195- ;; ############################################## kstart-4.2/build-aux/config.sub-197- # Don't forget version if it is 3.2v4 or newer. kstart-4.2/build-aux/config.sub:198: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` kstart-4.2/build-aux/config.sub-199- ;; ############################################## kstart-4.2/build-aux/config.sub-201- # Don't forget version if it is 3.2v4 or newer. kstart-4.2/build-aux/config.sub:202: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` kstart-4.2/build-aux/config.sub-203- ;; ############################################## kstart-4.2/build-aux/config.sub-205- os=-sco3.2v2 kstart-4.2/build-aux/config.sub:206: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` kstart-4.2/build-aux/config.sub-207- ;; kstart-4.2/build-aux/config.sub-208- -udk*) kstart-4.2/build-aux/config.sub:209: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` kstart-4.2/build-aux/config.sub-210- ;; ############################################## kstart-4.2/build-aux/config.sub-212- os=-isc2.2 kstart-4.2/build-aux/config.sub:213: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` kstart-4.2/build-aux/config.sub-214- ;; ############################################## kstart-4.2/build-aux/config.sub-218- -isc*) kstart-4.2/build-aux/config.sub:219: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` kstart-4.2/build-aux/config.sub-220- ;; ############################################## kstart-4.2/build-aux/config.sub-230- -ptx*) kstart-4.2/build-aux/config.sub:231: basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'` kstart-4.2/build-aux/config.sub-232- ;; kstart-4.2/build-aux/config.sub-233- -windowsnt*) kstart-4.2/build-aux/config.sub:234: os=`echo $os | sed -e 's/windowsnt/winnt/'` kstart-4.2/build-aux/config.sub-235- ;; ############################################## kstart-4.2/build-aux/config.sub-367- *-*-*) kstart-4.2/build-aux/config.sub:368: echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2 kstart-4.2/build-aux/config.sub-369- exit 1 ############################################## kstart-4.2/build-aux/config.sub-494- amd64-*) kstart-4.2/build-aux/config.sub:495: basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'` kstart-4.2/build-aux/config.sub-496- ;; ############################################## kstart-4.2/build-aux/config.sub-539- blackfin-*) kstart-4.2/build-aux/config.sub:540: basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'` kstart-4.2/build-aux/config.sub-541- os=-linux ############################################## kstart-4.2/build-aux/config.sub-547- c54x-*) kstart-4.2/build-aux/config.sub:548: basic_machine=tic54x-`echo $basic_machine | sed 's/^[^-]*-//'` kstart-4.2/build-aux/config.sub-549- ;; kstart-4.2/build-aux/config.sub-550- c55x-*) kstart-4.2/build-aux/config.sub:551: basic_machine=tic55x-`echo $basic_machine | sed 's/^[^-]*-//'` kstart-4.2/build-aux/config.sub-552- ;; kstart-4.2/build-aux/config.sub-553- c6x-*) kstart-4.2/build-aux/config.sub:554: basic_machine=tic6x-`echo $basic_machine | sed 's/^[^-]*-//'` kstart-4.2/build-aux/config.sub-555- ;; ############################################## kstart-4.2/build-aux/config.sub-750- i*86v32) kstart-4.2/build-aux/config.sub:751: basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` kstart-4.2/build-aux/config.sub-752- os=-sysv32 ############################################## kstart-4.2/build-aux/config.sub-754- i*86v4*) kstart-4.2/build-aux/config.sub:755: basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` kstart-4.2/build-aux/config.sub-756- os=-sysv4 ############################################## kstart-4.2/build-aux/config.sub-758- i*86v) kstart-4.2/build-aux/config.sub:759: basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` kstart-4.2/build-aux/config.sub-760- os=-sysv ############################################## kstart-4.2/build-aux/config.sub-762- i*86sol2) kstart-4.2/build-aux/config.sub:763: basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` kstart-4.2/build-aux/config.sub-764- os=-solaris2 ############################################## kstart-4.2/build-aux/config.sub-788- leon-*|leon[3-9]-*) kstart-4.2/build-aux/config.sub:789: basic_machine=sparc-`echo $basic_machine | sed 's/-.*//'` kstart-4.2/build-aux/config.sub-790- ;; ############################################## kstart-4.2/build-aux/config.sub-795- m68knommu-*) kstart-4.2/build-aux/config.sub:796: basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'` kstart-4.2/build-aux/config.sub-797- os=-linux ############################################## kstart-4.2/build-aux/config.sub-832- mips3*-*) kstart-4.2/build-aux/config.sub:833: basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'` kstart-4.2/build-aux/config.sub-834- ;; kstart-4.2/build-aux/config.sub-835- mips3*) kstart-4.2/build-aux/config.sub:836: basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown kstart-4.2/build-aux/config.sub-837- ;; ############################################## kstart-4.2/build-aux/config.sub-854- ms1-*) kstart-4.2/build-aux/config.sub:855: basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'` kstart-4.2/build-aux/config.sub-856- ;; ############################################## kstart-4.2/build-aux/config.sub-973- parisc-*) kstart-4.2/build-aux/config.sub:974: basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'` kstart-4.2/build-aux/config.sub-975- os=-linux ############################################## kstart-4.2/build-aux/config.sub-989- pc98-*) kstart-4.2/build-aux/config.sub:990: basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'` kstart-4.2/build-aux/config.sub-991- ;; ############################################## kstart-4.2/build-aux/config.sub-1004- pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*) kstart-4.2/build-aux/config.sub:1005: basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'` kstart-4.2/build-aux/config.sub-1006- ;; kstart-4.2/build-aux/config.sub-1007- pentiumpro-* | p6-* | 6x86-* | athlon-*) kstart-4.2/build-aux/config.sub:1008: basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'` kstart-4.2/build-aux/config.sub-1009- ;; kstart-4.2/build-aux/config.sub-1010- pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*) kstart-4.2/build-aux/config.sub:1011: basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'` kstart-4.2/build-aux/config.sub-1012- ;; kstart-4.2/build-aux/config.sub-1013- pentium4-*) kstart-4.2/build-aux/config.sub:1014: basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'` kstart-4.2/build-aux/config.sub-1015- ;; ############################################## kstart-4.2/build-aux/config.sub-1023- ppc-* | ppcbe-*) kstart-4.2/build-aux/config.sub:1024: basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'` kstart-4.2/build-aux/config.sub-1025- ;; ############################################## kstart-4.2/build-aux/config.sub-1029- ppcle-* | powerpclittle-*) kstart-4.2/build-aux/config.sub:1030: basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'` kstart-4.2/build-aux/config.sub-1031- ;; ############################################## kstart-4.2/build-aux/config.sub-1033- ;; kstart-4.2/build-aux/config.sub:1034: ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'` kstart-4.2/build-aux/config.sub-1035- ;; ############################################## kstart-4.2/build-aux/config.sub-1039- ppc64le-* | powerpc64little-*) kstart-4.2/build-aux/config.sub:1040: basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'` kstart-4.2/build-aux/config.sub-1041- ;; ############################################## kstart-4.2/build-aux/config.sub-1122- strongarm-* | thumb-*) kstart-4.2/build-aux/config.sub:1123: basic_machine=arm-`echo $basic_machine | sed 's/^[^-]*-//'` kstart-4.2/build-aux/config.sub-1124- ;; ############################################## kstart-4.2/build-aux/config.sub-1252- xscale-* | xscalee[bl]-*) kstart-4.2/build-aux/config.sub:1253: basic_machine=`echo $basic_machine | sed 's/^xscale/arm/'` kstart-4.2/build-aux/config.sub-1254- ;; ############################################## kstart-4.2/build-aux/config.sub-1329- *) kstart-4.2/build-aux/config.sub:1330: echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2 kstart-4.2/build-aux/config.sub-1331- exit 1 ############################################## kstart-4.2/build-aux/config.sub-1337- *-digital*) kstart-4.2/build-aux/config.sub:1338: basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'` kstart-4.2/build-aux/config.sub-1339- ;; kstart-4.2/build-aux/config.sub-1340- *-commodore*) kstart-4.2/build-aux/config.sub:1341: basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'` kstart-4.2/build-aux/config.sub-1342- ;; ############################################## kstart-4.2/build-aux/config.sub-1358- -solaris1 | -solaris1.*) kstart-4.2/build-aux/config.sub:1359: os=`echo $os | sed -e 's|solaris1|sunos4|'` kstart-4.2/build-aux/config.sub-1360- ;; ############################################## kstart-4.2/build-aux/config.sub-1370- -gnu/linux*) kstart-4.2/build-aux/config.sub:1371: os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'` kstart-4.2/build-aux/config.sub-1372- ;; ############################################## kstart-4.2/build-aux/config.sub-1416- -nto*) kstart-4.2/build-aux/config.sub:1417: os=`echo $os | sed -e 's|nto|nto-qnx|'` kstart-4.2/build-aux/config.sub-1418- ;; ############################################## kstart-4.2/build-aux/config.sub-1423- -mac*) kstart-4.2/build-aux/config.sub:1424: os=`echo $os | sed -e 's|mac|macos|'` kstart-4.2/build-aux/config.sub-1425- ;; ############################################## kstart-4.2/build-aux/config.sub-1429- -linux*) kstart-4.2/build-aux/config.sub:1430: os=`echo $os | sed -e 's|linux|linux-gnu|'` kstart-4.2/build-aux/config.sub-1431- ;; kstart-4.2/build-aux/config.sub-1432- -sunos5*) kstart-4.2/build-aux/config.sub:1433: os=`echo $os | sed -e 's|sunos5|solaris2|'` kstart-4.2/build-aux/config.sub-1434- ;; kstart-4.2/build-aux/config.sub-1435- -sunos6*) kstart-4.2/build-aux/config.sub:1436: os=`echo $os | sed -e 's|sunos6|solaris3|'` kstart-4.2/build-aux/config.sub-1437- ;; ############################################## kstart-4.2/build-aux/config.sub-1484- -sinix5.*) kstart-4.2/build-aux/config.sub:1485: os=`echo $os | sed -e 's|sinix|sysv|'` kstart-4.2/build-aux/config.sub-1486- ;; ############################################## kstart-4.2/build-aux/config.sub-1537- # Get rid of the `-' at the beginning of $os. kstart-4.2/build-aux/config.sub:1538: os=`echo $os | sed 's/[^-]*-//'` kstart-4.2/build-aux/config.sub:1539: echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2 kstart-4.2/build-aux/config.sub-1540- exit 1 ############################################## kstart-4.2/build-aux/config.sub-1800- esac kstart-4.2/build-aux/config.sub:1801: basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"` kstart-4.2/build-aux/config.sub-1802- ;; ############################################## kstart-4.2/build-aux/depcomp-64- case $1 in kstart-4.2/build-aux/depcomp:65: */*) dir=`echo "$1" | sed -e 's|/[^/]*$|/|'`;; kstart-4.2/build-aux/depcomp-66- *) dir=;; ############################################## kstart-4.2/build-aux/depcomp-73-{ kstart-4.2/build-aux/depcomp:74: base=`echo "$1" | sed -e 's|^.*/||' -e 's/\.[^.]*$//'` kstart-4.2/build-aux/depcomp-75-} ############################################## kstart-4.2/build-aux/depcomp-126- sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`} kstart-4.2/build-aux/depcomp:127:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`} kstart-4.2/build-aux/depcomp-128- ############################################## kstart-4.2/build-aux/depcomp-405- sleep 1 kstart-4.2/build-aux/depcomp:406: i=`expr $i - 1` kstart-4.2/build-aux/depcomp-407- done kstart-4.2/build-aux/depcomp-408- fi kstart-4.2/build-aux/depcomp:409: i=`expr $i - 1` kstart-4.2/build-aux/depcomp-410- done ############################################## kstart-4.2/build-aux/depcomp-425- # Do two passes, one to just change these to kstart-4.2/build-aux/depcomp:426: # `$object: dependent.h' and one to simply `dependent.h:'. kstart-4.2/build-aux/depcomp-427- sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile" ############################################## kstart-4.2/build-aux/depcomp-659- done kstart-4.2/build-aux/depcomp:660: obj_suffix=`echo "$object" | sed 's/^.*\././'` kstart-4.2/build-aux/depcomp-661- touch "$tmpdepfile" ############################################## kstart-4.2/configure-45-if test -z "$BASH_VERSION$ZSH_VERSION" \ kstart-4.2/configure:46: && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then kstart-4.2/configure-47- as_echo='print -r --' kstart-4.2/configure-48- as_echo_n='print -rn --' kstart-4.2/configure:49:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then kstart-4.2/configure-50- as_echo='printf %s\n' ############################################## kstart-4.2/configure-52-else kstart-4.2/configure:53: if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then kstart-4.2/configure-54- as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' ############################################## kstart-4.2/configure-62- expr "X$arg" : "X\\(.*\\)$as_nl"; kstart-4.2/configure:63: arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; kstart-4.2/configure-64- esac; ############################################## kstart-4.2/configure-199- eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" && kstart-4.2/configure:200: test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1 kstart-4.2/configure-201-test \$(( 1 + 1 )) = 2 || exit 1" ############################################## kstart-4.2/configure-327- case $as_dir in #( kstart-4.2/configure:328: *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( kstart-4.2/configure-329- *) as_qdir=$as_dir;; ############################################## kstart-4.2/configure-400- { kstart-4.2/configure:401: as_val=`expr "$@" || test $? -eq 1` kstart-4.2/configure-402- } ############################################## kstart-4.2/configure-407-# ---------------------------------------- kstart-4.2/configure:408:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are kstart-4.2/configure-409-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the ############################################## kstart-4.2/configure-470- eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" && kstart-4.2/configure:471: test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || { kstart-4.2/configure-472- # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-) ############################################## kstart-4.2/configure-838- case $ac_option in kstart-4.2/configure:839: *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; kstart-4.2/configure-840- *=) ac_optarg= ;; ############################################## kstart-4.2/configure-882- -disable-* | --disable-*) kstart-4.2/configure:883: ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` kstart-4.2/configure-884- # Reject names that are not valid shell variable names. ############################################## kstart-4.2/configure-887- ac_useropt_orig=$ac_useropt kstart-4.2/configure:888: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` kstart-4.2/configure-889- case $ac_user_opts in ############################################## kstart-4.2/configure-908- -enable-* | --enable-*) kstart-4.2/configure:909: ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` kstart-4.2/configure-910- # Reject names that are not valid shell variable names. ############################################## kstart-4.2/configure-913- ac_useropt_orig=$ac_useropt kstart-4.2/configure:914: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` kstart-4.2/configure-915- case $ac_user_opts in ############################################## kstart-4.2/configure-1121- -with-* | --with-*) kstart-4.2/configure:1122: ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` kstart-4.2/configure-1123- # Reject names that are not valid shell variable names. ############################################## kstart-4.2/configure-1126- ac_useropt_orig=$ac_useropt kstart-4.2/configure:1127: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` kstart-4.2/configure-1128- case $ac_user_opts in ############################################## kstart-4.2/configure-1137- -without-* | --without-*) kstart-4.2/configure:1138: ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` kstart-4.2/configure-1139- # Reject names that are not valid shell variable names. ############################################## kstart-4.2/configure-1142- ac_useropt_orig=$ac_useropt kstart-4.2/configure:1143: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` kstart-4.2/configure-1144- case $ac_user_opts in ############################################## kstart-4.2/configure-1175- *=*) kstart-4.2/configure:1176: ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` kstart-4.2/configure-1177- # Reject names that are not valid shell variable names. ############################################## kstart-4.2/configure-1196-if test -n "$ac_prev"; then kstart-4.2/configure:1197: ac_option=--`echo $ac_prev | sed 's/_/-/g'` kstart-4.2/configure-1198- as_fn_error $? "missing argument to $ac_option" ############################################## kstart-4.2/configure-1218- */ ) kstart-4.2/configure:1219: ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'` kstart-4.2/configure-1220- eval $ac_var=\$ac_val;; ############################################## kstart-4.2/configure-1253-ac_ls_di=`ls -di .` && kstart-4.2/configure:1254:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || kstart-4.2/configure-1255- as_fn_error $? "working directory cannot be determined" ############################################## kstart-4.2/configure-1309-case $srcdir in kstart-4.2/configure:1310:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;; kstart-4.2/configure-1311-esac ############################################## kstart-4.2/configure-1352-By default, \`make install' will install all the files in kstart-4.2/configure:1353:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify kstart-4.2/configure:1354:an installation prefix other than \`$ac_default_prefix' using \`--prefix', kstart-4.2/configure-1355-for instance \`--prefix=\$HOME'. ############################################## kstart-4.2/configure-1464-*) kstart-4.2/configure:1465: ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` kstart-4.2/configure-1466- # A ".." for each directory in $ac_dir_suffix. kstart-4.2/configure:1467: ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` kstart-4.2/configure-1468- case $ac_top_builddir_sub in ############################################## kstart-4.2/configure-2067- as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack kstart-4.2/configure:2068: as_decl_name=`echo $2|sed 's/ *(.*//'` kstart-4.2/configure:2069: as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'` kstart-4.2/configure-2070- { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5 ############################################## kstart-4.2/configure-2289- *\'*) kstart-4.2/configure:2290: ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; kstart-4.2/configure-2291- esac ############################################## kstart-4.2/configure-2372- case $ac_val in kstart-4.2/configure:2373: *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; kstart-4.2/configure-2374- esac ############################################## kstart-4.2/configure-2387- case $ac_val in kstart-4.2/configure:2388: *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; kstart-4.2/configure-2389- esac ############################################## kstart-4.2/configure-2507- set,) kstart-4.2/configure:2508: { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 kstart-4.2/configure:2509:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} kstart-4.2/configure-2510- ac_cache_corrupted=: ;; ############################################## kstart-4.2/configure-2518- # differences in whitespace do not lead to failure. kstart-4.2/configure:2519: ac_old_val_w=`echo x $ac_old_val` kstart-4.2/configure:2520: ac_new_val_w=`echo x $ac_new_val` kstart-4.2/configure-2521- if test "$ac_old_val_w" != "$ac_new_val_w"; then ############################################## kstart-4.2/configure-2538- case $ac_new_val in kstart-4.2/configure:2539: *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; kstart-4.2/configure-2540- *) ac_arg=$ac_var=$ac_new_val ;; ############################################## kstart-4.2/configure-2715- echo "timestamp, slept: $am_has_slept" > conftest.file kstart-4.2/configure:2716: set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` kstart-4.2/configure-2717- if test "$*" = "X"; then kstart-4.2/configure-2718- # -L didn't work. kstart-4.2/configure:2719: set X `ls -t "$srcdir/configure" conftest.file` kstart-4.2/configure-2720- fi ############################################## kstart-4.2/configure-2766-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//' kstart-4.2/configure:2767:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"` kstart-4.2/configure-2768- kstart-4.2/configure-2769-# Expand $ac_aux_dir to an absolute path. kstart-4.2/configure:2770:am_aux_dir=`cd "$ac_aux_dir" && pwd` kstart-4.2/configure-2771- ############################################## kstart-4.2/configure-2911- as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue kstart-4.2/configure:2912: case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #( kstart-4.2/configure-2913- 'mkdir (GNU coreutils) '* | \ ############################################## kstart-4.2/configure-2984-set x ${MAKE-make} kstart-4.2/configure:2985:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` kstart-4.2/configure-2986-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then : ############################################## kstart-4.2/configure-2994-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us. kstart-4.2/configure:2995:case `${MAKE-make} -f conftest.make 2>/dev/null` in kstart-4.2/configure-2996- *@@@%%%=?*=@@@%%%*) ############################################## kstart-4.2/configure-3060- kstart-4.2/configure:3061:if test "`cd $srcdir && pwd`" != "`pwd`"; then kstart-4.2/configure-3062- # Use -I$(srcdir) only when $(srcdir) != ., so that make's output ############################################## kstart-4.2/configure-3547-$as_echo_n "checking whether the C compiler works... " >&6; } kstart-4.2/configure:3548:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` kstart-4.2/configure-3549- ############################################## kstart-4.2/configure-3591- then :; else kstart-4.2/configure:3592: ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` kstart-4.2/configure-3593- fi ############################################## kstart-4.2/configure-3651- *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; kstart-4.2/configure:3652: *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` kstart-4.2/configure-3653- break;; ############################################## kstart-4.2/configure-3760- *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;; kstart-4.2/configure:3761: *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` kstart-4.2/configure-3762- break;; ############################################## kstart-4.2/configure-4068-# Ignore all kinds of additional output from 'make'. kstart-4.2/configure:4069:case `$am_make -s -f confmf 2> /dev/null` in #( kstart-4.2/configure-4070-*the\ am__doit\ target*) ############################################## kstart-4.2/configure-4078- echo '.include "confinc"' > confmf kstart-4.2/configure:4079: case `$am_make -s -f confmf 2> /dev/null` in #( kstart-4.2/configure-4080- *the\ am__doit\ target*) ############################################## kstart-4.2/configure-4141- if test "$am_compiler_list" = ""; then kstart-4.2/configure:4142: am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` kstart-4.2/configure-4143- fi ############################################## kstart-4.2/configure-4398- # Check for GNU $ac_path_GREP kstart-4.2/configure:4399:case `"$ac_path_GREP" --version 2>&1` in kstart-4.2/configure-4400-*GNU*) ############################################## kstart-4.2/configure-4464- # Check for GNU $ac_path_EGREP kstart-4.2/configure:4465:case `"$ac_path_EGREP" --version 2>&1` in kstart-4.2/configure-4466-*GNU*) ############################################## kstart-4.2/configure-4625-do : kstart-4.2/configure:4626: as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` kstart-4.2/configure-4627-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default ############################################## kstart-4.2/configure-4630- cat >>confdefs.h <<_ACEOF kstart-4.2/configure:4631:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 kstart-4.2/configure-4632-_ACEOF ############################################## kstart-4.2/configure-5402-fi kstart-4.2/configure:5403: KRB5_LDFLAGS=`echo "$KRB5_LDFLAGS" | sed -e 's/^ *//'` kstart-4.2/configure-5404-fi ############################################## kstart-4.2/configure-5468-do : kstart-4.2/configure:5469: as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` kstart-4.2/configure-5470-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" ############################################## kstart-4.2/configure-5472- cat >>confdefs.h <<_ACEOF kstart-4.2/configure:5473:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 kstart-4.2/configure-5474-_ACEOF ############################################## kstart-4.2/configure-5671-do : kstart-4.2/configure:5672: as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` kstart-4.2/configure-5673-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" ############################################## kstart-4.2/configure-5675- cat >>confdefs.h <<_ACEOF kstart-4.2/configure:5676:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 kstart-4.2/configure-5677-_ACEOF ############################################## kstart-4.2/configure-5751- if test "$rra_cv_lib_KRB5_config" = yes; then : kstart-4.2/configure:5752: KRB5_CPPFLAGS=`"$rra_krb5_config_KRB5" --cflags krb5 2>/dev/null` kstart-4.2/configure-5753- ############################################## kstart-4.2/configure-5770- && test x"$rra_cv_krb5_config_deps" = xyes; then : kstart-4.2/configure:5771: KRB5_LIBS=`"$rra_krb5_config_KRB5" --deps --libs krb5 2>/dev/null` kstart-4.2/configure-5772-else kstart-4.2/configure:5773: KRB5_LIBS=`"$rra_krb5_config_KRB5" --libs krb5 2>/dev/null` kstart-4.2/configure-5774-fi ############################################## kstart-4.2/configure-5777- if test x"krb5" = xkrb5; then : kstart-4.2/configure:5778: KRB5_CPPFLAGS=`"$rra_krb5_config_KRB5" --cflags 2>/dev/null` kstart-4.2/configure:5779: KRB5_LIBS=`"$rra_krb5_config_KRB5" --libs krb5 2>/dev/null` kstart-4.2/configure-5780- rra_krb5_config_KRB5_ok=yes ############################################## kstart-4.2/configure-5784- if test x"$rra_krb5_config_KRB5_ok" = xyes; then : kstart-4.2/configure:5785: KRB5_CPPFLAGS=`echo "$KRB5_CPPFLAGS" | sed 's%-I/usr/include %%'` kstart-4.2/configure:5786: KRB5_CPPFLAGS=`echo "$KRB5_CPPFLAGS" | sed 's%-I/usr/include$%%'` kstart-4.2/configure-5787- rra_krb5_save_CPPFLAGS="$CPPFLAGS" ############################################## kstart-4.2/configure-5821-fi kstart-4.2/configure:5822: KRB5_LDFLAGS=`echo "$KRB5_LDFLAGS" | sed -e 's/^ *//'` kstart-4.2/configure-5823-fi ############################################## kstart-4.2/configure-6632-do : kstart-4.2/configure:6633: as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` kstart-4.2/configure-6634-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" ############################################## kstart-4.2/configure-6636- cat >>confdefs.h <<_ACEOF kstart-4.2/configure:6637:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 kstart-4.2/configure-6638-_ACEOF ############################################## kstart-4.2/configure-6756-do : kstart-4.2/configure:6757: as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` kstart-4.2/configure-6758-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" ############################################## kstart-4.2/configure-6760- cat >>confdefs.h <<_ACEOF kstart-4.2/configure:6761:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 kstart-4.2/configure-6762-_ACEOF ############################################## kstart-4.2/configure-6823-do : kstart-4.2/configure:6824: as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` kstart-4.2/configure-6825-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" ############################################## kstart-4.2/configure-6827- cat >>confdefs.h <<_ACEOF kstart-4.2/configure:6828:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 kstart-4.2/configure-6829-_ACEOF ############################################## kstart-4.2/configure-6947-do : kstart-4.2/configure:6948: as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` kstart-4.2/configure-6949-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" ############################################## kstart-4.2/configure-6951- cat >>confdefs.h <<_ACEOF kstart-4.2/configure:6952:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 kstart-4.2/configure-6953-_ACEOF ############################################## kstart-4.2/configure-7022-fi kstart-4.2/configure:7023: KRB5_LDFLAGS=`echo "$KRB5_LDFLAGS" | sed -e 's/^ *//'` kstart-4.2/configure-7024-fi ############################################## kstart-4.2/configure-7833-do : kstart-4.2/configure:7834: as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` kstart-4.2/configure-7835-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" ############################################## kstart-4.2/configure-7837- cat >>confdefs.h <<_ACEOF kstart-4.2/configure:7838:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 kstart-4.2/configure-7839-_ACEOF ############################################## kstart-4.2/configure-7957-do : kstart-4.2/configure:7958: as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` kstart-4.2/configure-7959-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" ############################################## kstart-4.2/configure-7961- cat >>confdefs.h <<_ACEOF kstart-4.2/configure:7962:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 kstart-4.2/configure-7963-_ACEOF ############################################## kstart-4.2/configure-8033-fi kstart-4.2/configure:8034: KRB5_LDFLAGS=`echo "$KRB5_LDFLAGS" | sed -e 's/^ *//'` kstart-4.2/configure-8035-fi ############################################## kstart-4.2/configure-8844-do : kstart-4.2/configure:8845: as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` kstart-4.2/configure-8846-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" ############################################## kstart-4.2/configure-8848- cat >>confdefs.h <<_ACEOF kstart-4.2/configure:8849:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 kstart-4.2/configure-8850-_ACEOF ############################################## kstart-4.2/configure-8968-do : kstart-4.2/configure:8969: as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` kstart-4.2/configure-8970-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" ############################################## kstart-4.2/configure-8972- cat >>confdefs.h <<_ACEOF kstart-4.2/configure:8973:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 kstart-4.2/configure-8974-_ACEOF ############################################## kstart-4.2/configure-9041- kstart-4.2/configure:9042: KRB5_CPPFLAGS_GCC=`echo "$KRB5_CPPFLAGS" | sed -e 's/-I/-isystem /g'` kstart-4.2/configure-9043- ############################################## kstart-4.2/configure-9058-do : kstart-4.2/configure:9059: as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` kstart-4.2/configure-9060-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" ############################################## kstart-4.2/configure-9062- cat >>confdefs.h <<_ACEOF kstart-4.2/configure:9063:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 kstart-4.2/configure-9064-_ACEOF ############################################## kstart-4.2/configure-9188-test "x$ac_build_alias" = x && kstart-4.2/configure:9189: ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"` kstart-4.2/configure-9190-test "x$ac_build_alias" = x && kstart-4.2/configure-9191- as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5 kstart-4.2/configure:9192:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` || kstart-4.2/configure-9193- as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5 ############################################## kstart-4.2/configure-9212-IFS=$ac_save_IFS kstart-4.2/configure:9213:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac kstart-4.2/configure-9214- ############################################## kstart-4.2/configure-9223-else kstart-4.2/configure:9224: ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` || kstart-4.2/configure-9225- as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5 ############################################## kstart-4.2/configure-9245-IFS=$ac_save_IFS kstart-4.2/configure:9246:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac kstart-4.2/configure-9247- ############################################## kstart-4.2/configure-9347-fi kstart-4.2/configure:9348: KAFS_LDFLAGS=`echo "$KAFS_LDFLAGS" | sed -e 's/^ *//'` kstart-4.2/configure-9349-fi ############################################## kstart-4.2/configure-9377-fi kstart-4.2/configure:9378: KAFS_LDFLAGS=`echo "$KAFS_LDFLAGS" | sed -e 's/^ *//'` kstart-4.2/configure-9379-fi ############################################## kstart-4.2/configure-9393-fi kstart-4.2/configure:9394: KAFS_LDFLAGS=`echo "$KAFS_LDFLAGS" | sed -e 's/^ *//'` kstart-4.2/configure-9395-fi ############################################## kstart-4.2/configure-10071-fi kstart-4.2/configure:10072: KAFS_LDFLAGS=`echo "$KAFS_LDFLAGS" | sed -e 's/^ *//'` kstart-4.2/configure-10073-fi ############################################## kstart-4.2/configure-10101-fi kstart-4.2/configure:10102: KAFS_LDFLAGS=`echo "$KAFS_LDFLAGS" | sed -e 's/^ *//'` kstart-4.2/configure-10103-fi ############################################## kstart-4.2/configure-10117-fi kstart-4.2/configure:10118: KAFS_LDFLAGS=`echo "$KAFS_LDFLAGS" | sed -e 's/^ *//'` kstart-4.2/configure-10119-fi ############################################## kstart-4.2/configure-10271-do : kstart-4.2/configure:10272: as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` kstart-4.2/configure-10273-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" ############################################## kstart-4.2/configure-10275- cat >>confdefs.h <<_ACEOF kstart-4.2/configure:10276:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 kstart-4.2/configure-10277-_ACEOF ############################################## kstart-4.2/configure-10585-do : kstart-4.2/configure:10586: as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` kstart-4.2/configure-10587-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" ############################################## kstart-4.2/configure-10589- cat >>confdefs.h <<_ACEOF kstart-4.2/configure:10590:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 kstart-4.2/configure-10591-_ACEOF ############################################## kstart-4.2/configure-10784- ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' kstart-4.2/configure:10785: ac_i=`$as_echo "$ac_i" | sed "$ac_script"` kstart-4.2/configure-10786- # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR ############################################## kstart-4.2/configure-10895-if test -z "$BASH_VERSION$ZSH_VERSION" \ kstart-4.2/configure:10896: && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then kstart-4.2/configure-10897- as_echo='print -r --' kstart-4.2/configure-10898- as_echo_n='print -rn --' kstart-4.2/configure:10899:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then kstart-4.2/configure-10900- as_echo='printf %s\n' ############################################## kstart-4.2/configure-10902-else kstart-4.2/configure:10903: if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then kstart-4.2/configure-10904- as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' ############################################## kstart-4.2/configure-10912- expr "X$arg" : "X\\(.*\\)$as_nl"; kstart-4.2/configure:10913: arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; kstart-4.2/configure-10914- esac; ############################################## kstart-4.2/configure-10989-# ---------------------------------------- kstart-4.2/configure:10990:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are kstart-4.2/configure-10991-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the ############################################## kstart-4.2/configure-11061- { kstart-4.2/configure:11062: as_val=`expr "$@" || test $? -eq 1` kstart-4.2/configure-11063- } ############################################## kstart-4.2/configure-11165- case $as_dir in #( kstart-4.2/configure:11166: *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( kstart-4.2/configure-11167- *) as_qdir=$as_dir;; ############################################## kstart-4.2/configure-11300-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 kstart-4.2/configure:11301:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" kstart-4.2/configure-11302-ac_cs_version="\\ ############################################## kstart-4.2/configure-11325- --*=?*) kstart-4.2/configure:11326: ac_option=`expr "X$1" : 'X\([^=]*\)='` kstart-4.2/configure:11327: ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` kstart-4.2/configure-11328- ac_shift=: ############################################## kstart-4.2/configure-11330- --*=) kstart-4.2/configure:11331: ac_option=`expr "X$1" : 'X\([^=]*\)='` kstart-4.2/configure-11332- ac_optarg= ############################################## kstart-4.2/configure-11354- case $ac_optarg in kstart-4.2/configure:11355: *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; kstart-4.2/configure-11356- '') as_fn_error $? "missing file argument" ;; ############################################## kstart-4.2/configure-11362- case $ac_optarg in kstart-4.2/configure:11363: *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; kstart-4.2/configure-11364- esac ############################################## kstart-4.2/configure-11491-fi kstart-4.2/configure:11492:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null` kstart-4.2/configure-11493-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then ############################################## kstart-4.2/configure-11508- as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 kstart-4.2/configure:11509:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'` kstart-4.2/configure-11510-ac_delim='%!_!# ' ############################################## kstart-4.2/configure-11514- kstart-4.2/configure:11515: ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` kstart-4.2/configure-11516- if test $ac_delim_n = $ac_delim_num; then ############################################## kstart-4.2/configure-11652-for ac_last_try in false false :; do kstart-4.2/configure:11653: ac_tt=`sed -n "/$ac_delim/p" confdefs.h` kstart-4.2/configure-11654- if test -z "$ac_tt"; then ############################################## kstart-4.2/configure-11784- esac kstart-4.2/configure:11785: case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac kstart-4.2/configure-11786- as_fn_append ac_file_inputs " '$ac_f'" ############################################## kstart-4.2/configure-11843-*) kstart-4.2/configure:11844: ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` kstart-4.2/configure-11845- # A ".." for each directory in $ac_dir_suffix. kstart-4.2/configure:11846: ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` kstart-4.2/configure-11847- case $ac_top_builddir_sub in ############################################## kstart-4.2/configure-11904-/@mandir@/p' kstart-4.2/configure:11905:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in kstart-4.2/configure-11906-*datarootdir*) ac_datarootdir_seen=yes;; ############################################## kstart-4.2/configure-11921- kstart-4.2/configure:11922:# Neutralize VPATH when `$srcdir' = `.'. kstart-4.2/configure-11923-# Shell code in configure.ac might set extrasub. ############################################## kstart-4.2/configure-11949-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && kstart-4.2/configure:11950: { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } && kstart-4.2/configure-11951- { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \ ############################################## kstart-4.2/configure-11995- * ) kstart-4.2/configure:11996: _am_stamp_count=`expr $_am_stamp_count + 1` ;; kstart-4.2/configure-11997- esac ############################################## kstart-4.2/configure-12042- # Strip MF so we end up with the name of the file. kstart-4.2/configure:12043: mf=`echo "$mf" | sed -e 's/:.*$//'` kstart-4.2/configure-12044- # Check whether this is an Automake generated Makefile or not. ############################################## kstart-4.2/configure-12079- # from the Makefile without running 'make'. kstart-4.2/configure:12080: DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` kstart-4.2/configure-12081- test -z "$DEPDIR" && continue kstart-4.2/configure:12082: am__include=`sed -n 's/^am__include = //p' < "$mf"` kstart-4.2/configure-12083- test -z "$am__include" && continue kstart-4.2/configure:12084: am__quote=`sed -n 's/^am__quote = //p' < "$mf"` kstart-4.2/configure-12085- # Find all dependency output files, they are included files with ############################################## kstart-4.2/aclocal.m4-266-# iff we strip the leading $srcdir from $ac_aux_dir. That would be: kstart-4.2/aclocal.m4:267:# am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"` kstart-4.2/aclocal.m4-268-# and then we would define $MISSING as ############################################## kstart-4.2/aclocal.m4-281-# Expand $ac_aux_dir to an absolute path. kstart-4.2/aclocal.m4:282:am_aux_dir=`cd "$ac_aux_dir" && pwd` kstart-4.2/aclocal.m4-283-]) ############################################## kstart-4.2/aclocal.m4-379- if test "$am_compiler_list" = ""; then kstart-4.2/aclocal.m4:380: am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp` kstart-4.2/aclocal.m4-381- fi ############################################## kstart-4.2/aclocal.m4-530- # Strip MF so we end up with the name of the file. kstart-4.2/aclocal.m4:531: mf=`echo "$mf" | sed -e 's/:.*$//'` kstart-4.2/aclocal.m4-532- # Check whether this is an Automake generated Makefile or not. ############################################## kstart-4.2/aclocal.m4-539- if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then kstart-4.2/aclocal.m4:540: dirpart=`AS_DIRNAME("$mf")` kstart-4.2/aclocal.m4-541- else ############################################## kstart-4.2/aclocal.m4-545- # from the Makefile without running 'make'. kstart-4.2/aclocal.m4:546: DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` kstart-4.2/aclocal.m4-547- test -z "$DEPDIR" && continue kstart-4.2/aclocal.m4:548: am__include=`sed -n 's/^am__include = //p' < "$mf"` kstart-4.2/aclocal.m4-549- test -z "$am__include" && continue kstart-4.2/aclocal.m4:550: am__quote=`sed -n 's/^am__quote = //p' < "$mf"` kstart-4.2/aclocal.m4-551- # Find all dependency output files, they are included files with ############################################## kstart-4.2/aclocal.m4-559- test -f "$dirpart/$file" && continue kstart-4.2/aclocal.m4:560: fdir=`AS_DIRNAME(["$file"])` kstart-4.2/aclocal.m4-561- AS_MKDIR_P([$dirpart/$fdir]) ############################################## kstart-4.2/aclocal.m4-617-AC_REQUIRE([AC_PROG_INSTALL])dnl kstart-4.2/aclocal.m4:618:if test "`cd $srcdir && pwd`" != "`pwd`"; then kstart-4.2/aclocal.m4-619- # Use -I$(srcdir) only when $(srcdir) != ., so that make's output ############################################## kstart-4.2/aclocal.m4-776- * ) kstart-4.2/aclocal.m4:777: _am_stamp_count=`expr $_am_stamp_count + 1` ;; kstart-4.2/aclocal.m4-778- esac kstart-4.2/aclocal.m4-779-done kstart-4.2/aclocal.m4:780:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count]) kstart-4.2/aclocal.m4-781- ############################################## kstart-4.2/aclocal.m4-883-# Ignore all kinds of additional output from 'make'. kstart-4.2/aclocal.m4:884:case `$am_make -s -f confmf 2> /dev/null` in #( kstart-4.2/aclocal.m4-885-*the\ am__doit\ target*) ############################################## kstart-4.2/aclocal.m4-893- echo '.include "confinc"' > confmf kstart-4.2/aclocal.m4:894: case `$am_make -s -f confmf 2> /dev/null` in #( kstart-4.2/aclocal.m4-895- *the\ am__doit\ target*) ############################################## kstart-4.2/aclocal.m4-1075- echo "timestamp, slept: $am_has_slept" > conftest.file kstart-4.2/aclocal.m4:1076: set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` kstart-4.2/aclocal.m4-1077- if test "$[*]" = "X"; then kstart-4.2/aclocal.m4-1078- # -L didn't work. kstart-4.2/aclocal.m4:1079: set X `ls -t "$srcdir/configure" conftest.file` kstart-4.2/aclocal.m4-1080- fi ############################################## kstart-4.2/Makefile.in-60- { \ kstart-4.2/Makefile.in:61: flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ kstart-4.2/Makefile.in-62- }; \ ############################################## kstart-4.2/Makefile.in-327- esac kstart-4.2/Makefile.in:328:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; kstart-4.2/Makefile.in-329-am__vpath_adj = case $$p in \ kstart-4.2/Makefile.in:330: $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ kstart-4.2/Makefile.in-331- *) f=$$p;; \ kstart-4.2/Makefile.in-332- esac; kstart-4.2/Makefile.in:333:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; kstart-4.2/Makefile.in-334-am__install_max = 40 kstart-4.2/Makefile.in-335-am__nobase_strip_setup = \ kstart-4.2/Makefile.in:336: srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` kstart-4.2/Makefile.in-337-am__nobase_strip = \ ############################################## kstart-4.2/Makefile.in-1032-.c.o: kstart-4.2/Makefile.in:1033:@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ kstart-4.2/Makefile.in-1034-@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ ############################################## kstart-4.2/Makefile.in-1040-.c.obj: kstart-4.2/Makefile.in:1041:@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ kstart-4.2/Makefile.in:1042:@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ kstart-4.2/Makefile.in-1043-@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po ############################################## kstart-4.2/Makefile.in-1045-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ kstart-4.2/Makefile.in:1046:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` kstart-4.2/Makefile.in-1047- kstart-4.2/Makefile.in-1048-kafs/kafs_libkafs_a-kafs.o: kafs/kafs.c kstart-4.2/Makefile.in:1049:@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(kafs_libkafs_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT kafs/kafs_libkafs_a-kafs.o -MD -MP -MF kafs/$(DEPDIR)/kafs_libkafs_a-kafs.Tpo -c -o kafs/kafs_libkafs_a-kafs.o `test -f 'kafs/kafs.c' || echo '$(srcdir)/'`kafs/kafs.c kstart-4.2/Makefile.in-1050-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) kafs/$(DEPDIR)/kafs_libkafs_a-kafs.Tpo kafs/$(DEPDIR)/kafs_libkafs_a-kafs.Po ############################################## kstart-4.2/Makefile.in-1052-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ kstart-4.2/Makefile.in:1053:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(kafs_libkafs_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o kafs/kafs_libkafs_a-kafs.o `test -f 'kafs/kafs.c' || echo '$(srcdir)/'`kafs/kafs.c kstart-4.2/Makefile.in-1054- kstart-4.2/Makefile.in-1055-kafs/kafs_libkafs_a-kafs.obj: kafs/kafs.c kstart-4.2/Makefile.in:1056:@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(kafs_libkafs_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT kafs/kafs_libkafs_a-kafs.obj -MD -MP -MF kafs/$(DEPDIR)/kafs_libkafs_a-kafs.Tpo -c -o kafs/kafs_libkafs_a-kafs.obj `if test -f 'kafs/kafs.c'; then $(CYGPATH_W) 'kafs/kafs.c'; else $(CYGPATH_W) '$(srcdir)/kafs/kafs.c'; fi` kstart-4.2/Makefile.in-1057-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) kafs/$(DEPDIR)/kafs_libkafs_a-kafs.Tpo kafs/$(DEPDIR)/kafs_libkafs_a-kafs.Po ############################################## kstart-4.2/Makefile.in-1059-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ kstart-4.2/Makefile.in:1060:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(kafs_libkafs_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o kafs/kafs_libkafs_a-kafs.obj `if test -f 'kafs/kafs.c'; then $(CYGPATH_W) 'kafs/kafs.c'; else $(CYGPATH_W) '$(srcdir)/kafs/kafs.c'; fi` kstart-4.2/Makefile.in-1061- kstart-4.2/Makefile.in-1062-kafs/kafs_libkafs_a-sys-darwin10.o: kafs/sys-darwin10.c kstart-4.2/Makefile.in:1063:@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(kafs_libkafs_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT kafs/kafs_libkafs_a-sys-darwin10.o -MD -MP -MF kafs/$(DEPDIR)/kafs_libkafs_a-sys-darwin10.Tpo -c -o kafs/kafs_libkafs_a-sys-darwin10.o `test -f 'kafs/sys-darwin10.c' || echo '$(srcdir)/'`kafs/sys-darwin10.c kstart-4.2/Makefile.in-1064-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) kafs/$(DEPDIR)/kafs_libkafs_a-sys-darwin10.Tpo kafs/$(DEPDIR)/kafs_libkafs_a-sys-darwin10.Po ############################################## kstart-4.2/Makefile.in-1066-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ kstart-4.2/Makefile.in:1067:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(kafs_libkafs_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o kafs/kafs_libkafs_a-sys-darwin10.o `test -f 'kafs/sys-darwin10.c' || echo '$(srcdir)/'`kafs/sys-darwin10.c kstart-4.2/Makefile.in-1068- kstart-4.2/Makefile.in-1069-kafs/kafs_libkafs_a-sys-darwin10.obj: kafs/sys-darwin10.c kstart-4.2/Makefile.in:1070:@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(kafs_libkafs_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT kafs/kafs_libkafs_a-sys-darwin10.obj -MD -MP -MF kafs/$(DEPDIR)/kafs_libkafs_a-sys-darwin10.Tpo -c -o kafs/kafs_libkafs_a-sys-darwin10.obj `if test -f 'kafs/sys-darwin10.c'; then $(CYGPATH_W) 'kafs/sys-darwin10.c'; else $(CYGPATH_W) '$(srcdir)/kafs/sys-darwin10.c'; fi` kstart-4.2/Makefile.in-1071-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) kafs/$(DEPDIR)/kafs_libkafs_a-sys-darwin10.Tpo kafs/$(DEPDIR)/kafs_libkafs_a-sys-darwin10.Po ############################################## kstart-4.2/Makefile.in-1073-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ kstart-4.2/Makefile.in:1074:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(kafs_libkafs_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o kafs/kafs_libkafs_a-sys-darwin10.obj `if test -f 'kafs/sys-darwin10.c'; then $(CYGPATH_W) 'kafs/sys-darwin10.c'; else $(CYGPATH_W) '$(srcdir)/kafs/sys-darwin10.c'; fi` kstart-4.2/Makefile.in-1075- kstart-4.2/Makefile.in-1076-kafs/kafs_libkafs_a-sys-darwin8.o: kafs/sys-darwin8.c kstart-4.2/Makefile.in:1077:@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(kafs_libkafs_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT kafs/kafs_libkafs_a-sys-darwin8.o -MD -MP -MF kafs/$(DEPDIR)/kafs_libkafs_a-sys-darwin8.Tpo -c -o kafs/kafs_libkafs_a-sys-darwin8.o `test -f 'kafs/sys-darwin8.c' || echo '$(srcdir)/'`kafs/sys-darwin8.c kstart-4.2/Makefile.in-1078-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) kafs/$(DEPDIR)/kafs_libkafs_a-sys-darwin8.Tpo kafs/$(DEPDIR)/kafs_libkafs_a-sys-darwin8.Po ############################################## kstart-4.2/Makefile.in-1080-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ kstart-4.2/Makefile.in:1081:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(kafs_libkafs_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o kafs/kafs_libkafs_a-sys-darwin8.o `test -f 'kafs/sys-darwin8.c' || echo '$(srcdir)/'`kafs/sys-darwin8.c kstart-4.2/Makefile.in-1082- kstart-4.2/Makefile.in-1083-kafs/kafs_libkafs_a-sys-darwin8.obj: kafs/sys-darwin8.c kstart-4.2/Makefile.in:1084:@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(kafs_libkafs_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT kafs/kafs_libkafs_a-sys-darwin8.obj -MD -MP -MF kafs/$(DEPDIR)/kafs_libkafs_a-sys-darwin8.Tpo -c -o kafs/kafs_libkafs_a-sys-darwin8.obj `if test -f 'kafs/sys-darwin8.c'; then $(CYGPATH_W) 'kafs/sys-darwin8.c'; else $(CYGPATH_W) '$(srcdir)/kafs/sys-darwin8.c'; fi` kstart-4.2/Makefile.in-1085-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) kafs/$(DEPDIR)/kafs_libkafs_a-sys-darwin8.Tpo kafs/$(DEPDIR)/kafs_libkafs_a-sys-darwin8.Po ############################################## kstart-4.2/Makefile.in-1087-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ kstart-4.2/Makefile.in:1088:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(kafs_libkafs_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o kafs/kafs_libkafs_a-sys-darwin8.obj `if test -f 'kafs/sys-darwin8.c'; then $(CYGPATH_W) 'kafs/sys-darwin8.c'; else $(CYGPATH_W) '$(srcdir)/kafs/sys-darwin8.c'; fi` kstart-4.2/Makefile.in-1089- kstart-4.2/Makefile.in-1090-kafs/kafs_libkafs_a-sys-linux.o: kafs/sys-linux.c kstart-4.2/Makefile.in:1091:@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(kafs_libkafs_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT kafs/kafs_libkafs_a-sys-linux.o -MD -MP -MF kafs/$(DEPDIR)/kafs_libkafs_a-sys-linux.Tpo -c -o kafs/kafs_libkafs_a-sys-linux.o `test -f 'kafs/sys-linux.c' || echo '$(srcdir)/'`kafs/sys-linux.c kstart-4.2/Makefile.in-1092-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) kafs/$(DEPDIR)/kafs_libkafs_a-sys-linux.Tpo kafs/$(DEPDIR)/kafs_libkafs_a-sys-linux.Po ############################################## kstart-4.2/Makefile.in-1094-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ kstart-4.2/Makefile.in:1095:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(kafs_libkafs_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o kafs/kafs_libkafs_a-sys-linux.o `test -f 'kafs/sys-linux.c' || echo '$(srcdir)/'`kafs/sys-linux.c kstart-4.2/Makefile.in-1096- kstart-4.2/Makefile.in-1097-kafs/kafs_libkafs_a-sys-linux.obj: kafs/sys-linux.c kstart-4.2/Makefile.in:1098:@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(kafs_libkafs_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT kafs/kafs_libkafs_a-sys-linux.obj -MD -MP -MF kafs/$(DEPDIR)/kafs_libkafs_a-sys-linux.Tpo -c -o kafs/kafs_libkafs_a-sys-linux.obj `if test -f 'kafs/sys-linux.c'; then $(CYGPATH_W) 'kafs/sys-linux.c'; else $(CYGPATH_W) '$(srcdir)/kafs/sys-linux.c'; fi` kstart-4.2/Makefile.in-1099-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) kafs/$(DEPDIR)/kafs_libkafs_a-sys-linux.Tpo kafs/$(DEPDIR)/kafs_libkafs_a-sys-linux.Po ############################################## kstart-4.2/Makefile.in-1101-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ kstart-4.2/Makefile.in:1102:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(kafs_libkafs_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o kafs/kafs_libkafs_a-sys-linux.obj `if test -f 'kafs/sys-linux.c'; then $(CYGPATH_W) 'kafs/sys-linux.c'; else $(CYGPATH_W) '$(srcdir)/kafs/sys-linux.c'; fi` kstart-4.2/Makefile.in-1103- kstart-4.2/Makefile.in-1104-kafs/kafs_libkafs_a-sys-solaris.o: kafs/sys-solaris.c kstart-4.2/Makefile.in:1105:@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(kafs_libkafs_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT kafs/kafs_libkafs_a-sys-solaris.o -MD -MP -MF kafs/$(DEPDIR)/kafs_libkafs_a-sys-solaris.Tpo -c -o kafs/kafs_libkafs_a-sys-solaris.o `test -f 'kafs/sys-solaris.c' || echo '$(srcdir)/'`kafs/sys-solaris.c kstart-4.2/Makefile.in-1106-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) kafs/$(DEPDIR)/kafs_libkafs_a-sys-solaris.Tpo kafs/$(DEPDIR)/kafs_libkafs_a-sys-solaris.Po ############################################## kstart-4.2/Makefile.in-1108-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ kstart-4.2/Makefile.in:1109:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(kafs_libkafs_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o kafs/kafs_libkafs_a-sys-solaris.o `test -f 'kafs/sys-solaris.c' || echo '$(srcdir)/'`kafs/sys-solaris.c kstart-4.2/Makefile.in-1110- kstart-4.2/Makefile.in-1111-kafs/kafs_libkafs_a-sys-solaris.obj: kafs/sys-solaris.c kstart-4.2/Makefile.in:1112:@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(kafs_libkafs_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT kafs/kafs_libkafs_a-sys-solaris.obj -MD -MP -MF kafs/$(DEPDIR)/kafs_libkafs_a-sys-solaris.Tpo -c -o kafs/kafs_libkafs_a-sys-solaris.obj `if test -f 'kafs/sys-solaris.c'; then $(CYGPATH_W) 'kafs/sys-solaris.c'; else $(CYGPATH_W) '$(srcdir)/kafs/sys-solaris.c'; fi` kstart-4.2/Makefile.in-1113-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) kafs/$(DEPDIR)/kafs_libkafs_a-sys-solaris.Tpo kafs/$(DEPDIR)/kafs_libkafs_a-sys-solaris.Po ############################################## kstart-4.2/Makefile.in-1115-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ kstart-4.2/Makefile.in:1116:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(kafs_libkafs_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o kafs/kafs_libkafs_a-sys-solaris.obj `if test -f 'kafs/sys-solaris.c'; then $(CYGPATH_W) 'kafs/sys-solaris.c'; else $(CYGPATH_W) '$(srcdir)/kafs/sys-solaris.c'; fi` kstart-4.2/Makefile.in-1117- kstart-4.2/Makefile.in-1118-kafs/kafs_libkafs_a-sys-syscall.o: kafs/sys-syscall.c kstart-4.2/Makefile.in:1119:@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(kafs_libkafs_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT kafs/kafs_libkafs_a-sys-syscall.o -MD -MP -MF kafs/$(DEPDIR)/kafs_libkafs_a-sys-syscall.Tpo -c -o kafs/kafs_libkafs_a-sys-syscall.o `test -f 'kafs/sys-syscall.c' || echo '$(srcdir)/'`kafs/sys-syscall.c kstart-4.2/Makefile.in-1120-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) kafs/$(DEPDIR)/kafs_libkafs_a-sys-syscall.Tpo kafs/$(DEPDIR)/kafs_libkafs_a-sys-syscall.Po ############################################## kstart-4.2/Makefile.in-1122-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ kstart-4.2/Makefile.in:1123:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(kafs_libkafs_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o kafs/kafs_libkafs_a-sys-syscall.o `test -f 'kafs/sys-syscall.c' || echo '$(srcdir)/'`kafs/sys-syscall.c kstart-4.2/Makefile.in-1124- kstart-4.2/Makefile.in-1125-kafs/kafs_libkafs_a-sys-syscall.obj: kafs/sys-syscall.c kstart-4.2/Makefile.in:1126:@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(kafs_libkafs_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT kafs/kafs_libkafs_a-sys-syscall.obj -MD -MP -MF kafs/$(DEPDIR)/kafs_libkafs_a-sys-syscall.Tpo -c -o kafs/kafs_libkafs_a-sys-syscall.obj `if test -f 'kafs/sys-syscall.c'; then $(CYGPATH_W) 'kafs/sys-syscall.c'; else $(CYGPATH_W) '$(srcdir)/kafs/sys-syscall.c'; fi` kstart-4.2/Makefile.in-1127-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) kafs/$(DEPDIR)/kafs_libkafs_a-sys-syscall.Tpo kafs/$(DEPDIR)/kafs_libkafs_a-sys-syscall.Po ############################################## kstart-4.2/Makefile.in-1129-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ kstart-4.2/Makefile.in:1130:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(kafs_libkafs_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o kafs/kafs_libkafs_a-sys-syscall.obj `if test -f 'kafs/sys-syscall.c'; then $(CYGPATH_W) 'kafs/sys-syscall.c'; else $(CYGPATH_W) '$(srcdir)/kafs/sys-syscall.c'; fi` kstart-4.2/Makefile.in-1131- kstart-4.2/Makefile.in-1132-tests/tap/tests_tap_libtap_a-basic.o: tests/tap/basic.c kstart-4.2/Makefile.in:1133:@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tests_tap_libtap_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tests/tap/tests_tap_libtap_a-basic.o -MD -MP -MF tests/tap/$(DEPDIR)/tests_tap_libtap_a-basic.Tpo -c -o tests/tap/tests_tap_libtap_a-basic.o `test -f 'tests/tap/basic.c' || echo '$(srcdir)/'`tests/tap/basic.c kstart-4.2/Makefile.in-1134-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) tests/tap/$(DEPDIR)/tests_tap_libtap_a-basic.Tpo tests/tap/$(DEPDIR)/tests_tap_libtap_a-basic.Po ############################################## kstart-4.2/Makefile.in-1136-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ kstart-4.2/Makefile.in:1137:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tests_tap_libtap_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tests/tap/tests_tap_libtap_a-basic.o `test -f 'tests/tap/basic.c' || echo '$(srcdir)/'`tests/tap/basic.c kstart-4.2/Makefile.in-1138- kstart-4.2/Makefile.in-1139-tests/tap/tests_tap_libtap_a-basic.obj: tests/tap/basic.c kstart-4.2/Makefile.in:1140:@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tests_tap_libtap_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tests/tap/tests_tap_libtap_a-basic.obj -MD -MP -MF tests/tap/$(DEPDIR)/tests_tap_libtap_a-basic.Tpo -c -o tests/tap/tests_tap_libtap_a-basic.obj `if test -f 'tests/tap/basic.c'; then $(CYGPATH_W) 'tests/tap/basic.c'; else $(CYGPATH_W) '$(srcdir)/tests/tap/basic.c'; fi` kstart-4.2/Makefile.in-1141-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) tests/tap/$(DEPDIR)/tests_tap_libtap_a-basic.Tpo tests/tap/$(DEPDIR)/tests_tap_libtap_a-basic.Po ############################################## kstart-4.2/Makefile.in-1143-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ kstart-4.2/Makefile.in:1144:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tests_tap_libtap_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tests/tap/tests_tap_libtap_a-basic.obj `if test -f 'tests/tap/basic.c'; then $(CYGPATH_W) 'tests/tap/basic.c'; else $(CYGPATH_W) '$(srcdir)/tests/tap/basic.c'; fi` kstart-4.2/Makefile.in-1145- kstart-4.2/Makefile.in-1146-tests/tap/tests_tap_libtap_a-process.o: tests/tap/process.c kstart-4.2/Makefile.in:1147:@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tests_tap_libtap_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tests/tap/tests_tap_libtap_a-process.o -MD -MP -MF tests/tap/$(DEPDIR)/tests_tap_libtap_a-process.Tpo -c -o tests/tap/tests_tap_libtap_a-process.o `test -f 'tests/tap/process.c' || echo '$(srcdir)/'`tests/tap/process.c kstart-4.2/Makefile.in-1148-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) tests/tap/$(DEPDIR)/tests_tap_libtap_a-process.Tpo tests/tap/$(DEPDIR)/tests_tap_libtap_a-process.Po ############################################## kstart-4.2/Makefile.in-1150-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ kstart-4.2/Makefile.in:1151:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tests_tap_libtap_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tests/tap/tests_tap_libtap_a-process.o `test -f 'tests/tap/process.c' || echo '$(srcdir)/'`tests/tap/process.c kstart-4.2/Makefile.in-1152- kstart-4.2/Makefile.in-1153-tests/tap/tests_tap_libtap_a-process.obj: tests/tap/process.c kstart-4.2/Makefile.in:1154:@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tests_tap_libtap_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tests/tap/tests_tap_libtap_a-process.obj -MD -MP -MF tests/tap/$(DEPDIR)/tests_tap_libtap_a-process.Tpo -c -o tests/tap/tests_tap_libtap_a-process.obj `if test -f 'tests/tap/process.c'; then $(CYGPATH_W) 'tests/tap/process.c'; else $(CYGPATH_W) '$(srcdir)/tests/tap/process.c'; fi` kstart-4.2/Makefile.in-1155-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) tests/tap/$(DEPDIR)/tests_tap_libtap_a-process.Tpo tests/tap/$(DEPDIR)/tests_tap_libtap_a-process.Po ############################################## kstart-4.2/Makefile.in-1157-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ kstart-4.2/Makefile.in:1158:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tests_tap_libtap_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tests/tap/tests_tap_libtap_a-process.obj `if test -f 'tests/tap/process.c'; then $(CYGPATH_W) 'tests/tap/process.c'; else $(CYGPATH_W) '$(srcdir)/tests/tap/process.c'; fi` kstart-4.2/Makefile.in-1159- kstart-4.2/Makefile.in-1160-tests/tap/tests_tap_libtap_a-string.o: tests/tap/string.c kstart-4.2/Makefile.in:1161:@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tests_tap_libtap_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tests/tap/tests_tap_libtap_a-string.o -MD -MP -MF tests/tap/$(DEPDIR)/tests_tap_libtap_a-string.Tpo -c -o tests/tap/tests_tap_libtap_a-string.o `test -f 'tests/tap/string.c' || echo '$(srcdir)/'`tests/tap/string.c kstart-4.2/Makefile.in-1162-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) tests/tap/$(DEPDIR)/tests_tap_libtap_a-string.Tpo tests/tap/$(DEPDIR)/tests_tap_libtap_a-string.Po ############################################## kstart-4.2/Makefile.in-1164-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ kstart-4.2/Makefile.in:1165:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tests_tap_libtap_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tests/tap/tests_tap_libtap_a-string.o `test -f 'tests/tap/string.c' || echo '$(srcdir)/'`tests/tap/string.c kstart-4.2/Makefile.in-1166- kstart-4.2/Makefile.in-1167-tests/tap/tests_tap_libtap_a-string.obj: tests/tap/string.c kstart-4.2/Makefile.in:1168:@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tests_tap_libtap_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tests/tap/tests_tap_libtap_a-string.obj -MD -MP -MF tests/tap/$(DEPDIR)/tests_tap_libtap_a-string.Tpo -c -o tests/tap/tests_tap_libtap_a-string.obj `if test -f 'tests/tap/string.c'; then $(CYGPATH_W) 'tests/tap/string.c'; else $(CYGPATH_W) '$(srcdir)/tests/tap/string.c'; fi` kstart-4.2/Makefile.in-1169-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) tests/tap/$(DEPDIR)/tests_tap_libtap_a-string.Tpo tests/tap/$(DEPDIR)/tests_tap_libtap_a-string.Po ############################################## kstart-4.2/Makefile.in-1171-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ kstart-4.2/Makefile.in:1172:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tests_tap_libtap_a_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tests/tap/tests_tap_libtap_a-string.obj `if test -f 'tests/tap/string.c'; then $(CYGPATH_W) 'tests/tap/string.c'; else $(CYGPATH_W) '$(srcdir)/tests/tap/string.c'; fi` kstart-4.2/Makefile.in-1173- kstart-4.2/Makefile.in-1174-tests/kafs/tests_kafs_basic-basic.o: tests/kafs/basic.c kstart-4.2/Makefile.in:1175:@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tests_kafs_basic_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tests/kafs/tests_kafs_basic-basic.o -MD -MP -MF tests/kafs/$(DEPDIR)/tests_kafs_basic-basic.Tpo -c -o tests/kafs/tests_kafs_basic-basic.o `test -f 'tests/kafs/basic.c' || echo '$(srcdir)/'`tests/kafs/basic.c kstart-4.2/Makefile.in-1176-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) tests/kafs/$(DEPDIR)/tests_kafs_basic-basic.Tpo tests/kafs/$(DEPDIR)/tests_kafs_basic-basic.Po ############################################## kstart-4.2/Makefile.in-1178-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ kstart-4.2/Makefile.in:1179:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tests_kafs_basic_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tests/kafs/tests_kafs_basic-basic.o `test -f 'tests/kafs/basic.c' || echo '$(srcdir)/'`tests/kafs/basic.c kstart-4.2/Makefile.in-1180- kstart-4.2/Makefile.in-1181-tests/kafs/tests_kafs_basic-basic.obj: tests/kafs/basic.c kstart-4.2/Makefile.in:1182:@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tests_kafs_basic_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tests/kafs/tests_kafs_basic-basic.obj -MD -MP -MF tests/kafs/$(DEPDIR)/tests_kafs_basic-basic.Tpo -c -o tests/kafs/tests_kafs_basic-basic.obj `if test -f 'tests/kafs/basic.c'; then $(CYGPATH_W) 'tests/kafs/basic.c'; else $(CYGPATH_W) '$(srcdir)/tests/kafs/basic.c'; fi` kstart-4.2/Makefile.in-1183-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) tests/kafs/$(DEPDIR)/tests_kafs_basic-basic.Tpo tests/kafs/$(DEPDIR)/tests_kafs_basic-basic.Po ############################################## kstart-4.2/Makefile.in-1185-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ kstart-4.2/Makefile.in:1186:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tests_kafs_basic_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tests/kafs/tests_kafs_basic-basic.obj `if test -f 'tests/kafs/basic.c'; then $(CYGPATH_W) 'tests/kafs/basic.c'; else $(CYGPATH_W) '$(srcdir)/tests/kafs/basic.c'; fi` kstart-4.2/Makefile.in-1187- kstart-4.2/Makefile.in-1188-tests/kafs/tests_kafs_haspag_t-haspag-t.o: tests/kafs/haspag-t.c kstart-4.2/Makefile.in:1189:@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tests_kafs_haspag_t_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tests/kafs/tests_kafs_haspag_t-haspag-t.o -MD -MP -MF tests/kafs/$(DEPDIR)/tests_kafs_haspag_t-haspag-t.Tpo -c -o tests/kafs/tests_kafs_haspag_t-haspag-t.o `test -f 'tests/kafs/haspag-t.c' || echo '$(srcdir)/'`tests/kafs/haspag-t.c kstart-4.2/Makefile.in-1190-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) tests/kafs/$(DEPDIR)/tests_kafs_haspag_t-haspag-t.Tpo tests/kafs/$(DEPDIR)/tests_kafs_haspag_t-haspag-t.Po ############################################## kstart-4.2/Makefile.in-1192-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ kstart-4.2/Makefile.in:1193:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tests_kafs_haspag_t_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tests/kafs/tests_kafs_haspag_t-haspag-t.o `test -f 'tests/kafs/haspag-t.c' || echo '$(srcdir)/'`tests/kafs/haspag-t.c kstart-4.2/Makefile.in-1194- kstart-4.2/Makefile.in-1195-tests/kafs/tests_kafs_haspag_t-haspag-t.obj: tests/kafs/haspag-t.c kstart-4.2/Makefile.in:1196:@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tests_kafs_haspag_t_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tests/kafs/tests_kafs_haspag_t-haspag-t.obj -MD -MP -MF tests/kafs/$(DEPDIR)/tests_kafs_haspag_t-haspag-t.Tpo -c -o tests/kafs/tests_kafs_haspag_t-haspag-t.obj `if test -f 'tests/kafs/haspag-t.c'; then $(CYGPATH_W) 'tests/kafs/haspag-t.c'; else $(CYGPATH_W) '$(srcdir)/tests/kafs/haspag-t.c'; fi` kstart-4.2/Makefile.in-1197-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) tests/kafs/$(DEPDIR)/tests_kafs_haspag_t-haspag-t.Tpo tests/kafs/$(DEPDIR)/tests_kafs_haspag_t-haspag-t.Po ############################################## kstart-4.2/Makefile.in-1199-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ kstart-4.2/Makefile.in:1200:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tests_kafs_haspag_t_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tests/kafs/tests_kafs_haspag_t-haspag-t.obj `if test -f 'tests/kafs/haspag-t.c'; then $(CYGPATH_W) 'tests/kafs/haspag-t.c'; else $(CYGPATH_W) '$(srcdir)/tests/kafs/haspag-t.c'; fi` kstart-4.2/Makefile.in-1201- kstart-4.2/Makefile.in-1202-tests/tests_runtests-runtests.o: tests/runtests.c kstart-4.2/Makefile.in:1203:@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tests_runtests_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tests/tests_runtests-runtests.o -MD -MP -MF tests/$(DEPDIR)/tests_runtests-runtests.Tpo -c -o tests/tests_runtests-runtests.o `test -f 'tests/runtests.c' || echo '$(srcdir)/'`tests/runtests.c kstart-4.2/Makefile.in-1204-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) tests/$(DEPDIR)/tests_runtests-runtests.Tpo tests/$(DEPDIR)/tests_runtests-runtests.Po ############################################## kstart-4.2/Makefile.in-1206-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ kstart-4.2/Makefile.in:1207:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tests_runtests_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tests/tests_runtests-runtests.o `test -f 'tests/runtests.c' || echo '$(srcdir)/'`tests/runtests.c kstart-4.2/Makefile.in-1208- kstart-4.2/Makefile.in-1209-tests/tests_runtests-runtests.obj: tests/runtests.c kstart-4.2/Makefile.in:1210:@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tests_runtests_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tests/tests_runtests-runtests.obj -MD -MP -MF tests/$(DEPDIR)/tests_runtests-runtests.Tpo -c -o tests/tests_runtests-runtests.obj `if test -f 'tests/runtests.c'; then $(CYGPATH_W) 'tests/runtests.c'; else $(CYGPATH_W) '$(srcdir)/tests/runtests.c'; fi` kstart-4.2/Makefile.in-1211-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) tests/$(DEPDIR)/tests_runtests-runtests.Tpo tests/$(DEPDIR)/tests_runtests-runtests.Po ############################################## kstart-4.2/Makefile.in-1213-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ kstart-4.2/Makefile.in:1214:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tests_runtests_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tests/tests_runtests-runtests.obj `if test -f 'tests/runtests.c'; then $(CYGPATH_W) 'tests/runtests.c'; else $(CYGPATH_W) '$(srcdir)/tests/runtests.c'; fi` kstart-4.2/Makefile.in-1215-install-man1: $(dist_man_MANS) ############################################## kstart-4.2/Makefile.in-1219- test -n "$(man1dir)" \ kstart-4.2/Makefile.in:1220: && test -n "`echo $$list1$$list2`" \ kstart-4.2/Makefile.in-1221- || exit 0; \ ############################################## kstart-4.2/Makefile.in-1288-GTAGS: kstart-4.2/Makefile.in:1289: here=`$(am__cd) $(top_builddir) && pwd` \ kstart-4.2/Makefile.in-1290- && $(am__cd) $(top_srcdir) \ ############################################## kstart-4.2/Makefile.in-1318-distdir: $(DISTFILES) kstart-4.2/Makefile.in:1319: @case `sed 15q $(srcdir)/NEWS` in \ kstart-4.2/Makefile.in-1320- *"$(VERSION)"*) : ;; \ ############################################## kstart-4.2/Makefile.in-1326- test -d "$(distdir)" || mkdir "$(distdir)" kstart-4.2/Makefile.in:1327: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ kstart-4.2/Makefile.in:1328: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ kstart-4.2/Makefile.in-1329- list='$(DISTFILES)'; \ ############################################## kstart-4.2/Makefile.in-1340- if test -d $$d/$$file; then \ kstart-4.2/Makefile.in:1341: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ kstart-4.2/Makefile.in-1342- if test -d "$(distdir)/$$file"; then \ ############################################## kstart-4.2/Makefile.in-1426- test -d $(distdir)/_build || exit 0; \ kstart-4.2/Makefile.in:1427: dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ kstart-4.2/Makefile.in-1428- && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ ############################################## kstart-4.2/Makefile.in-1470- }; \ kstart-4.2/Makefile.in:1471: test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \ kstart-4.2/Makefile.in-1472- || { echo "ERROR: files left after uninstall:" ; \ ############################################## kstart-4.2/Makefile.in-1482- fi kstart-4.2/Makefile.in:1483: @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ kstart-4.2/Makefile.in-1484- || { echo "ERROR: files left in build directory after distclean:" ; \ ############################################## kstart-4.2/m4/lib-pathname.m4-53- [$1="[$]$1 -L$2/lib/$3"])]) kstart-4.2/m4/lib-pathname.m4:54: $1=`echo "[$]$1" | sed -e 's/^ *//'`]) kstart-4.2/m4/lib-pathname.m4-55- ############################################## kstart-4.2/m4/krb5-config.m4-51- && test x"$rra_cv_krb5_config_deps" = xyes], kstart-4.2/m4/krb5-config.m4:52: [$3[]_LIBS=`"$1" --deps --libs $2 2>/dev/null`], kstart-4.2/m4/krb5-config.m4:53: [$3[]_LIBS=`"$1" --libs $2 2>/dev/null`])]) kstart-4.2/m4/krb5-config.m4-54- ############################################## kstart-4.2/m4/krb5-config.m4-89- AS_IF([test "$rra_cv_lib_$3[]_config" = yes], kstart-4.2/m4/krb5-config.m4:90: [$3[]_CPPFLAGS=`"$rra_krb5_config_$3" --cflags $2 2>/dev/null` kstart-4.2/m4/krb5-config.m4-91- _RRA_KRB5_CONFIG_LIBS([$rra_krb5_config_$3], [$2], [$3]) ############################################## kstart-4.2/m4/krb5-config.m4-93- [AS_IF([test x"$2" = xkrb5], kstart-4.2/m4/krb5-config.m4:94: [$3[]_CPPFLAGS=`"$rra_krb5_config_$3" --cflags 2>/dev/null` kstart-4.2/m4/krb5-config.m4:95: $3[]_LIBS=`"$rra_krb5_config_$3" --libs $2 2>/dev/null` kstart-4.2/m4/krb5-config.m4-96- rra_krb5_config_$3[]_ok=yes])])]) kstart-4.2/m4/krb5-config.m4-97- AS_IF([test x"$rra_krb5_config_$3[]_ok" = xyes], kstart-4.2/m4/krb5-config.m4:98: [$3[]_CPPFLAGS=`echo "$$3[]_CPPFLAGS" | sed 's%-I/usr/include %%'` kstart-4.2/m4/krb5-config.m4:99: $3[]_CPPFLAGS=`echo "$$3[]_CPPFLAGS" | sed 's%-I/usr/include$%%'` kstart-4.2/m4/krb5-config.m4-100- $4], ############################################## kstart-4.2/m4/krb5.m4-276- [test x"$rra_krb5_uses_com_err" = xtrue]) kstart-4.2/m4/krb5.m4:277: KRB5_CPPFLAGS_GCC=`echo "$KRB5_CPPFLAGS" | sed -e 's/-I/-isystem /g'`]) kstart-4.2/m4/krb5.m4-278- ############################################## kstart-4.2/tests/krenew/daemon-t-53- or BAIL_OUT ("can't create $TMP/krenew-errors: $!"); kstart-4.2/tests/krenew/daemon-t:54: exec ($KRENEW, '-K', 30, '-p', "$TMP/pid") kstart-4.2/tests/krenew/daemon-t-55- or BAIL_OUT ("can't run $KRENEW: $!"); ############################################## kstart-4.2/tests/krenew/daemon-t-144- or BAIL_OUT ("can't create $TMP/krenew-errors: $!"); kstart-4.2/tests/krenew/daemon-t:145: exec ($KRENEW, '-K', 30, '-p', "$TMP/pid") kstart-4.2/tests/krenew/daemon-t-146- or BAIL_OUT ("can't run $KRENEW: $!"); ############################################## kstart-4.2/tests/k5start/perms-t-29- $ENV{TRY_FAKEROOT} = 'trying'; kstart-4.2/tests/k5start/perms-t:30: unless (exec ('fakeroot', "$ENV{SOURCE}/k5start/perms-t")) { kstart-4.2/tests/k5start/perms-t-31- plan skip_all => 'fakeroot not available'; ############################################## kstart-4.2/tests/k5start/daemon-t-152- or BAIL_OUT ("can't create $TMP/k5start-errors: $!"); kstart-4.2/tests/k5start/daemon-t:153: exec ($K5START, '-K', 1, '-Uf', "$DATA/test.keytab", '-p', "$TMP/pid") kstart-4.2/tests/k5start/daemon-t-154- or BAIL_OUT ("can't run $K5START: $!"); ############################################## kstart-4.2/tests/util/xmalloc-t-43- shift kstart-4.2/tests/util/xmalloc-t:44: output=`strip_colon_error ./xmalloc "$@" 2>&1` kstart-4.2/tests/util/xmalloc-t-45- status=$? ############################################## kstart-4.2/tests/tap/libtap.sh-53-finish () { kstart-4.2/tests/tap/libtap.sh:54: tap_highest=`expr "$count" - 1` kstart-4.2/tests/tap/libtap.sh-55- if [ "$planned" = 0 ] ; then ############################################## kstart-4.2/tests/tap/libtap.sh-69- elif [ "$planned" -lt "$tap_highest" ] ; then kstart-4.2/tests/tap/libtap.sh:70: tap_extra=`expr "$tap_highest" - "$planned"` kstart-4.2/tests/tap/libtap.sh-71- if [ "$planned" -gt 1 ] ; then ############################################## kstart-4.2/tests/tap/libtap.sh-115- echo not ok "$count$tap_desc" kstart-4.2/tests/tap/libtap.sh:116: failed=`expr $failed + 1` kstart-4.2/tests/tap/libtap.sh-117- fi kstart-4.2/tests/tap/libtap.sh:118: count=`expr $count + 1` kstart-4.2/tests/tap/libtap.sh-119-} ############################################## kstart-4.2/tests/tap/libtap.sh-123- echo "ok $count # skip $*" kstart-4.2/tests/tap/libtap.sh:124: count=`expr $count + 1` kstart-4.2/tests/tap/libtap.sh-125-} ############################################## kstart-4.2/tests/tap/libtap.sh-130- tap_i=$count kstart-4.2/tests/tap/libtap.sh:131: tap_end=`expr $count + $1` kstart-4.2/tests/tap/libtap.sh-132- shift ############################################## kstart-4.2/tests/tap/libtap.sh-134- ok "$@" kstart-4.2/tests/tap/libtap.sh:135: tap_i=`expr $tap_i + 1` kstart-4.2/tests/tap/libtap.sh-136- done ############################################## kstart-4.2/tests/tap/libtap.sh-142- tap_i=$count kstart-4.2/tests/tap/libtap.sh:143: tap_end=`expr $count + $1` kstart-4.2/tests/tap/libtap.sh-144- shift ############################################## kstart-4.2/tests/tap/libtap.sh-146- skip "$@" kstart-4.2/tests/tap/libtap.sh:147: tap_i=`expr $tap_i + 1` kstart-4.2/tests/tap/libtap.sh-148- done ############################################## kstart-4.2/tests/tap/libtap.sh-178- shift kstart-4.2/tests/tap/libtap.sh:179: tap_output=`"$@" 2>&1` kstart-4.2/tests/tap/libtap.sh-180- tap_status=$? ############################################## kstart-4.2/tests/tap/libtap.sh-196-strip_colon_error() { kstart-4.2/tests/tap/libtap.sh:197: tap_output=`"$@" 2>&1` kstart-4.2/tests/tap/libtap.sh-198- tap_status=$? kstart-4.2/tests/tap/libtap.sh:199: tap_output=`puts "$tap_output" | sed 's/^\([^ ]* [^:]*\):.*/\1/'` kstart-4.2/tests/tap/libtap.sh-200- puts "$tap_output" ############################################## kstart-4.2/tests/libtest.pl-29- or BAIL_OUT ("cannot create command.err: $!"); kstart-4.2/tests/libtest.pl:30: exec ($command, @args) kstart-4.2/tests/libtest.pl-31- or BAIL_OUT ("cannot run $command: $!"); ############################################## kstart-4.2/tests/libtest.pl-67- for my $command (@commands) { kstart-4.2/tests/libtest.pl:68: if (system ("$command >/dev/null 2>&1 </dev/null") == 0) { kstart-4.2/tests/libtest.pl-69- return 1; ############################################## kstart-4.2/examples/krenew-agent-26-else kstart-4.2/examples/krenew-agent:27: PID=`cat ${PIDFILE}` kstart-4.2/examples/krenew-agent-28- if kill -0 ${PID} 2>/dev/null; then