=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== ink-0.5.3/config.guess-34- ink-0.5.3/config.guess:35:me=`echo "$0" | sed -e 's,.*/,,'` ink-0.5.3/config.guess-36- ############################################## ink-0.5.3/config.guess-102-: ${TMPDIR=/tmp} ; ink-0.5.3/config.guess:103: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } || ink-0.5.3/config.guess-104- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } || ############################################## ink-0.5.3/config.guess-151- EOF ink-0.5.3/config.guess:152: eval "`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^LIBC' | sed 's, ,,g'`" ink-0.5.3/config.guess-153- ############################################## ink-0.5.3/config.guess-188- earmv*) ink-0.5.3/config.guess:189: arch=`echo "$UNAME_MACHINE_ARCH" | sed -e 's,^e\(armv[0-9]\).*$,\1,'` ink-0.5.3/config.guess:190: endian=`echo "$UNAME_MACHINE_ARCH" | sed -ne 's,^.*\(eb\)$,\1,p'` ink-0.5.3/config.guess-191- machine="${arch}${endian}"-unknown ############################################## ink-0.5.3/config.guess-220- expr='s/^earmv[0-9]/-eabi/;s/eb$//' ink-0.5.3/config.guess:221: abi=`echo "$UNAME_MACHINE_ARCH" | sed -e "$expr"` ink-0.5.3/config.guess-222- ;; ############################################## ink-0.5.3/config.guess-233- *) ink-0.5.3/config.guess:234: release=`echo "$UNAME_RELEASE" | sed -e 's/[-_].*//' | cut -d. -f1,2` ink-0.5.3/config.guess-235- ;; ############################################## ink-0.5.3/config.guess-280- *4.0) ink-0.5.3/config.guess:281: UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'` ink-0.5.3/config.guess-282- ;; ink-0.5.3/config.guess-283- *5.*) ink-0.5.3/config.guess:284: UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'` ink-0.5.3/config.guess-285- ;; ############################################## ink-0.5.3/config.guess-290- # types through head -n 1, so we only detect the type of CPU 0. ink-0.5.3/config.guess:291: ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^ The alpha \(.*\) processor.*$/\1/p' | head -n 1` ink-0.5.3/config.guess-292- case "$ALPHA_CPU_TYPE" in ############################################## ink-0.5.3/config.guess-328- # 1.2 uses "1.2" for uname -r. ink-0.5.3/config.guess:329: echo "$UNAME_MACHINE"-dec-osf"`echo "$UNAME_RELEASE" | sed -e 's/^[PVTX]//' | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz`" ink-0.5.3/config.guess-330- # Reset EXIT trap before exiting to avoid spurious non-zero exit code. ############################################## ink-0.5.3/config.guess-379- s390x:SunOS:*:*) ink-0.5.3/config.guess:380: echo "$UNAME_MACHINE"-ibm-solaris2"`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'`" ink-0.5.3/config.guess-381- exit ;; ink-0.5.3/config.guess-382- sun4H:SunOS:5.*:*) ink-0.5.3/config.guess:383: echo sparc-hal-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`" ink-0.5.3/config.guess-384- exit ;; ink-0.5.3/config.guess-385- sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*) ink-0.5.3/config.guess:386: echo sparc-sun-solaris2"`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'`" ink-0.5.3/config.guess-387- exit ;; ############################################## ink-0.5.3/config.guess-404- fi ink-0.5.3/config.guess:405: echo "$SUN_ARCH"-pc-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`" ink-0.5.3/config.guess-406- exit ;; ############################################## ink-0.5.3/config.guess-410- # it's likely to be more like Solaris than SunOS4. ink-0.5.3/config.guess:411: echo sparc-sun-solaris3"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`" ink-0.5.3/config.guess-412- exit ;; ############################################## ink-0.5.3/config.guess-419- # Japanese Language versions have a version number like `4.1.3-JL'. ink-0.5.3/config.guess:420: echo sparc-sun-sunos"`echo "$UNAME_RELEASE"|sed -e 's/-/_/'`" ink-0.5.3/config.guess-421- exit ;; ############################################## ink-0.5.3/config.guess-425- sun*:*:4.2BSD:*) ink-0.5.3/config.guess:426: UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null` ink-0.5.3/config.guess-427- test "x$UNAME_RELEASE" = x && UNAME_RELEASE=3 ############################################## ink-0.5.3/config.guess-507- $CC_FOR_BUILD -o "$dummy" "$dummy.c" && ink-0.5.3/config.guess:508: dummyarg=`echo "$UNAME_RELEASE" | sed -n 's/\([0-9]*\).*/\1/p'` && ink-0.5.3/config.guess:509: SYSTEM_NAME=`"$dummy" "$dummyarg"` && ink-0.5.3/config.guess-510- { echo "$SYSTEM_NAME"; exit; } ############################################## ink-0.5.3/config.guess-563- *:IRIX*:*:*) ink-0.5.3/config.guess:564: echo mips-sgi-irix"`echo "$UNAME_RELEASE"|sed -e 's/-/_/g'`" ink-0.5.3/config.guess-565- exit ;; ############################################## ink-0.5.3/config.guess-593-EOF ink-0.5.3/config.guess:594: if $CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=`"$dummy"` ink-0.5.3/config.guess-595- then ############################################## ink-0.5.3/config.guess-606- *:AIX:*:[4567]) ink-0.5.3/config.guess:607: IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'` ink-0.5.3/config.guess-608- if /usr/sbin/lsattr -El "$IBM_CPU_ID" | grep ' POWER' >/dev/null 2>&1; then ############################################## ink-0.5.3/config.guess-642- 9000/[34678]??:HP-UX:*:*) ink-0.5.3/config.guess:643: HPUX_REV=`echo "$UNAME_RELEASE"|sed -e 's/[^.]*.[0B]*//'` ink-0.5.3/config.guess-644- case "$UNAME_MACHINE" in ############################################## ink-0.5.3/config.guess-696-EOF ink-0.5.3/config.guess:697: (CCOPTS="" $CC_FOR_BUILD -o "$dummy" "$dummy.c" 2>/dev/null) && HP_ARCH=`"$dummy"` ink-0.5.3/config.guess-698- test -z "$HP_ARCH" && HP_ARCH=hppa ############################################## ink-0.5.3/config.guess-724- ia64:HP-UX:*:*) ink-0.5.3/config.guess:725: HPUX_REV=`echo "$UNAME_RELEASE"|sed -e 's/[^.]*.[0B]*//'` ink-0.5.3/config.guess-726- echo ia64-hp-hpux"$HPUX_REV" ############################################## ink-0.5.3/config.guess-754-EOF ink-0.5.3/config.guess:755: $CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=`"$dummy"` && ink-0.5.3/config.guess-756- { echo "$SYSTEM_NAME"; exit; } ############################################## ink-0.5.3/config.guess-825- FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'` ink-0.5.3/config.guess:826: FUJITSU_REL=`echo "$UNAME_RELEASE" | sed -e 's/ /_/'` ink-0.5.3/config.guess-827- echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" ############################################## ink-0.5.3/config.guess-830- FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'` ink-0.5.3/config.guess:831: FUJITSU_REL=`echo "$UNAME_RELEASE" | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/ /_/'` ink-0.5.3/config.guess-832- echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" ############################################## ink-0.5.3/config.guess-850- esac ink-0.5.3/config.guess:851: echo "$UNAME_PROCESSOR"-unknown-freebsd"`echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`" ink-0.5.3/config.guess-852- exit ;; ############################################## ink-0.5.3/config.guess-886- prep*:SunOS:5.*:*) ink-0.5.3/config.guess:887: echo powerpcle-unknown-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`" ink-0.5.3/config.guess-888- exit ;; ############################################## ink-0.5.3/config.guess-890- # the GNU system ink-0.5.3/config.guess:891: echo "`echo "$UNAME_MACHINE"|sed -e 's,[-/].*$,,'`-unknown-$LIBC`echo "$UNAME_RELEASE"|sed -e 's,/.*$,,'`" ink-0.5.3/config.guess-892- exit ;; ############################################## ink-0.5.3/config.guess-894- # other systems with GNU libc and userland ink-0.5.3/config.guess:895: echo "$UNAME_MACHINE-unknown-`echo "$UNAME_SYSTEM" | sed 's,^[^/]*/,,' | tr "[:upper:]" "[:lower:]"``echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`-$LIBC" ink-0.5.3/config.guess-896- exit ;; ############################################## ink-0.5.3/config.guess-988-EOF ink-0.5.3/config.guess:989: eval "`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^CPU'`" ink-0.5.3/config.guess-990- test "x$CPU" != x && { echo "$CPU-unknown-linux-$LIBC"; exit; } ############################################## ink-0.5.3/config.guess-1092- i*86:*:4.*:*) ink-0.5.3/config.guess:1093: UNAME_REL=`echo "$UNAME_RELEASE" | sed 's/\/MP$//'` ink-0.5.3/config.guess-1094- if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then ############################################## ink-0.5.3/config.guess-1295- fi ink-0.5.3/config.guess:1296: if test "`echo "$UNAME_RELEASE" | sed -e 's/\..*//'`" -le 10 ; then ink-0.5.3/config.guess-1297- if [ "$CC_FOR_BUILD" != no_compiler_found ]; then ############################################## ink-0.5.3/config.guess-1393- *:DragonFly:*:*) ink-0.5.3/config.guess:1394: echo "$UNAME_MACHINE"-unknown-dragonfly"`echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`" ink-0.5.3/config.guess-1395- exit ;; ############################################## ink-0.5.3/config.guess-1406- i*86:skyos:*:*) ink-0.5.3/config.guess:1407: echo "$UNAME_MACHINE"-pc-skyos"`echo "$UNAME_RELEASE" | sed -e 's/ .*$//'`" ink-0.5.3/config.guess-1408- exit ;; ############################################## ink-0.5.3/aclocal.m4-92-# iff we strip the leading $srcdir from $ac_aux_dir. That would be: ink-0.5.3/aclocal.m4:93:# am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"` ink-0.5.3/aclocal.m4-94-# and then we would define $MISSING as ############################################## ink-0.5.3/aclocal.m4-107-# Expand $ac_aux_dir to an absolute path. ink-0.5.3/aclocal.m4:108:am_aux_dir=`cd "$ac_aux_dir" && pwd` ink-0.5.3/aclocal.m4-109-]) ############################################## ink-0.5.3/aclocal.m4-205- if test "$am_compiler_list" = ""; then ink-0.5.3/aclocal.m4:206: am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp` ink-0.5.3/aclocal.m4-207- fi ############################################## ink-0.5.3/aclocal.m4-356- # Strip MF so we end up with the name of the file. ink-0.5.3/aclocal.m4:357: mf=`echo "$mf" | sed -e 's/:.*$//'` ink-0.5.3/aclocal.m4-358- # Check whether this is an Automake generated Makefile or not. ############################################## ink-0.5.3/aclocal.m4-365- if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then ink-0.5.3/aclocal.m4:366: dirpart=`AS_DIRNAME("$mf")` ink-0.5.3/aclocal.m4-367- else ############################################## ink-0.5.3/aclocal.m4-371- # from the Makefile without running 'make'. ink-0.5.3/aclocal.m4:372: DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` ink-0.5.3/aclocal.m4-373- test -z "$DEPDIR" && continue ink-0.5.3/aclocal.m4:374: am__include=`sed -n 's/^am__include = //p' < "$mf"` ink-0.5.3/aclocal.m4-375- test -z "$am__include" && continue ink-0.5.3/aclocal.m4:376: am__quote=`sed -n 's/^am__quote = //p' < "$mf"` ink-0.5.3/aclocal.m4-377- # Find all dependency output files, they are included files with ############################################## ink-0.5.3/aclocal.m4-385- test -f "$dirpart/$file" && continue ink-0.5.3/aclocal.m4:386: fdir=`AS_DIRNAME(["$file"])` ink-0.5.3/aclocal.m4-387- AS_MKDIR_P([$dirpart/$fdir]) ############################################## ink-0.5.3/aclocal.m4-443-AC_REQUIRE([AC_PROG_INSTALL])dnl ink-0.5.3/aclocal.m4:444:if test "`cd $srcdir && pwd`" != "`pwd`"; then ink-0.5.3/aclocal.m4-445- # Use -I$(srcdir) only when $(srcdir) != ., so that make's output ############################################## ink-0.5.3/aclocal.m4-602- * ) ink-0.5.3/aclocal.m4:603: _am_stamp_count=`expr $_am_stamp_count + 1` ;; ink-0.5.3/aclocal.m4-604- esac ink-0.5.3/aclocal.m4-605-done ink-0.5.3/aclocal.m4:606:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count]) ink-0.5.3/aclocal.m4-607- ############################################## ink-0.5.3/aclocal.m4-673-# Ignore all kinds of additional output from 'make'. ink-0.5.3/aclocal.m4:674:case `$am_make -s -f confmf 2> /dev/null` in #( ink-0.5.3/aclocal.m4-675-*the\ am__doit\ target*) ############################################## ink-0.5.3/aclocal.m4-683- echo '.include "confinc"' > confmf ink-0.5.3/aclocal.m4:684: case `$am_make -s -f confmf 2> /dev/null` in #( ink-0.5.3/aclocal.m4-685- *the\ am__doit\ target*) ############################################## ink-0.5.3/aclocal.m4-865- echo "timestamp, slept: $am_has_slept" > conftest.file ink-0.5.3/aclocal.m4:866: set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` ink-0.5.3/aclocal.m4-867- if test "$[*]" = "X"; then ink-0.5.3/aclocal.m4-868- # -L didn't work. ink-0.5.3/aclocal.m4:869: set X `ls -t "$srcdir/configure" conftest.file` ink-0.5.3/aclocal.m4-870- fi ############################################## ink-0.5.3/compile-67- mingw/*) ink-0.5.3/compile:68: file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'` ink-0.5.3/compile-69- ;; ink-0.5.3/compile-70- cygwin/*) ink-0.5.3/compile:71: file=`cygpath -m "$file" || echo "$file"` ink-0.5.3/compile-72- ;; ink-0.5.3/compile-73- wine/*) ink-0.5.3/compile:74: file=`winepath -w "$file" || echo "$file"` ink-0.5.3/compile-75- ;; ############################################## ink-0.5.3/compile-309-# Name of file we expect compiler to create. ink-0.5.3/compile:310:cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'` ink-0.5.3/compile-311- ############################################## ink-0.5.3/compile-315-# object file name, since that is what matters with a parallel build. ink-0.5.3/compile:316:lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d ink-0.5.3/compile-317-while true; do ############################################## ink-0.5.3/install-sh-234- fi ink-0.5.3/install-sh:235: cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;; ink-0.5.3/install-sh-236- *) ############################################## ink-0.5.3/install-sh-281- dstdir=$dst ink-0.5.3/install-sh:282: dst=$dstdir/`basename "$src"` ink-0.5.3/install-sh-283- dstdir_status=0 ink-0.5.3/install-sh-284- else ink-0.5.3/install-sh:285: dstdir=`dirname "$dst"` ink-0.5.3/install-sh-286- test -d "$dstdir" ############################################## ink-0.5.3/install-sh-344- test_tmpdir="$tmpdir/a" ink-0.5.3/install-sh:345: ls_ld_tmpdir=`ls -ld "$test_tmpdir"` ink-0.5.3/install-sh-346- case $ls_ld_tmpdir in ############################################## ink-0.5.3/install-sh-351- $mkdirprog -m$different_mode -p -- "$test_tmpdir" && { ink-0.5.3/install-sh:352: ls_ld_tmpdir_1=`ls -ld "$test_tmpdir"` ink-0.5.3/install-sh-353- test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1" ############################################## ink-0.5.3/install-sh-409- case $prefix in ink-0.5.3/install-sh:410: *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;; ink-0.5.3/install-sh-411- *) qprefix=$prefix;; ############################################## ink-0.5.3/install-sh-458- if $copy_on_change && ink-0.5.3/install-sh:459: old=`LC_ALL=C ls -dlL "$dst" 2>/dev/null` && ink-0.5.3/install-sh:460: new=`LC_ALL=C ls -dlL "$dsttmp" 2>/dev/null` && ink-0.5.3/install-sh-461- set -f && ############################################## ink-0.5.3/config.sub-52- ink-0.5.3/config.sub:53:me=`echo "$0" | sed -e 's,.*/,,'` ink-0.5.3/config.sub-54- ############################################## ink-0.5.3/config.sub-114-# Here we must recognize all the valid KERNEL-OS combinations. ink-0.5.3/config.sub:115:maybe_os=`echo "$1" | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'` ink-0.5.3/config.sub-116-case $maybe_os in ############################################## ink-0.5.3/config.sub-122- os=-$maybe_os ink-0.5.3/config.sub:123: basic_machine=`echo "$1" | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'` ink-0.5.3/config.sub-124- ;; ############################################## ink-0.5.3/config.sub-126- os=-linux-android ink-0.5.3/config.sub:127: basic_machine=`echo "$1" | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown ink-0.5.3/config.sub-128- ;; ink-0.5.3/config.sub-129- *) ink-0.5.3/config.sub:130: basic_machine=`echo "$1" | sed 's/-[^-]*$//'` ink-0.5.3/config.sub-131- if [ "$basic_machine" != "$1" ] ink-0.5.3/config.sub:132: then os=`echo "$1" | sed 's/.*-/-/'` ink-0.5.3/config.sub-133- else os=; fi ############################################## ink-0.5.3/config.sub-180- os=-sco5v6 ink-0.5.3/config.sub:181: basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'` ink-0.5.3/config.sub-182- ;; ############################################## ink-0.5.3/config.sub-184- os=-sco3.2v5 ink-0.5.3/config.sub:185: basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'` ink-0.5.3/config.sub-186- ;; ############################################## ink-0.5.3/config.sub-188- os=-sco3.2v4 ink-0.5.3/config.sub:189: basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'` ink-0.5.3/config.sub-190- ;; ink-0.5.3/config.sub-191- -sco3.2.[4-9]*) ink-0.5.3/config.sub:192: os=`echo $os | sed -e 's/sco3.2./sco3.2v/'` ink-0.5.3/config.sub:193: basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'` ink-0.5.3/config.sub-194- ;; ############################################## ink-0.5.3/config.sub-196- # Don't forget version if it is 3.2v4 or newer. ink-0.5.3/config.sub:197: basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'` ink-0.5.3/config.sub-198- ;; ############################################## ink-0.5.3/config.sub-200- # Don't forget version if it is 3.2v4 or newer. ink-0.5.3/config.sub:201: basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'` ink-0.5.3/config.sub-202- ;; ############################################## ink-0.5.3/config.sub-204- os=-sco3.2v2 ink-0.5.3/config.sub:205: basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'` ink-0.5.3/config.sub-206- ;; ink-0.5.3/config.sub-207- -udk*) ink-0.5.3/config.sub:208: basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'` ink-0.5.3/config.sub-209- ;; ############################################## ink-0.5.3/config.sub-211- os=-isc2.2 ink-0.5.3/config.sub:212: basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'` ink-0.5.3/config.sub-213- ;; ############################################## ink-0.5.3/config.sub-217- -isc*) ink-0.5.3/config.sub:218: basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'` ink-0.5.3/config.sub-219- ;; ############################################## ink-0.5.3/config.sub-229- -ptx*) ink-0.5.3/config.sub:230: basic_machine=`echo "$1" | sed -e 's/86-.*/86-sequent/'` ink-0.5.3/config.sub-231- ;; ############################################## ink-0.5.3/config.sub-364- *-*-*) ink-0.5.3/config.sub:365: echo Invalid configuration \`"$1"\': machine \`"$basic_machine"\' not recognized 1>&2 ink-0.5.3/config.sub-366- exit 1 ############################################## ink-0.5.3/config.sub-493- amd64-*) ink-0.5.3/config.sub:494: basic_machine=x86_64-`echo "$basic_machine" | sed 's/^[^-]*-//'` ink-0.5.3/config.sub-495- ;; ############################################## ink-0.5.3/config.sub-538- blackfin-*) ink-0.5.3/config.sub:539: basic_machine=bfin-`echo "$basic_machine" | sed 's/^[^-]*-//'` ink-0.5.3/config.sub-540- os=-linux ############################################## ink-0.5.3/config.sub-546- c54x-*) ink-0.5.3/config.sub:547: basic_machine=tic54x-`echo "$basic_machine" | sed 's/^[^-]*-//'` ink-0.5.3/config.sub-548- ;; ink-0.5.3/config.sub-549- c55x-*) ink-0.5.3/config.sub:550: basic_machine=tic55x-`echo "$basic_machine" | sed 's/^[^-]*-//'` ink-0.5.3/config.sub-551- ;; ink-0.5.3/config.sub-552- c6x-*) ink-0.5.3/config.sub:553: basic_machine=tic6x-`echo "$basic_machine" | sed 's/^[^-]*-//'` ink-0.5.3/config.sub-554- ;; ############################################## ink-0.5.3/config.sub-650- e500v[12]-*) ink-0.5.3/config.sub:651: basic_machine=powerpc-`echo "$basic_machine" | sed 's/^[^-]*-//'` ink-0.5.3/config.sub-652- os=$os"spe" ############################################## ink-0.5.3/config.sub-754- i*86v32) ink-0.5.3/config.sub:755: basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'` ink-0.5.3/config.sub-756- os=-sysv32 ############################################## ink-0.5.3/config.sub-758- i*86v4*) ink-0.5.3/config.sub:759: basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'` ink-0.5.3/config.sub-760- os=-sysv4 ############################################## ink-0.5.3/config.sub-762- i*86v) ink-0.5.3/config.sub:763: basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'` ink-0.5.3/config.sub-764- os=-sysv ############################################## ink-0.5.3/config.sub-766- i*86sol2) ink-0.5.3/config.sub:767: basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'` ink-0.5.3/config.sub-768- os=-solaris2 ############################################## ink-0.5.3/config.sub-792- leon-*|leon[3-9]-*) ink-0.5.3/config.sub:793: basic_machine=sparc-`echo "$basic_machine" | sed 's/-.*//'` ink-0.5.3/config.sub-794- ;; ############################################## ink-0.5.3/config.sub-799- m68knommu-*) ink-0.5.3/config.sub:800: basic_machine=m68k-`echo "$basic_machine" | sed 's/^[^-]*-//'` ink-0.5.3/config.sub-801- os=-linux ############################################## ink-0.5.3/config.sub-833- mips3*-*) ink-0.5.3/config.sub:834: basic_machine=`echo "$basic_machine" | sed -e 's/mips3/mips64/'` ink-0.5.3/config.sub-835- ;; ink-0.5.3/config.sub-836- mips3*) ink-0.5.3/config.sub:837: basic_machine=`echo "$basic_machine" | sed -e 's/mips3/mips64/'`-unknown ink-0.5.3/config.sub-838- ;; ############################################## ink-0.5.3/config.sub-855- ms1-*) ink-0.5.3/config.sub:856: basic_machine=`echo "$basic_machine" | sed -e 's/ms1-/mt-/'` ink-0.5.3/config.sub-857- ;; ############################################## ink-0.5.3/config.sub-980- parisc-*) ink-0.5.3/config.sub:981: basic_machine=hppa-`echo "$basic_machine" | sed 's/^[^-]*-//'` ink-0.5.3/config.sub-982- os=-linux ############################################## ink-0.5.3/config.sub-996- pc98-*) ink-0.5.3/config.sub:997: basic_machine=i386-`echo "$basic_machine" | sed 's/^[^-]*-//'` ink-0.5.3/config.sub-998- ;; ############################################## ink-0.5.3/config.sub-1011- pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*) ink-0.5.3/config.sub:1012: basic_machine=i586-`echo "$basic_machine" | sed 's/^[^-]*-//'` ink-0.5.3/config.sub-1013- ;; ink-0.5.3/config.sub-1014- pentiumpro-* | p6-* | 6x86-* | athlon-*) ink-0.5.3/config.sub:1015: basic_machine=i686-`echo "$basic_machine" | sed 's/^[^-]*-//'` ink-0.5.3/config.sub-1016- ;; ink-0.5.3/config.sub-1017- pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*) ink-0.5.3/config.sub:1018: basic_machine=i686-`echo "$basic_machine" | sed 's/^[^-]*-//'` ink-0.5.3/config.sub-1019- ;; ink-0.5.3/config.sub-1020- pentium4-*) ink-0.5.3/config.sub:1021: basic_machine=i786-`echo "$basic_machine" | sed 's/^[^-]*-//'` ink-0.5.3/config.sub-1022- ;; ############################################## ink-0.5.3/config.sub-1030- ppc-* | ppcbe-*) ink-0.5.3/config.sub:1031: basic_machine=powerpc-`echo "$basic_machine" | sed 's/^[^-]*-//'` ink-0.5.3/config.sub-1032- ;; ############################################## ink-0.5.3/config.sub-1036- ppcle-* | powerpclittle-*) ink-0.5.3/config.sub:1037: basic_machine=powerpcle-`echo "$basic_machine" | sed 's/^[^-]*-//'` ink-0.5.3/config.sub-1038- ;; ############################################## ink-0.5.3/config.sub-1040- ;; ink-0.5.3/config.sub:1041: ppc64-*) basic_machine=powerpc64-`echo "$basic_machine" | sed 's/^[^-]*-//'` ink-0.5.3/config.sub-1042- ;; ############################################## ink-0.5.3/config.sub-1046- ppc64le-* | powerpc64little-*) ink-0.5.3/config.sub:1047: basic_machine=powerpc64le-`echo "$basic_machine" | sed 's/^[^-]*-//'` ink-0.5.3/config.sub-1048- ;; ############################################## ink-0.5.3/config.sub-1122- strongarm-* | thumb-*) ink-0.5.3/config.sub:1123: basic_machine=arm-`echo "$basic_machine" | sed 's/^[^-]*-//'` ink-0.5.3/config.sub-1124- ;; ############################################## ink-0.5.3/config.sub-1255- xscale-* | xscalee[bl]-*) ink-0.5.3/config.sub:1256: basic_machine=`echo "$basic_machine" | sed 's/^xscale/arm/'` ink-0.5.3/config.sub-1257- ;; ############################################## ink-0.5.3/config.sub-1317- *) ink-0.5.3/config.sub:1318: echo Invalid configuration \`"$1"\': machine \`"$basic_machine"\' not recognized 1>&2 ink-0.5.3/config.sub-1319- exit 1 ############################################## ink-0.5.3/config.sub-1325- *-digital*) ink-0.5.3/config.sub:1326: basic_machine=`echo "$basic_machine" | sed 's/digital.*/dec/'` ink-0.5.3/config.sub-1327- ;; ink-0.5.3/config.sub-1328- *-commodore*) ink-0.5.3/config.sub:1329: basic_machine=`echo "$basic_machine" | sed 's/commodore.*/cbm/'` ink-0.5.3/config.sub-1330- ;; ############################################## ink-0.5.3/config.sub-1346- -solaris1 | -solaris1.*) ink-0.5.3/config.sub:1347: os=`echo $os | sed -e 's|solaris1|sunos4|'` ink-0.5.3/config.sub-1348- ;; ############################################## ink-0.5.3/config.sub-1355- -gnu/linux*) ink-0.5.3/config.sub:1356: os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'` ink-0.5.3/config.sub-1357- ;; ############################################## ink-0.5.3/config.sub-1407- -nto*) ink-0.5.3/config.sub:1408: os=`echo $os | sed -e 's|nto|nto-qnx|'` ink-0.5.3/config.sub-1409- ;; ############################################## ink-0.5.3/config.sub-1414- -mac*) ink-0.5.3/config.sub:1415: os=`echo "$os" | sed -e 's|mac|macos|'` ink-0.5.3/config.sub-1416- ;; ############################################## ink-0.5.3/config.sub-1420- -linux*) ink-0.5.3/config.sub:1421: os=`echo $os | sed -e 's|linux|linux-gnu|'` ink-0.5.3/config.sub-1422- ;; ink-0.5.3/config.sub-1423- -sunos5*) ink-0.5.3/config.sub:1424: os=`echo "$os" | sed -e 's|sunos5|solaris2|'` ink-0.5.3/config.sub-1425- ;; ink-0.5.3/config.sub-1426- -sunos6*) ink-0.5.3/config.sub:1427: os=`echo "$os" | sed -e 's|sunos6|solaris3|'` ink-0.5.3/config.sub-1428- ;; ############################################## ink-0.5.3/config.sub-1469- -sinix5.*) ink-0.5.3/config.sub:1470: os=`echo $os | sed -e 's|sinix|sysv|'` ink-0.5.3/config.sub-1471- ;; ############################################## ink-0.5.3/config.sub-1528- # Get rid of the `-' at the beginning of $os. ink-0.5.3/config.sub:1529: os=`echo $os | sed 's/[^-]*-//'` ink-0.5.3/config.sub:1530: echo Invalid configuration \`"$1"\': system \`"$os"\' not recognized 1>&2 ink-0.5.3/config.sub-1531- exit 1 ############################################## ink-0.5.3/config.sub-1788- esac ink-0.5.3/config.sub:1789: basic_machine=`echo "$basic_machine" | sed "s/unknown/$vendor/"` ink-0.5.3/config.sub-1790- ;; ############################################## ink-0.5.3/configure-45-if test -z "$BASH_VERSION$ZSH_VERSION" \ ink-0.5.3/configure:46: && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then ink-0.5.3/configure-47- as_echo='print -r --' ink-0.5.3/configure-48- as_echo_n='print -rn --' ink-0.5.3/configure:49:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then ink-0.5.3/configure-50- as_echo='printf %s\n' ############################################## ink-0.5.3/configure-52-else ink-0.5.3/configure:53: if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then ink-0.5.3/configure-54- as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' ############################################## ink-0.5.3/configure-62- expr "X$arg" : "X\\(.*\\)$as_nl"; ink-0.5.3/configure:63: arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; ink-0.5.3/configure-64- esac; ############################################## ink-0.5.3/configure-199- eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" && ink-0.5.3/configure:200: test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1 ink-0.5.3/configure-201-test \$(( 1 + 1 )) = 2 || exit 1" ############################################## ink-0.5.3/configure-327- case $as_dir in #( ink-0.5.3/configure:328: *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( ink-0.5.3/configure-329- *) as_qdir=$as_dir;; ############################################## ink-0.5.3/configure-400- { ink-0.5.3/configure:401: as_val=`expr "$@" || test $? -eq 1` ink-0.5.3/configure-402- } ############################################## ink-0.5.3/configure-407-# ---------------------------------------- ink-0.5.3/configure:408:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are ink-0.5.3/configure-409-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the ############################################## ink-0.5.3/configure-470- eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" && ink-0.5.3/configure:471: test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || { ink-0.5.3/configure-472- # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-) ############################################## ink-0.5.3/configure-803- case $ac_option in ink-0.5.3/configure:804: *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; ink-0.5.3/configure-805- *=) ac_optarg= ;; ############################################## ink-0.5.3/configure-847- -disable-* | --disable-*) ink-0.5.3/configure:848: ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` ink-0.5.3/configure-849- # Reject names that are not valid shell variable names. ############################################## ink-0.5.3/configure-852- ac_useropt_orig=$ac_useropt ink-0.5.3/configure:853: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` ink-0.5.3/configure-854- case $ac_user_opts in ############################################## ink-0.5.3/configure-873- -enable-* | --enable-*) ink-0.5.3/configure:874: ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` ink-0.5.3/configure-875- # Reject names that are not valid shell variable names. ############################################## ink-0.5.3/configure-878- ac_useropt_orig=$ac_useropt ink-0.5.3/configure:879: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` ink-0.5.3/configure-880- case $ac_user_opts in ############################################## ink-0.5.3/configure-1086- -with-* | --with-*) ink-0.5.3/configure:1087: ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` ink-0.5.3/configure-1088- # Reject names that are not valid shell variable names. ############################################## ink-0.5.3/configure-1091- ac_useropt_orig=$ac_useropt ink-0.5.3/configure:1092: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` ink-0.5.3/configure-1093- case $ac_user_opts in ############################################## ink-0.5.3/configure-1102- -without-* | --without-*) ink-0.5.3/configure:1103: ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` ink-0.5.3/configure-1104- # Reject names that are not valid shell variable names. ############################################## ink-0.5.3/configure-1107- ac_useropt_orig=$ac_useropt ink-0.5.3/configure:1108: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` ink-0.5.3/configure-1109- case $ac_user_opts in ############################################## ink-0.5.3/configure-1140- *=*) ink-0.5.3/configure:1141: ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` ink-0.5.3/configure-1142- # Reject names that are not valid shell variable names. ############################################## ink-0.5.3/configure-1161-if test -n "$ac_prev"; then ink-0.5.3/configure:1162: ac_option=--`echo $ac_prev | sed 's/_/-/g'` ink-0.5.3/configure-1163- as_fn_error $? "missing argument to $ac_option" ############################################## ink-0.5.3/configure-1183- */ ) ink-0.5.3/configure:1184: ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'` ink-0.5.3/configure-1185- eval $ac_var=\$ac_val;; ############################################## ink-0.5.3/configure-1218-ac_ls_di=`ls -di .` && ink-0.5.3/configure:1219:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || ink-0.5.3/configure-1220- as_fn_error $? "working directory cannot be determined" ############################################## ink-0.5.3/configure-1274-case $srcdir in ink-0.5.3/configure:1275:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;; ink-0.5.3/configure-1276-esac ############################################## ink-0.5.3/configure-1317-By default, \`make install' will install all the files in ink-0.5.3/configure:1318:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify ink-0.5.3/configure:1319:an installation prefix other than \`$ac_default_prefix' using \`--prefix', ink-0.5.3/configure-1320-for instance \`--prefix=\$HOME'. ############################################## ink-0.5.3/configure-1406-*) ink-0.5.3/configure:1407: ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` ink-0.5.3/configure-1408- # A ".." for each directory in $ac_dir_suffix. ink-0.5.3/configure:1409: ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` ink-0.5.3/configure-1410- case $ac_top_builddir_sub in ############################################## ink-0.5.3/configure-1827- *\'*) ink-0.5.3/configure:1828: ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; ink-0.5.3/configure-1829- esac ############################################## ink-0.5.3/configure-1910- case $ac_val in ink-0.5.3/configure:1911: *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; ink-0.5.3/configure-1912- esac ############################################## ink-0.5.3/configure-1925- case $ac_val in ink-0.5.3/configure:1926: *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; ink-0.5.3/configure-1927- esac ############################################## ink-0.5.3/configure-2045- set,) ink-0.5.3/configure:2046: { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 ink-0.5.3/configure:2047:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} ink-0.5.3/configure-2048- ac_cache_corrupted=: ;; ############################################## ink-0.5.3/configure-2056- # differences in whitespace do not lead to failure. ink-0.5.3/configure:2057: ac_old_val_w=`echo x $ac_old_val` ink-0.5.3/configure:2058: ac_new_val_w=`echo x $ac_new_val` ink-0.5.3/configure-2059- if test "$ac_old_val_w" != "$ac_new_val_w"; then ############################################## ink-0.5.3/configure-2076- case $ac_new_val in ink-0.5.3/configure:2077: *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; ink-0.5.3/configure-2078- *) ac_arg=$ac_var=$ac_new_val ;; ############################################## ink-0.5.3/configure-2254- echo "timestamp, slept: $am_has_slept" > conftest.file ink-0.5.3/configure:2255: set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` ink-0.5.3/configure-2256- if test "$*" = "X"; then ink-0.5.3/configure-2257- # -L didn't work. ink-0.5.3/configure:2258: set X `ls -t "$srcdir/configure" conftest.file` ink-0.5.3/configure-2259- fi ############################################## ink-0.5.3/configure-2305-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//' ink-0.5.3/configure:2306:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"` ink-0.5.3/configure-2307- ink-0.5.3/configure-2308-# Expand $ac_aux_dir to an absolute path. ink-0.5.3/configure:2309:am_aux_dir=`cd "$ac_aux_dir" && pwd` ink-0.5.3/configure-2310- ############################################## ink-0.5.3/configure-2450- as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue ink-0.5.3/configure:2451: case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #( ink-0.5.3/configure-2452- 'mkdir (GNU coreutils) '* | \ ############################################## ink-0.5.3/configure-2523-set x ${MAKE-make} ink-0.5.3/configure:2524:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` ink-0.5.3/configure-2525-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then : ############################################## ink-0.5.3/configure-2533-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us. ink-0.5.3/configure:2534:case `${MAKE-make} -f conftest.make 2>/dev/null` in ink-0.5.3/configure-2535- *@@@%%%=?*=@@@%%%*) ############################################## ink-0.5.3/configure-2599- ink-0.5.3/configure:2600:if test "`cd $srcdir && pwd`" != "`pwd`"; then ink-0.5.3/configure-2601- # Use -I$(srcdir) only when $(srcdir) != ., so that make's output ############################################## ink-0.5.3/configure-2736-# Ignore all kinds of additional output from 'make'. ink-0.5.3/configure:2737:case `$am_make -s -f confmf 2> /dev/null` in #( ink-0.5.3/configure-2738-*the\ am__doit\ target*) ############################################## ink-0.5.3/configure-2746- echo '.include "confinc"' > confmf ink-0.5.3/configure:2747: case `$am_make -s -f confmf 2> /dev/null` in #( ink-0.5.3/configure-2748- *the\ am__doit\ target*) ############################################## ink-0.5.3/configure-3125-$as_echo_n "checking whether the C compiler works... " >&6; } ink-0.5.3/configure:3126:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` ink-0.5.3/configure-3127- ############################################## ink-0.5.3/configure-3169- then :; else ink-0.5.3/configure:3170: ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` ink-0.5.3/configure-3171- fi ############################################## ink-0.5.3/configure-3229- *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; ink-0.5.3/configure:3230: *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` ink-0.5.3/configure-3231- break;; ############################################## ink-0.5.3/configure-3338- *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;; ink-0.5.3/configure:3339: *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` ink-0.5.3/configure-3340- break;; ############################################## ink-0.5.3/configure-3656- if test "$am_compiler_list" = ""; then ink-0.5.3/configure:3657: am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` ink-0.5.3/configure-3658- fi ############################################## ink-0.5.3/configure-4519- if test "$am_compiler_list" = ""; then ink-0.5.3/configure:4520: am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` ink-0.5.3/configure-4521- fi ############################################## ink-0.5.3/configure-4677-test "x$ac_build_alias" = x && ink-0.5.3/configure:4678: ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"` ink-0.5.3/configure-4679-test "x$ac_build_alias" = x && ink-0.5.3/configure-4680- as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5 ink-0.5.3/configure:4681:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` || ink-0.5.3/configure-4682- as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5 ############################################## ink-0.5.3/configure-4701-IFS=$ac_save_IFS ink-0.5.3/configure:4702:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac ink-0.5.3/configure-4703- ############################################## ink-0.5.3/configure-4712-else ink-0.5.3/configure:4713: ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` || ink-0.5.3/configure-4714- as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5 ############################################## ink-0.5.3/configure-4734-IFS=$ac_save_IFS ink-0.5.3/configure:4735:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac ink-0.5.3/configure-4736- ############################################## ink-0.5.3/configure-4783- # Check for GNU $ac_path_GREP ink-0.5.3/configure:4784:case `"$ac_path_GREP" --version 2>&1` in ink-0.5.3/configure-4785-*GNU*) ############################################## ink-0.5.3/configure-4849- # Check for GNU $ac_path_EGREP ink-0.5.3/configure:4850:case `"$ac_path_EGREP" --version 2>&1` in ink-0.5.3/configure-4851-*GNU*) ############################################## ink-0.5.3/configure-5010-do : ink-0.5.3/configure:5011: as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` ink-0.5.3/configure-5012-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default ############################################## ink-0.5.3/configure-5015- cat >>confdefs.h <<_ACEOF ink-0.5.3/configure:5016:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 ink-0.5.3/configure-5017-_ACEOF ############################################## ink-0.5.3/configure-5089-do : ink-0.5.3/configure:5090: as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` ink-0.5.3/configure-5091-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" ############################################## ink-0.5.3/configure-5093- cat >>confdefs.h <<_ACEOF ink-0.5.3/configure:5094:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 ink-0.5.3/configure-5095-_ACEOF ############################################## ink-0.5.3/configure-5270- ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' ink-0.5.3/configure:5271: ac_i=`$as_echo "$ac_i" | sed "$ac_script"` ink-0.5.3/configure-5272- # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR ############################################## ink-0.5.3/configure-5365-if test -z "$BASH_VERSION$ZSH_VERSION" \ ink-0.5.3/configure:5366: && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then ink-0.5.3/configure-5367- as_echo='print -r --' ink-0.5.3/configure-5368- as_echo_n='print -rn --' ink-0.5.3/configure:5369:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then ink-0.5.3/configure-5370- as_echo='printf %s\n' ############################################## ink-0.5.3/configure-5372-else ink-0.5.3/configure:5373: if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then ink-0.5.3/configure-5374- as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' ############################################## ink-0.5.3/configure-5382- expr "X$arg" : "X\\(.*\\)$as_nl"; ink-0.5.3/configure:5383: arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; ink-0.5.3/configure-5384- esac; ############################################## ink-0.5.3/configure-5459-# ---------------------------------------- ink-0.5.3/configure:5460:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are ink-0.5.3/configure-5461-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the ############################################## ink-0.5.3/configure-5531- { ink-0.5.3/configure:5532: as_val=`expr "$@" || test $? -eq 1` ink-0.5.3/configure-5533- } ############################################## ink-0.5.3/configure-5635- case $as_dir in #( ink-0.5.3/configure:5636: *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( ink-0.5.3/configure-5637- *) as_qdir=$as_dir;; ############################################## ink-0.5.3/configure-5770-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ink-0.5.3/configure:5771:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ink-0.5.3/configure-5772-ac_cs_version="\\ ############################################## ink-0.5.3/configure-5795- --*=?*) ink-0.5.3/configure:5796: ac_option=`expr "X$1" : 'X\([^=]*\)='` ink-0.5.3/configure:5797: ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` ink-0.5.3/configure-5798- ac_shift=: ############################################## ink-0.5.3/configure-5800- --*=) ink-0.5.3/configure:5801: ac_option=`expr "X$1" : 'X\([^=]*\)='` ink-0.5.3/configure-5802- ac_optarg= ############################################## ink-0.5.3/configure-5824- case $ac_optarg in ink-0.5.3/configure:5825: *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; ink-0.5.3/configure-5826- '') as_fn_error $? "missing file argument" ;; ############################################## ink-0.5.3/configure-5832- case $ac_optarg in ink-0.5.3/configure:5833: *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; ink-0.5.3/configure-5834- esac ############################################## ink-0.5.3/configure-5979-fi ink-0.5.3/configure:5980:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null` ink-0.5.3/configure-5981-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then ############################################## ink-0.5.3/configure-6007- as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 ink-0.5.3/configure:6008:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'` ink-0.5.3/configure-6009-ac_delim='%!_!# ' ############################################## ink-0.5.3/configure-6013- ink-0.5.3/configure:6014: ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` ink-0.5.3/configure-6015- if test $ac_delim_n = $ac_delim_num; then ############################################## ink-0.5.3/configure-6157-for ac_last_try in false false :; do ink-0.5.3/configure:6158: ac_tt=`sed -n "/$ac_delim/p" confdefs.h` ink-0.5.3/configure-6159- if test -z "$ac_tt"; then ############################################## ink-0.5.3/configure-6289- esac ink-0.5.3/configure:6290: case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac ink-0.5.3/configure-6291- as_fn_append ac_file_inputs " '$ac_f'" ############################################## ink-0.5.3/configure-6348-*) ink-0.5.3/configure:6349: ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` ink-0.5.3/configure-6350- # A ".." for each directory in $ac_dir_suffix. ink-0.5.3/configure:6351: ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` ink-0.5.3/configure-6352- case $ac_top_builddir_sub in ############################################## ink-0.5.3/configure-6409-/@mandir@/p' ink-0.5.3/configure:6410:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in ink-0.5.3/configure-6411-*datarootdir*) ac_datarootdir_seen=yes;; ############################################## ink-0.5.3/configure-6426- ink-0.5.3/configure:6427:# Neutralize VPATH when `$srcdir' = `.'. ink-0.5.3/configure-6428-# Shell code in configure.ac might set extrasub. ############################################## ink-0.5.3/configure-6459-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && ink-0.5.3/configure:6460: { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } && ink-0.5.3/configure-6461- { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \ ############################################## ink-0.5.3/configure-6505- * ) ink-0.5.3/configure:6506: _am_stamp_count=`expr $_am_stamp_count + 1` ;; ink-0.5.3/configure-6507- esac ############################################## ink-0.5.3/configure-6552- # Strip MF so we end up with the name of the file. ink-0.5.3/configure:6553: mf=`echo "$mf" | sed -e 's/:.*$//'` ink-0.5.3/configure-6554- # Check whether this is an Automake generated Makefile or not. ############################################## ink-0.5.3/configure-6589- # from the Makefile without running 'make'. ink-0.5.3/configure:6590: DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` ink-0.5.3/configure-6591- test -z "$DEPDIR" && continue ink-0.5.3/configure:6592: am__include=`sed -n 's/^am__include = //p' < "$mf"` ink-0.5.3/configure-6593- test -z "$am__include" && continue ink-0.5.3/configure:6594: am__quote=`sed -n 's/^am__quote = //p' < "$mf"` ink-0.5.3/configure-6595- # Find all dependency output files, they are included files with ############################################## ink-0.5.3/Makefile.in-50- { \ ink-0.5.3/Makefile.in:51: flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ ink-0.5.3/Makefile.in-52- }; \ ############################################## ink-0.5.3/Makefile.in-143- esac ink-0.5.3/Makefile.in:144:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; ink-0.5.3/Makefile.in-145-am__vpath_adj = case $$p in \ ink-0.5.3/Makefile.in:146: $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ ink-0.5.3/Makefile.in-147- *) f=$$p;; \ ink-0.5.3/Makefile.in-148- esac; ink-0.5.3/Makefile.in:149:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; ink-0.5.3/Makefile.in-150-am__install_max = 40 ink-0.5.3/Makefile.in-151-am__nobase_strip_setup = \ ink-0.5.3/Makefile.in:152: srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` ink-0.5.3/Makefile.in-153-am__nobase_strip = \ ############################################## ink-0.5.3/Makefile.in-432-.c.obj: ink-0.5.3/Makefile.in:433: $(AM_V_CC)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` ink-0.5.3/Makefile.in-434-install-man1: $(dist_man1_MANS) ############################################## ink-0.5.3/Makefile.in-438- test -n "$(man1dir)" \ ink-0.5.3/Makefile.in:439: && test -n "`echo $$list1$$list2`" \ ink-0.5.3/Makefile.in-440- || exit 0; \ ############################################## ink-0.5.3/Makefile.in-505-GTAGS: ink-0.5.3/Makefile.in:506: here=`$(am__cd) $(top_builddir) && pwd` \ ink-0.5.3/Makefile.in-507- && $(am__cd) $(top_srcdir) \ ############################################## ink-0.5.3/Makefile.in-537- test -d "$(distdir)" || mkdir "$(distdir)" ink-0.5.3/Makefile.in:538: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ ink-0.5.3/Makefile.in:539: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ ink-0.5.3/Makefile.in-540- list='$(DISTFILES)'; \ ############################################## ink-0.5.3/Makefile.in-551- if test -d $$d/$$file; then \ ink-0.5.3/Makefile.in:552: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ ink-0.5.3/Makefile.in-553- if test -d "$(distdir)/$$file"; then \ ############################################## ink-0.5.3/Makefile.in-637- test -d $(distdir)/_build || exit 0; \ ink-0.5.3/Makefile.in:638: dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ ink-0.5.3/Makefile.in-639- && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ ############################################## ink-0.5.3/Makefile.in-681- }; \ ink-0.5.3/Makefile.in:682: test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \ ink-0.5.3/Makefile.in-683- || { echo "ERROR: files left after uninstall:" ; \ ############################################## ink-0.5.3/Makefile.in-693- fi ink-0.5.3/Makefile.in:694: @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ ink-0.5.3/Makefile.in-695- || { echo "ERROR: files left in build directory after distclean:" ; \